‎2019 Mar 26 3:33 AM
Hi - Please guide me how i can insert data in ZTABLE using Module Pool Programing - MPP step by step.
Thanks in adv.
Shahzad
‎2019 Mar 26 7:12 AM
Place a button on your screen like 'Save' . Then in the PAI Section of the screen, when clicked on that button, use MODIFY statement to save that data in your ZTABLE. (eg) MODIFY ztable FROM wa. The 'wa' will hold your screen values.
Hope this helps.
‎2019 Mar 26 6:42 AM
Module pool programming doesn't insert data into any table. It controls interaction between the screen and user.
‎2019 Mar 26 7:12 AM
Place a button on your screen like 'Save' . Then in the PAI Section of the screen, when clicked on that button, use MODIFY statement to save that data in your ZTABLE. (eg) MODIFY ztable FROM wa. The 'wa' will hold your screen values.
Hope this helps.
‎2019 Mar 26 8:08 AM
So, no db locking, and no LUW? Not really a good design, is it?
‎2019 Mar 26 7:30 AM
Did you