2009 Dec 07 6:46 AM
Hi All,
Thanks to all for solution.
I have a required field in module pool programming. When i press Back push button message displays "Fill in all required entry fields".
I want to go previous screen without fill any field.
Is it possible. plz help me
Hi,
Give the function type for the button as 'E' and write your code in the MODULE <module_name> AT EXIT-COMMAND.
MODULE exit.
if sy-ucomm eq 'F_BACK'.
LEAVE PROGRAM.
endif.
ENDMODULE.
2009 Dec 07 6:48 AM
Hi,
Give the function type for the button as 'E' and write your code in the MODULE <module_name> AT EXIT-COMMAND.
MODULE exit.
if sy-ucomm eq 'F_BACK'.
LEAVE PROGRAM.
endif.
ENDMODULE.
2009 Dec 07 10:48 AM
2009 Dec 10 10:07 AM
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |