Quantcast
Channel: SCN: Message List - Internet Transaction Server (ITS)
Viewing all 818 articles
Browse latest View live

Re: ITS Mobile Screen scaling down issue in MC9200 Device

$
0
0

Hi all,

 

 

We got a workaround by applying the below meta tags.

 

I think the issue was coming up because the resolution of device is 640 x 480 but the resolution of the sap service is 320 x 240 .

 

<meta name="viewport" content="width=480, height=640, user-scalable=yes,

initial-scale=1.5, maximum-scale=5.0, minimum-scale=1.0" />

Thanks all you for your help.

 

Regards

Suman


Re: Custom theme for ITS WEBGUI ?

$
0
0

Hi

 

How do I create mime objects like JS etc from scratch ?

 

Shall I copy any of existing mimes under Topic 99 ?

 

If yes, which one to refer ?

 

Can I generate HTML Template like below, I am not targeting for Mobile, just hoping to edit the colors / fonts etc in the report

 

 

Generated temaplte shows the theme as "dm"

 

Config in SICF is as as follows...

 

Can you please tell me that, do we create "Internet Service" only to access them via mobile, or can we adopt this approach for editing theming ?

 

Thanks

URL of ITS for OWNLOGSYS

$
0
0

Dear Gurus,

 

Need help.

How to create URL of ITS for ownlogsys.

In my system there is no url present.

Please guide.

Thanks in advance.

 

Swapnil.

SAP_CORBU theme for WEBGUI

$
0
0

HI,

 

We are executing SAP ECC transactions directly into browser using "WBGUI", ex : /sap/bc/gui/sap/its/webgui/!?~transaction=ZABC&~theme=sap_corbu.

 

Requested transaction was rendered using SAP_CORBU and path of css file appears as : /sap/public/icmandir/its/ls/themes/sap_corbu/ls/ls_ie6.css.


I don;t find above said path in SE80 and I would like to copy the theme and do modification to the theme as per requirement,


Could you please guide me how can I create a theme called "cust_theme" by making copy of "CORBU" ? Is it possible via SE80 as I don't find path like "/sap/public/icmandir/its/ls/themes/sap_corbu" ???


Thanks

Re: SAP_CORBU theme for WEBGUI

$
0
0

Hi,

 

Thanks for your reply, we are using SAP Netweaver Integrated ITS 7.02 Kernal 7.21 , so path remains the same ?

 

What would be the process If I need to copy one of existing theme to create new one to make customer requested changes to the theme ?

 

Thanks

Re: SAP_CORBU theme for WEBGUI

$
0
0

Hello Mohan,

 

The path for kernel 7.21 is the one I mentioned.

 

You will need to use sap-cssurl and sap-cssversion, per SAP note 1637287 (if you use kernel 7.22, then the note is 2211168).

 

You should use a tool to develop your custom theme, like the SAP HANA Studio.

 

Regards,

Cris

Re: SAP_CORBU theme for WEBGUI

$
0
0

HI,

 

Superb, I have found the path, now my last query, I just need to apply few color changes to the theme, shall i copy any of existing theme, rename, edit CSS and can use it with sa-cssurl param ?

 

The changes are very minimal so preferred to copy existing one rather creating from scratch,

 

I have done import / export of sap standard theme for WDA using "BSP_UPDATE_MIMEREPOS", any similar program available for doing the same for ITS ?

 

Thanks

Re: SAP_CORBU theme for WEBGUI

$
0
0

Hello Mohan,

 

Yes, you should copy the theme.

There is no program available for this in ITS.

 

Regards,

Cris


Re: Unable to access Subsequent HTML Page (HTTP 400 Bad Request)

$
0
0

Hello,

 

Can you share the GUI Configuration of the SICF node of your custom service?

 

I recommend not using ~generatedynpro 1. Another parameter that might end your session is ~singletransaction 1, so do not use it.

 

You should visit the ITSmobile wiki for details on how to build an ITSmobile application. You can also have a look at the video from SAP KBA 2242078.

 

Regards,

Cris

Re: ITS Mobile Screen scaling down issue in MC9200 Device

$
0
0

Hi Suman,

 

happy to hear you were able to resolve .Just in case anybody else finds this thread

 

You included this meta name in the custom DEVINCLUDE_SYMBOL9200 file for your ITSMobile service and then used the parameter ~ITSMOBILEDEVICEINCLUDE in the GUI Configuration in SICF to point to this file?

 

Correct?

 

Regards,

 

Oisin

Re: ITS mobile servie screen size fitment in Intermec

$
0
0

This is an old post, but I thought I'd respond here anyway,

 

Did you activate 'Fit to Screen' in the settings or using a cab file from Intermec? our Function key mappings disappeared after we installed a cab file for 'Fit to Screen'.

 

Message was edited by: Branch to NEW thread. Previous thread was raised in 2014 Oisin ONidh ITS SCN Moderator

Re: ITS mobile servie screen size fitment in Intermec

$
0
0

Hello Sobha,

 

Can you outline the issue in more detail.

What Intermec device are you using? What Browser?

See the following WIKI and note re ~ITSMOBILEDEVICEINCLUDE

https://wiki.scn.sap.com/wiki/display/HOME/Service+Parameter+and+Settings

https://service.sap.com/sap/support/notes/1031074

also

Including Device Specifications with ITSmobile - SAP ITS in SAP NetWeaver Application Server - SAP Library at: http://help.sap.com/saphelp_nwes72/helpdata/en/46/6c3ff041496a58e10000000a11466f/frameset.htm

 

Regards,

 

Oisin

Re: ITS Mobile Screen scaling down issue in MC9200 Device

$
0
0

HiOisin ,

 

Yes, you are correct.

 

I created a device include of DEVINCLUDE_SYMBOL9200 and added it as a parameter value for ~ITSMOBILEDEVICEINCLUDE in GUI configuration.

 

Now whatever change i do in the meta tag in the include is applicable for the entire service.

 

 

Also i would like to provide one additional info over here.

 

If there is a requirement to provide different scaling factor for different screens ,then we can create a new include in the HTML template.

Then in the particular screen where you need different scaling factor (or any other screen specific change).

update the below html tag.

 

       include(~service=~current_service, ~language="", ~theme=~theme, ~name=~itsmobileDeviceInclude & ".html");

 

with something like the below.

include(~service=~current_service, ~language="", ~theme=~theme, ~name="devinclude_mc9200_1.html");


Hope it helps someone.

 

Regards

Suman.

Re: SAP_CORBU theme for WEBGUI

$
0
0

Hi,

 

I have copied the theme and combination of sap-cssurl & sap-cssversion works, but sap-cssurl parameter was expecting to pass the complete path of CSS where as for WDA we have just passed themeid

 

WDA :

sap-cssurl=cust_theme

 

ex :

ITS:

sap-cssurl=/sap/public/bc/ur/nw5/themes/custom/cust_theme/ls/ls_ie6.css

 

Is there way of just passing theme id instead of complete URL even for ITS ?

 

I have copied "sap_tradeshow" from "/sap/public/bc/ur/nw5/themes/" folder and in properties file version shows as : version=7.20.0.7.0

 

following combination doesn;t pick the theme :

sap-cssurl=/sap/public/bc/ur/nw5/themes/custom/its_myhr/ls/ls_ie6.css&sap-cssversion=7.20.0.7.0

 

but it works when

sap-cssurl=/sap/public/bc/ur/nw5/themes/custom/its_myhr/ls/ls_ie6.css&sap-cssversion=10.30.0.233323.0

 

May i know what value should we provide ?

 

Thanks

We are changing the SAP server, we need to know where to give the IP of SAP server in ITS WEB

$
0
0

We are changing the SAP server, we need to know where to give the IP of SAP server in ITS WEB


Re: Unable to access Subsequent HTML Page (HTTP 400 Bad Request)

$
0
0

Hi,

 

Thanks for the references. Please find below the GUI Setting for SICF. I removed the ~generatedynpro. it still doesn't access the subsequent screen.

 

WebSrv_05.jpg

 

I decided to use another browser and the access to the subsequent screens work when i m using Google Chrome.

 

However it does not work when using IE 11, it seems the browser can't recognize the keys on the Dynpro HTML LM01 buttons (i.e. F8, F2 and options 1, 2, 3). Are there any settings or plugins i need to install on IE in order for it detect these keystrokes?

 

Regards,

Ho

Re: ITS returns 409 for ~okCodes specified in URL

$
0
0

Hi Oisin,

 

yes the fallback okCode should be always the same.

 

I am using the GUI Configuration of my Service in the SICF transaction

 

... and yes I have tried to specifiy it also in the ~okcode_whitelist but this still prevents the service from being called with any other okcode defined in ~okcode parameter

 

the behavior needs to be

 

1) if none specified use the fallback okCode.

2) If one is specified check against the whitelist and proceed if listed.

 

any idea how to accomplish that?

 

Thx

Seb

Re: We are changing the SAP server, we need to know where to give the IP of SAP server in ITS WEB

$
0
0

Hi,

 

Can you give a better description of what you actually doing?

The ITS has the same IP address as the WebAS itself.

It is better to call the ITS using a FQDN. (or any Web Service on the Netweaver WebAS)

 

See the note

 

773830 - FQHN determination in ICM

 

Regards,

 

Oisín

Re: Unable to access Subsequent HTML Page (HTTP 400 Bad Request)

$
0
0

Hi Ho,

 

what handheld  device and browser will you be using ?

what ITSMobile template generation style did you use to generate the HTML templates for the LM01 screens?

 

Regards,

 

Oisin

Re: ITS returns 409 for ~okCodes specified in URL

$
0
0

Hi Seb,

 

it is slightly possible. It depends on the parameter that is passed in the URL.

 

I tested myself.

 

I created a test WEBGUI service called: webgui-okcode with the following parameters

 

  • ~WEBGUI 1
  • ~OKCODE_PERMIT /5,/2
  • ~OKCODE_PROHIBIT /3
  • ~TRANSACTION SM04
  • ~OKCODE /5

 

Tested the following URLS

 

/sap/bc/gui/sap/its/test/webgui-okcode?sap-client=000&~transaction=*sm04 dynp_okcode=/5

 

OR

 

/sap/bc/gui/sap/its/test/webgui-okcode?sap-client=000&~transaction=*sm04&~okcode=/5

 

the OKCode is called; this is the same as calling the URL

 

/sap/bc/gui/sap/its/test/webgui-okcode?sap-client=000

 

TESTING

/sap/bc/gui/sap/its/test/webgui-okcode?sap-client=000&~transaction=*sm04 dynp_okcode=/2

 

the /2 okcode code is executed

even though have the parameter ~OKCODE /5 is set in the GUI Configuration.

 

TESTING

/sap/bc/gui/sap/its/test/webgui-okcode?sap-client=000&~transaction=*sm04&~okcode=/2

or

/sap/bc/gui/sap/its/test/webgui-okcode?sap-client=000&~okcode=/2

I get the

"

The termination occurred with error code  409  and for the reason  Conflict.

"

for a final test I made sure /3 did not execute so I called

 

/sap/bc/gui/sap/its/test/webgui-okcode?sap-client=000&~transaction=*sm04 dynp_okcode=/3

and

/sap/bc/gui/sap/its/test/webgui-okcode?sap-client=000&~okcode=/3

 

I get the following message

Service call /sap/bc/gui/sap/its/test/webgui to transaction sm04 was terminated because : ok code /3 is prohibited as start ok code in service webgui for transaction sm04

The termination occurred with error code  409  and for the reason  Conflict.

 

Hope this helps.

 

Regards,

 

Oisin

__________________________________________________

Viewing all 818 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>