hi experts ,
i have two table control in two different screen.suppose i am entering some value in screen A with some amount , two to three line i enter.
when i press Enter key and Click on BACK (PAI) button i am getting corresponding sum of all field in Table control of Screen B . ITs working fine.
Now my quation that
If i never press Enter key and dirctly clicking on Back (PAI) button then corresponding sum is not reflecting in second table control of B screen.
How to solve above problem..
Point is assured.
How have you defined "Back" in you PF-STATUS?... if it's defined as an exit command and you are handling the navigation back to the prior screen via something like "module at_exit_command at exit-command." then you will not be reaching the loop at table control in the PAI and thus not able to do the calculation. If so, you'll need to change the PF-STATUS and allow the logic to get past the loop at table control before leaving to the prior screen.
Jonathan
Add a comment