Hi all,
Module Pool -
The user inputs four records in a table. Clicks SAVE button.
First and third records are OK, second and fourth records are not. An error message is thrown.
User clicks CANCEL button.
Second record should get cleared, displaying the other 3 records.
Problem :
Even when I clear the second record in internal table, it doesn't get cleared in the frontend.
(I am clearing in PAI, on EXIT-COMMAND.)
How should this be cleared in the frontend?
Thanks.