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: 

data in the structure clearing when chicking custom tab in screen exit

former_member502553
Participant
0 Kudos

Hi All,

I am working in screen enhancement for WZR1(payment document).Here in header details the custom screen will appear under additional fields tab.

I have appended the custom fields in structure KOMLFK and table WBRK.here when i debug the screen program the values entered in screen fields are stored in the structure fields but when i click the custom field tab the data in the structure during run time are cleared, But after if click other tabs again the data are coming in structure fields in debug mode.

because of this i am not able to do any validation by comparing custom fields and other fields.GET Parameter id is also not getting the exact screen field values because of this.

Please help me what would be the problem here.

Thanks,

Arun.

Edited by: Arun Kumaran on Feb 24, 2010 7:14 AM

1 REPLY 1

Former Member
0 Kudos

Try to export the structure values to memory id whenever available and try to import the structure values from memory id whenever required.