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

Mobile Data Entry Enhancements

Former Member
0 Likes
617

I used SAP standard enhancement technique to override the standard physical screen of transaction LM06. But now I find out that this physical screen (SAPLLMOB:2100) is shared by 11 transactions LM02, LM03, LM05, LM06, LM08, LM09, LM26, LM27, LM56, LM66 and LM76. Now that I've implemented the new physical screen in SPRO 'Define Screen Management', all the other transactions look exactly like LM06 and have the same functionality. We're on 4.7 and cannot use enhancement spots, which would have been an easy way out. There are no workarounds in config, user-exits or BADIs. The only alternative is to change SAP standard or to dynamically change the labels and display of the fields and buttons from the user exit subscreen. But this would mean that I have to simulate all the PAI and PBO functionality of screen SAPLLMOB:2100 in user exit subscreen SAPLXLRF:1100. If anyone has found an easier solution/workaround in SAP 4.7, please assist. Thank you, Adrian

1 REPLY 1
Read only

Former Member
0 Likes
426

Only workaround possible is to CASE SY-TCODE for all these developments.