Application Development and Automation 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: 
Read only

Table control data not visible.

Former Member
0 Likes
409

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
376

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

1 REPLY 1
Read only

Former Member
0 Likes
377

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