2020 May 03 8:01 AM
Hi gurus.
I have a selection screen that it’s entries are updating my z db table. When an entry is created successfully a message type I is shown.
After the entry is created, message is shown and user accepts it, I want the selection screen to be cleared and the program to restart, so another entry could be entered - without leaving the screen and come back.
Any suggestion on how to achieve that?
Thank you very much.
2020 May 03 8:14 AM
Hi
You add following statement at end of selection event.
end-of-selection.
write:/ 'clearing parameters'.
free memory.This will clear your parameters in selection screen
Regards,
Venkat
Hi gurus.
I have a selection screen that it’s entries are updating my z db table. When an entry is created successfully a message type I is shown.
After the entry is created, message is shown and user accepts it, I want the selection screen to be cleared and the program to restart, so another entry could be entered - without leaving the screen and come back.
Any suggestion on how to achieve that?
Thank you very much.
2020 May 03 8:14 AM
Hi
You add following statement at end of selection event.
end-of-selection.
write:/ 'clearing parameters'.
free memory.This will clear your parameters in selection screen
Regards,
Venkat
2020 May 04 7:15 AM
2020 May 03 8:23 AM
Hi,
Inserting record to DB through selection screen is not advisable, since it is already in use free/ clear selection values, end of selection.
| User | Count |
|---|---|
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |