Mobile Data Entry LM05 Picking by TO

After entering the TO (Transfer Order), we need to display data from the plant (WERKS) in the following screen: Tcode: LM05 (Picking by TO id) Program: RLMOB001 Steps: 1. Copy physical screen 2212(SAPLLMOB) to 9212 (SAPLXLRF) 2. Change 9212 to sub-screen, then add the data of plant: WERKS and NAME1. 3. Create a project in CMOD 4. Assign User Exit MWMRF212 to this project. 5. In the component of project, you assign 9212 (SAPLXLRF) to dummy screen 1212 (SAPLLMOB) 6. Write some code in both FM 170 and 480 to link data 7. Activate your project 8. Create a new entry with screen variant 1 in 'screen management' and new entry in 'Enter Function' 9. In LM00, to assign screen variant 1 to your user. 10. Customized screen 9212 will be called when use LM05. 1. Copy physical screen 2212(SAPLLMOB) to 9212 (SAPLXLRF) The actual screen number defines the screen that the user sees. 2. Change 9212 to sub-screen, then add the data o...