2006 Nov 14 10:44 PM
Hi all,
I have created one report which is having a selection screen with four select-options.
Now after executing the report, when i click on "back" icon the selection screen entries are not clearing even i refresh the select-options also.
Could any body please help me to resolve this issue??
Regards,
Joshu.
2006 Nov 14 10:45 PM
Hi,
Use FREE MEMORY after the report is printed..
Check this example..
PARAMETERS: P_MATNR LIKE MARA-MATNR OBLIGATORY.
START-OF-SELECTION.
WRITE: / P_MATNR.
FREE MEMORY.
Thanks,
Naren
Hi,
Use FREE MEMORY after the report is printed..
Check this example..
PARAMETERS: P_MATNR LIKE MARA-MATNR OBLIGATORY.
START-OF-SELECTION.
WRITE: / P_MATNR.
FREE MEMORY.
Thanks,
Naren
2006 Nov 14 10:45 PM
Hi,
Use FREE MEMORY after the report is printed..
Check this example..
PARAMETERS: P_MATNR LIKE MARA-MATNR OBLIGATORY.
START-OF-SELECTION.
WRITE: / P_MATNR.
FREE MEMORY.
Thanks,
Naren
2006 Nov 14 10:55 PM
| User | Count |
|---|---|
| 5 | |
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |