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: 

Table control record loose value on BACK to the Previous Screen

former_member317781
Active Participant
0 Kudos

Hi Good day,

I have created 2 screens, 1. Header Scree (0100) 2. Detail Screen(0200).

On detail screen i have created tabs on each TAB I have Table controls.

1. If I capture the values and Press enter i am not loosing the values on TC when i go back to Header screen.

2. If I capture the values and NOT Press enter and go back to Header screen i am loosing the values on TC.

Please find the screen shots

is there any way retain the values if i go back to the detail screen again?

what am i missing?

1 ACCEPTED SOLUTION

former_member241258
Active Participant
0 Kudos

hi

can you check flow logic of screen details?

means order of values get and logic of back button code.

order is first logic values get and stored in table which is used to display on TC in details screen.

second is logic of back button code.

check and try . maybe you can get solution.

5 REPLIES 5

former_member241258
Active Participant
0 Kudos

hi

can you check flow logic of screen details?

means order of values get and logic of back button code.

order is first logic values get and stored in table which is used to display on TC in details screen.

second is logic of back button code.

check and try . maybe you can get solution.

0 Kudos

Hi Krishna,

I have sorted the issue the reason TC is loosing its value is, am calling the PAI Before calling the Subscreens hence it has this issue.

Anyhow thanks a lot and really appriciated.

horst_keller
Product and Topic Expert
Product and Topic Expert

"what am i missing?"

The basics of dynpro programming in ABAP. Please make yourself knowledgable about that and then check what's happening.

Sandra_Rossi
Active Contributor
0 Kudos

Search "transport of dynpro fields" and "function type E".

former_member317781
Active Participant
0 Kudos

Thank you all its been sorted.