‎2010 Sep 09 3:05 PM
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
‎2010 Dec 15 1:35 PM
Only workaround possible is to CASE SY-TCODE for all these developments.