Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Screen exit for the tcode LM18

Former Member
0 Likes
844

Hi,

My requirement is to add the four custome fields in screen u201CInquiry u2013 Display Material Listu201D.

This screen can get by pressing the F8 button from the u201CInquiry u2013 Select Handling Unitu201D screen (t-code LM18).

Program : SAPLLMOB

screen number : 2703.

Can any one please give me the screen exits for this tcode.

I have find the package and place in the F4 help of smod and got the enhancments and its components. But not able to find out the suitable screen exit for my requirement .

Please do the needed.

Thanks & Regards,

Nagendra

4 REPLIES 4
Read only

Former Member
0 Likes
695

Hello,

Program above is part of SAP Mobile Data Entry (RF) and in order to create enhancements to standard screens you need to determine the associated logical "Logical" screen number. In configuration, A Logical screen is linked to a SAP dynpro number based on screen size (RF devices have different screen sizes) . In case above logical screen 0703 is linked to dynpro 0703 for 8x40 screen and 2703 for 16x20 screen. You should be able to look in SMOD for MWMRF* and locate appropriate exit based on screen size (MWMRF703).

Thanks,

Abdul Rouhi

Washington, DC

Read only

0 Likes
695

Hi Abdul,

Thanks for the reply.

Yes the above program belongs to SAP Mobile Data Entry(RF). Can you please explain me the below steps in detail.

1.How to determine the associated logical screen number.

2.How to do the configurations.

Thanks in Advance.

Regards,

Nagendra

Read only

0 Likes
695

Logical screen number should be 703 and you should be able to use enhancement MWMRF703. Mobile data entry configuration is under IMG > Logistic Execution > Mobile Data Entry.

Abdul Rouhi

Washington, DC

Read only

0 Likes
695

Hi Abdul,

Thanks for the information again.

I will check the screens and configurations and let you know if i need any help.

Thanks,

Nagendra