cancel
Showing results for 
Search instead for 
Did you mean: 

RF screens

Former Member
0 Kudos

hi,

i want to create the customized screen for lm71 transaction .plz kindly dont give the user exit or badi links. i need the step by step procedure for creating customizing screen.

regards

muthuraman.d

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

In order to use a different screen format, do the following:

1. In Customizing for "Mobile Data Entry" in "Logistics Execution"

select "Define Screen Management".

Assign the physical screen to a logical screen. Select a variant which specifies that instead of the standard SAP screens, a certain screen version is displayed. The screens that replace the SAP standard must be defined by the user in form of screen exits. You can use the screen variant to define your own specific dependency. A screen variant points to a certain screen per screen number and per screen variant. The variant should be a number different from zero.

2. Create a project for this screen: use the CMOD transaction. The project name sould start with X,Y, or Z, followed by four digits that represent the screen number used. Insert a descriptive text for this project. Choose "Save". A dialog box appears, choose the relevant objectand save your entries in your own development class.

3. Choose enhancement: A new screen appears. Enter the enhancement name MWMRFXXX and save your entries. Make sure that you include for XXX the last three digits of the logical screen number.

4. Activate the project: Choose "F3 Back" and activate the project.

5. Screen number for dummy: Enter the program SAPLLMOB and the dummy screen number 1XXX. In the flow logic of the dummy screen call up the module DATA_TO_EXITXXX, open the customer function, and go to "Include". Define the data needed for the screen. Do the same for the module DATA_FROM_EXITXXX, if necessary.

6.Screen painter for customer: Enter the program SAPLXLRF XXX. Attribute -> Subscreen. The screen can be copied or created.

7. Top Include: Define in the top include: ZXLRFTOP tables and structures.

8. Carry out the steps 1 to 7 for each screen that you need to create.

There is no BADI for this purpose.

Answers (0)