Hi,
From report program 'ZREP', I call a screen '100'.
In main screen '100' , we have sub screens '110' and '120' .
In subscreen '110', we have a editable field 'Name'.
In subscreen '120', we have a editable field 'Country'.
Now, since screen '110' and screen '120' are subscreens we cant have PF-STATUS for the subscreens.
I change the values 'Name' in subscreen '110' and Country in subscreen '120'.
I set PF-STATUS for main screen '100', say 'Continue'.
My requirement is when I press the button 'Continue' , I need to get the modified values from subscreen '110' and subscreen '120'.
But, when I click the 'Continue' button PAI status of main screen '100' is getting triggered but the updated values from sub screen '110' and sub screen '120' are not getting updated.
If I have PF-STATUS for screen '110' and screen '120' I can easily do it, but I cant in this case because they are subscreens.
What should I do to retrieve th updated values from subscreen 110 and subscreen 120, when PAI status of main screen 100 is called?
Please help...
Thanks,
Shivaa......