SAP EWM RF Menu Configuration With ITS Mobile - SAP Blogs ENG
SAP EWM RF Menu Configuration With ITS Mobile - SAP Blogs ENG
Community
Debopriya Ghosh
October 17, 2012 5 minute read
Process – WM/MM
Document Purpose
In warehouse management there is always a requirement for faster processes and up to date information.
For this warehouse operators make use of RF devices to capture the various data such as storage unit number, the material number; the quantity etc.
Typical RF devices are handheld terminals, barcode scanners and truck mounted terminals.
https://blogs.sap.com/2012/10/17/rf-menu-configuration-with-its-mobile/ 1/28
25.06.2020 RF Menu Configuration with ITS Mobile | SAP Blogs
These RF devices basically have small screens and therefore the information sent to them is limited and just up to the need. Also the interaction needed must
be minimum so that the processed can be made faster.
ITS Mobile is a SAP technology to connect mobile devices to a SAP system in order to run applications based on the widely used Dynpro programming model.
ITS Mobile replaces the Web SAP Console which will be phased out with SAP NW 7.10. It is available for SAP systems based on SAP Netweaver 7.10, SAP
Netweaver 7.0 and SAP Netweaver 2004. ITS Mobile is an integrated part of SAP Netweaver and based on ITS. For SAP customers using older SAP releases
with a Basis 4.6C and 6.20, ITS Mobile is available in conjunction with ITS 6.20 standalone.
This document is to con gure RF Menu (Dynpro Programming) with ITS Mobile device.
Double Click on Internet Service Name and in the Parameter do the below settings
FRAMESET_OFF 0
~GENERATEDYNPRO 1
https://blogs.sap.com/2012/10/17/rf-menu-configuration-with-its-mobile/ 2/28
25.06.2020 RF Menu Configuration with ITS Mobile | SAP Blogs
~ITSMOBILE 1
~ITSMOBILEMSGSOUND 1
~LANGUAGE
~LOGIN
~PASSWORD
~POPUPS 1
~STYLE DHTML
~THEME 99
~TIMEOUT 5
~TRANSACTION LM01
https://blogs.sap.com/2012/10/17/rf-menu-configuration-with-its-mobile/ 3/28
25.06.2020 RF Menu Configuration with ITS Mobile | SAP Blogs
Right Click on HTML Templates and click create. Give the Program Name and Screen Number and generate style as Mobile Devices (Without HTML
Tables) and click Save.
Have to create the HTML Template for all the Screens of the Program.
https://blogs.sap.com/2012/10/17/rf-menu-configuration-with-its-mobile/ 4/28
25.06.2020 RF Menu Configuration with ITS Mobile | SAP Blogs
Right Click on the Internet Service Name -> Publish -> Complete Service
Go to Transaction SICF
https://blogs.sap.com/2012/10/17/rf-menu-configuration-with-its-mobile/ 5/28
25.06.2020 RF Menu Configuration with ITS Mobile | SAP Blogs
Click Execute
https://blogs.sap.com/2012/10/17/rf-menu-configuration-with-its-mobile/ 6/28
25.06.2020 RF Menu Configuration with ITS Mobile | SAP Blogs
https://blogs.sap.com/2012/10/17/rf-menu-configuration-with-its-mobile/ 7/28
25.06.2020 RF Menu Configuration with ITS Mobile | SAP Blogs
https://blogs.sap.com/2012/10/17/rf-menu-configuration-with-its-mobile/ 8/28
25.06.2020 RF Menu Configuration with ITS Mobile | SAP Blogs
In Service Data Tab, set GUI Link as Yes and Click GUI Configuration
https://blogs.sap.com/2012/10/17/rf-menu-configuration-with-its-mobile/ 9/28
25.06.2020 RF Menu Configuration with ITS Mobile | SAP Blogs
~ITSMOBILE 1
~THEME 99
~TRANSACTION LM01
~POPUPS 1
~ITSMOBILESOUND 1
https://blogs.sap.com/2012/10/17/rf-menu-configuration-with-its-mobile/ 10/28
25.06.2020 RF Menu Configuration with ITS Mobile | SAP Blogs
In Handler List Tab, set Handler List (In Order of Execution) as ‘CL_HTTP_EXT_ITS’
https://blogs.sap.com/2012/10/17/rf-menu-configuration-with-its-mobile/ 11/28
25.06.2020 RF Menu Configuration with ITS Mobile | SAP Blogs
In Action During Logon, set protocol as Do Not Switch and check Do Not Display Warnings and Deactivate Login XSRF Protection
In Logon Layout and Procedure, check Custom Implementation and give ABAP Class Name as ‘CL_MOBILE_SYSTEM_LOGIN’.
https://blogs.sap.com/2012/10/17/rf-menu-configuration-with-its-mobile/ 12/28
25.06.2020 RF Menu Configuration with ITS Mobile | SAP Blogs
https://blogs.sap.com/2012/10/17/rf-menu-configuration-with-its-mobile/ 13/28
25.06.2020 RF Menu Configuration with ITS Mobile | SAP Blogs
Now this Service Name will be configured by the external client in there ITS Mobile Device.
https://blogs.sap.com/2012/10/17/rf-menu-configuration-with-its-mobile/ 14/28
25.06.2020 RF Menu Configuration with ITS Mobile | SAP Blogs
https://blogs.sap.com/2012/10/17/rf-menu-configuration-with-its-mobile/ 15/28
25.06.2020 RF Menu Configuration with ITS Mobile | SAP Blogs
Alert Moderator
Assigned tags
ABAP Development |
Related Questions
https://blogs.sap.com/2012/10/17/rf-menu-configuration-with-its-mobile/ 16/28
25.06.2020 RF Menu Configuration with ITS Mobile | SAP Blogs
21 Comments
Former Member
Nice Content…..
Like(0)
Samir Suryawanshi
Hello Debopriya,
Good content .We had used ITS for one of our clients and for some screen SAP had not created the ITS screen thus resulting in dump. The abapers had to
regenerate the speci c screens to resolves this. Any trouble shooting or common errors to add to the content to avoid or resolve common errors will make the
document more helpful.
Is helpful though..
Samir
Like(0)
Former Member
I agree with Samir, maybe references to screen resolutions and common problems could be added to make it even more useful.
Like(0)
Sandeep Kumar
Hi Debopriya,
Thanks,
Sandeep
Like(0)
Hi Debopriya,
https://blogs.sap.com/2012/10/17/rf-menu-configuration-with-its-mobile/ 18/28
25.06.2020 RF Menu Configuration with ITS Mobile | SAP Blogs
I have one doubt, if we develop RF menu using ITS, then is it required to con gure via menu / transactions via LM00/01.
Regards,
Abu Fazi
Like(0)
Former Member
Hello, I have Intermec terminal, my login page (web gui) is very small. I’ve tried many di erent ways, but nothig, also I have the same con guration like you
wrote in this post. But the only di erent is: In Logon Tab, set Logon Procedure as Logon Through HTTP Fields
Regards.
Len
Like(0)
Select ‘alternative logon procedure’ > scroll down > press the ‘default’ button > delete whatever options you don’t need
Like(0)
https://blogs.sap.com/2012/10/17/rf-menu-configuration-with-its-mobile/ 19/28
25.06.2020 RF Menu Configuration with ITS Mobile | SAP Blogs
Former Member
@Patrick
I do have selected “Alternative Logon Procedure”. When I press “Default” button I just have this options:
1 Fields Authentication
2 SSO Authentication
3 Basic Authentication
4 SAP Authentication
6 Service Authentication
Nothing more, do you have any idea how to solve this ? Is just the “login” page who is small, the other ones Id change with the resolution browser options.
Regards.
Len
Like(0)
How does it look in a normal browser? And what browser are you using on the intermec?
Like(0)
Former Member
https://blogs.sap.com/2012/10/17/rf-menu-configuration-with-its-mobile/ 20/28
25.06.2020 RF Menu Configuration with ITS Mobile | SAP Blogs
https://blogs.sap.com/2012/10/17/rf-menu-configuration-with-its-mobile/ 21/28
25.06.2020 RF Menu Configuration with ITS Mobile | SAP Blogs
Like(0)
Alfonso Alvarado
Hola Lenin,
Did your problem get solved? If so, please let me know how you did it. I have even changed the CSS template in ITSMOBILE and still have same problem of
sizing.
Thanks in advanced,
Alfonso
Like(0)
Former Member
https://blogs.sap.com/2012/10/17/rf-menu-configuration-with-its-mobile/ 22/28
25.06.2020 RF Menu Configuration with ITS Mobile | SAP Blogs
Hi Lenin,
‘Fields Authentication’ logon procedure has now been renamed to ‘Logon Through HTTP Fields’.
Like(0)
Former Member
Hi,
730
Regards
Like(0)
Alfonso Alvarado
Hello Utkarsha,
Did you get any answer from Lenin? I am still havingthe issue where main screen (LM01) and following templates are too small, I have to zoom every time I
login. I have changed the templates RLMENU 2088 and still nothing. Is there a way to change only one parameter to increase the size view of the LM01 and
other templates while viewing them in the device?
Alfonso
Like(0)
https://blogs.sap.com/2012/10/17/rf-menu-configuration-with-its-mobile/ 23/28
25.06.2020 RF Menu Configuration with ITS Mobile | SAP Blogs
Sravan Kumar
Hi,
I have copied code from one SAP Instance and replicated the same in another SAP Instance ( code and service) and tested on browser it works ne but when i
try the same in device( Motorola Bar-code Scanner) Each screen comes with di erent size. Please provide the possible solution how to set the screen to
device’s screen.
Like(0)
Former Member
Hi There,
Has anyone activated the new gui for ITS Mobile ie. webgui_new_design parameter. Refer to note: 2108843 ?
Thanks,
Steve
Like(0)
https://blogs.sap.com/2012/10/17/rf-menu-configuration-with-its-mobile/ 24/28
25.06.2020 RF Menu Configuration with ITS Mobile | SAP Blogs
Alfonso Alvarado
Hello Experts,
I was able to zoom (increase size) my template’s size. However, I am still having the issue where main screen (LM01) is too small, I have to manually zoom every
time I need to login.
I have changed the template RLMENU 2088 in SE80 and still nothing. Is there a way to change one parameter to increase the size view of the logon screen?
The device is a Intermec. System is 740. thanks in advanced, would appreciate any helpful input.
Alfonso
Like(0)
Nitin Sikka
Hi,
I want to know, once service is created how to con gure it on handheld device or how to access it on handheld device
Regards,
Nitin
Like(0)
https://blogs.sap.com/2012/10/17/rf-menu-configuration-with-its-mobile/ 25/28
25.06.2020 RF Menu Configuration with ITS Mobile | SAP Blogs
ABAPER P
Followed the same process but Push buttons are not working in ITS screen ie bowers where as push buttons working perfectly in SAP.
Like(0)
https://blogs.sap.com/2012/10/17/rf-menu-configuration-with-its-mobile/ 26/28
25.06.2020 RF Menu Configuration with ITS Mobile | SAP Blogs
Mairana Chacin
Hi ABAPER P ,
I know it has been long time, but did you solve the UI look? I have the same problem.
The push buttons are working good but the UI is like was yours.
Thanks in advance,
Chacin
Like(0)
叶 文远
I want ask a question that how can I get the PDA data and put it on my ITS screen automatic?
Regards
https://blogs.sap.com/2012/10/17/rf-menu-configuration-with-its-mobile/ 27/28
25.06.2020 RF Menu Configuration with ITS Mobile | SAP Blogs
Jasen.Ye
Like(0)
Find us on
Newsletter Support
https://blogs.sap.com/2012/10/17/rf-menu-configuration-with-its-mobile/ 28/28