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

Re: Cursor not on Input field in ITSMOBILE

$
0
0

The issue is fixed.

 

I had wrriten DeviceInclude parameter and created a html template.

This html automatically creates a head tag and a body tag with Onload functionality.

 

This body overrides the system created body tag which contains the code to put the focus on focus field.

as there can be only one body tag..

 

So i instead of creating a device include for all templates ,I had to write the code in all the screen templates.

 

The same issue is explained in the below thread.

ITS Mobile Screen scaling down issue in MC9200 Device

 

Regards

Suman


Re: ITS theme changed after kernel upgrade 742

$
0
0

Hello,

 

you should not be using the following parameters

 

~WEBGUI_SIMPLE_TOOLBAR 256

~GENERATEDYNPRO 1

SAP-THEME sap_tradeshow

~WEBGUI 1

 

if this is an ITSMobile service.

 

Regards,

 

Oisin

Re: ITS theme changed after kernel upgrade 742

$
0
0

Hi Oisin,

 

Thanks for the reply.

those parameters are there from the beginning and no issues has come with that.

now problem is F4 function key is not working in kernel upgraded systems.

Re: ITS theme changed after kernel upgrade 742

$
0
0

Hi,

 

on the upgraded system I would start with just the parameters:

~ITSMOBILE 1

~TRANSACTION LM00

~SOURCES ZLM00,itsmobile

~THEME 99

~POPUPS 1

~ITSMOBILEMSGSOUND 1

 

See also the ITSMobile WIKI re parameters: Service Parameter and Settings

 

and then regenerate the templates of ZLM0. First though follow instructions from Utkarsha Khadke re publishing the Template Generation services. Then once the templates have been regenerated republish the ITSMOBILE service ZLM00 and itsmobile. Delete teh Browser cache and then retest the Function Keys after this.

If not working - you may need to use the parameter •~ITSMOBILEDEVICEINCLUDE

See the WIKI link listed earlier

Regards,

 

Oisin

Re: ITS theme changed after kernel upgrade 742

$
0
0

Hi Oisin,

 

F4 is working when we use below parameters but theme layout changed now.

~ITSMOBILE 1

~TRANSACTION LM00

~SOURCES ZLM00,itsmobile

~THEME 99

~POPUPS 1

~ITSMOBILEMSGSOUND 1

 

attached screenshot F4.PNG

Re: ITS theme changed after kernel upgrade 742

$
0
0

and also observe that when i use parameter ~webgui 1,sap-theme sap_tradeshow the layout is working fine but function F4 is not working.

once i remove these parameters F4 is working back again.

 

 

Regards

Karthik

Upload File issue using WebGUI File Browser

$
0
0

Hi experts,

 

     I'm trying to upload a file using WebGUI File Browser using Google Chrome. I can upload the file but I don't know how to select the file in the corresponfing input.

     I get a dump when I start the execution (divide by zero) because the file is missing. Any help would be appreciate. Thx!

 

Jose

 

1.png

 

2.png

 

3.png

Re: Upload File issue using WebGUI File Browser

$
0
0

Hello Jose,

 

Your application needs to use the methods from class cl_gui_frontend_services to get the file from the virtual file system.

 

Kind regards,

Cris


Re: Upload File issue using WebGUI File Browser

$
0
0

Hello Jose,

 

You can read SAP note 2283933 to see the supported methods.

 

Regards,

Cris

Re: Upload File issue using WebGUI File Browser

$
0
0

Hi Cristiano,

 

Ty! We need to change some ABAP code, but now we can select the file in WebGUI Browser using the cl_gui_frontend_services!! Do you know where can we find any example for retrieve the file from virtual file system?

 

Thanks in advance,

Jose Manuel

Re: Upload File issue using WebGUI File Browser

$
0
0

Hello Jose,

 

I don't have an example yet.

When I have it, I'll show it around here.

 

Kind regards,

Cris

Re: ITS theme changed after kernel upgrade 742

