cancel
Showing results for 
Search instead for 
Did you mean: 

Modification to RF Transaction

Former Member
0 Kudos
357

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.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

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

Former Member
0 Kudos

Can you plz ellaborate..

I have a requirement of creating a customized prg with the same functionality, as LM03 but with a modified screen, for selection based on TO as well as MAterial number.

Thanks..

jim_donahue
Explorer
0 Kudos

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

Answers (1)

Answers (1)

Former Member
0 Kudos

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