2020 Mar 08 6:52 AM
Hello Experts,
Could you please help me with this issue.
I have implemented the for enhancing screen of WCA
Screen 2 is added to tab H and Screen 1 is added to permit header data .
The issue is when i enter data in these custom fields and switch the tabs and come back to this tab data is getting cleared.
Now switch tab and come back.
code in class
2021 Jul 29 10:21 AM
What I did in a similar case with a BADI for Work Clearance Documents was play with the SET and GET methods.
I created a field symbol for the Zprogram Dynpro. And I did assign the field symbol to the export structure of the method. In your case S_WAPI
2024 Feb 27 5:01 PM