on 2008 Dec 16 4:10 PM
Hi,
I have a requirement of adding field for material number, in addition to the field for transfer order to the initial screen of RF transaction, LM03.
The requirement is that, instead of scanning through the materials one by one the user should be able to directly jump to the required material.
Regards Khare.
Hi Khare,
The screens modification need to be thru Screen management
in Logistic Execution ->mobile data entry->screen management.
The __new screen must be in different package and not in lmob__. it is something like xlrf.
Regards
Satya
Edited by: Satyanarayana Vankadari on Dec 23, 2008 12:18 PM
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
The white paper Mobile Data Entry (Radio Frequency) Programming Guideline: Radio Frequency Applications from November 16, 2000 will help.
Essentially you need to copy your screens (narrow /wide) from LMOB to XLRF.
In SPRO you must configure a screen variant and associate it with the new screens.
Add your new fields.
Keep the PBO/PAI logic to a minimum.
It seems best to put your custom fields before the SAP fields as when they are satisfied, control will pass to the next screen. Otherwise you may have to change override the verify fields settings on a field until your fields are populated.
In LRFMD for the users or in LM00 enter the screen variant number. Your standard RF transactions will automatically use these new screens.
Note if anyone is aware of more recent documents or could recommend excellent RF programming/configuration publications, it would be greatly appreciated.
Jim
Hi,
You can acheive this through copy that screen to your customized screen and populate the material field there.
Also check avilable Exits..if you are not using any customized Tcode for the same.
Regards
Rick
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
13 | |
3 | |
2 | |
2 | |
1 | |
1 | |
1 | |
1 | |
1 | |
1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.