‎2013 Jun 14 1:12 PM
Hello Experts,
I have created a zscreen which i have called using ztcode in menu exit which is linked with standard tcode. Now my probelm is when i enter data on my screen using standard tcode and go back using "leave to screen 0" and at this point if user wants to see the entered data again nefore saving and opens the same link then table control comes as blank
Always new table control is called, inspite of the fact that i did not exit and save the data.
Could anyone give me solution for this?
Regards,
Prachi
‎2013 Jun 14 3:18 PM
Just an Idea : When coming back to standard transaction from your table control, why not throw the data to memeory using EXPORT statement and when visiting the table control, check your memory if any data is stored , if yes get the data using IMPORT populate the same in PBO.
P:S - Must have unique identification to relate the data in memory to the data that needs to dispalyed in the TC.
Cheers!
Abhinab
‎2013 Jun 14 3:18 PM
Just an Idea : When coming back to standard transaction from your table control, why not throw the data to memeory using EXPORT statement and when visiting the table control, check your memory if any data is stored , if yes get the data using IMPORT populate the same in PBO.
P:S - Must have unique identification to relate the data in memory to the data that needs to dispalyed in the TC.
Cheers!
Abhinab