Application Development 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: 

Problem in RF Screen Exit.

Former Member
0 Kudos

We have to provide additional field and some extra validation on Std SAP RF transaction LM51 for Physical Inventory Count. There is one screen exit in enhancement MWMRF151. Created a sub screen with screen # 7151 by copying the original screen 151 under the exit program SAPLXLRF and modified with the new reqt. Created a project for this enhancement and activated the same. In the configuration (SPRO)under Mobile Data entry - screen management queue assigned this screen 7151 as actual screen with variant 1 to the logical screen 151.

In Tx:LM00, keyed the variant '1' and saved the menu screen. From menu management I am getting this new screen but I am not getting the functionality of the original LM51 when i key in the storage bin etc.. Since in sub-screen I can not have ok_code,I guess I am missing the functionality and link to the original screen logic.

I appreciate, if any one can suggest me the solution for this issue. We are using ECC 5.0

2 REPLIES 2

Former Member
0 Kudos

Hi usha! I'm currently making a screen exit for screen 2302, and i'm having a similar problem... the thing is that i already made it to display my custom screen, but no data is passed to it. I declared every data i need on function module XLRF, but still no data is being passed.

I've done no mdifications to the customer-function called by DATA_TO_EXIT0302.

Did you managed to have it runnig correctly?

Thnx.

Jesus

Former Member
0 Kudos

Hi, I know it is old, but I'm going through the same problem, I copied the screen in XLRF, changed the SPRO. The screen is being displayed but without any of the standard functions. Someone managed to solve this problem?

Thanks