cancel
Showing results for 
Search instead for 
Did you mean: 

ITS screen display not proper

Former Member
0 Kudos

Hi Experts,

We have created a service for standard transaction FD32 through SICF transaction. The transaction is getting displayed in the explorer but it has some issue with scrolling it seems. The upper half of the window is blank and the transaction screen is displayed only on the lower half and scrolling also not possible. Find below the parametrs set for the ITS service.

~AUTOSCROLL 1

~GENERATEDYNPRO 1

~LISTSCROLLING 0

~POPUPS 1

~STYLE DHTML

~TRANSACTION FD32

Please suggest a solution to fix this problem.

Thanks in advance

Sanu

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

Try with ~webgui = 1 parameter.

Hope this helps,

Iván.

0 Kudos

Forgot to update the thread, I had resolved the issue with the parameter

~webgui 1 . Anyways the thanks for the reply

Thanks

Sanu

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

Please excuse the thread interuption but I am having the same problem as what Sanu explains here we are running ITSMobile with the Naurtech Industrial browser for the EWM /SCWM/RFUI transaction set. I have tried the ~webgui=1 service setting but then after the logon screen the screen fails to render with an HTML error.

I am using the CL_MOBILE_SYSTEM_LOGIN class. With these settings:

~THEME 99

~TRANSACTION /scwm/rfui

~ITSMOBILE 1

~SOURCES z_its,itsmobile

~POPUPS 1

~ITSMOBILEDEVICEINCLUDE DEVINCLUDE_NAURTECHCK61

~SINGLETRANSACTION 1

~AUTOSCROLL 1

The logon frame is not automatically adjusted for the smaller screen size and only the top left of the frame is visible in the mobile browser.

Thanks,

Peter

0 Kudos

Hi Peter,

Please post a new thread for this question. Use the folllowing parametrs and check if this solves your problem.

~WEBGUI 1

~WEBGUI_POPUPS 1

~WEBGUI_SEARCH_HELP 1

~WEBGUI_SYSTEM_MODAL 1

~WEBGUI_SIMPLE_TOOLBAR 1

~SINGLETRANSACTION 1

~WEBGUI_THEME 99

Thanks

Sanu