$
0
0

we find interesting thing about this.

we used below parameters .

~ITSMOBILE1
~TRANSACTIONLM00
~SOURCESZLM00,itsmobile00,itsmobile
~THEME99
~POPUPS1
~WEBGUI_SIMPLE_TOOLBAR256
~WEBGUI1

layout is working as expected and for F4(Next) functionality we tried with F11 button, interestingly F11 is doing F4 functionality(Next).

unfortunately we do not have F11 option in our mobile barcode scanner.

 

seems Bug in Kernel?

Re: ITS theme changed after kernel upgrade 742

$
0
0

Hi,

 

no it is not a bug in the Kernel

 

you should NOT be using

~WEBGUI_SIMPLE_TOOLBAR 256

~WEBGUI 1

 

if this is an ITSMobile service.

 

To get the function keys to work with the ITSMobile service with the Handheld device with the following parameters:

 

~ITSMOBILE 1

~TRANSACTION LM00

~SOURCES ZLM00,itsmobile00,itsmobile

~THEME 99

~POPUPS 1

 

will require the following solutions outlined in the WIKI's:

 

How to obtain the function key values for ITSmobile applications 

and

Service Parameter and Settings  - parameter: •~ITSMOBILEDEVICEINCLUDE

 

so the mappings of the 'Function keys' on the Device can be recognised by the Browser of the device.

 

Regards,

 

Oisin

Re: ITS theme changed after kernel upgrade 742

$
0
0

Hi Oisin,

 

Yeah i understood and we tried with only mandatory parameters but layout is not fitting in the scanners. we did perform kernel upgrade in all non-production system.

in Production environment below parameter configured and using since long time without no issues.

~WEBGUI_SIMPLE_TOOLBAR 256

~WEBGUI 1

 

our Business is not accepting to remove those parameters because in Production with these parameters layout and all functional keys are working.

 

 

and can you help me to set the parameter value •~ITSMOBILEDEVICEINCLUDE, i am really sorry, i did not understand about the below code.  where and how can i create this code template? or shall i ask our technical team to write?

How to obtain the function key values for ITSmobile applications

 

 

as per my knowledge these functional keys are SAP standard keys in transaction LM00. we are using transaction code LM00 in our mobile service.

 

Regards

Karthik

Re: Using sap_bluecrystal theme in SAP GUI for HTML

$
0
0

Good day

 

I need some help with sap_bluecrystal.

 

We are on Integrated ITS 7.40 and Kernel 742 path 413.

 

It is not working. changed the following

~THEMEsap_bluecrystal
~WEBGUI_NEW_DESIGN1

Re: ITS Application for LM01 screen size is too small on Mobile devices

$
0
0

Hi Torrealba

 

Is your issue resolved?

Re: Using sap_bluecrystal theme in SAP GUI for HTML

Re: Using sap_bluecrystal theme in SAP GUI for HTML

$
0
0

Hi Deon,

 

As Oisín told you, ~webgui_new_design is not needed. It is only valid for Netweaver 7.00 and 7.01, with kernel 7.20, 7.21 or 7.22. As of Netweaver 7.02, the new design is the standard.

 

You can try appending the URL with &sap-theme=sap_bluecrystal. I just tested in my test system (SAP_BASIS 7.40, with kernel 7.42 pl 412) and it works, i.e. the theme used is bluecrystal.

 

You can also read KBA 1508958.

 

Kind regards,

Cris

 

PS: Example:

 

Using the default (Corbu theme):

Corbu.jpg

 

Appending the URL:

BlueCrystal.jpg

Re: Using sap_bluecrystal theme in SAP GUI for HTML

$
0
0

Hi Deon,

 

I tested with:

~theme sap_bluecrystal

in the GUI Configuration

 

The theme is correctly displayed too.

 

Kind regards,

Cris

Re: Using sap_bluecrystal theme in SAP GUI for HTML

Viewing all 818 articles
Browse latest View live


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