2007 Mar 02 4:28 AM
Hi,
I have a program that calles an include program. I need to pass the values in this include program to the main program. Any idea about how to do this?
Thanks
Lilan
2007 Mar 02 4:32 AM
use EXPORT and IMPORT statement
EXPORT ITAB to memory id 'MID'.
IMPORT ITAB FROM memory id 'MID'.
use EXPORT and IMPORT statement
EXPORT ITAB to memory id 'MID'.
IMPORT ITAB FROM memory id 'MID'.
2007 Mar 02 4:32 AM
use EXPORT and IMPORT statement
EXPORT ITAB to memory id 'MID'.
IMPORT ITAB FROM memory id 'MID'.
2007 Mar 02 4:33 AM
Hi ,
I think you can use the ABAP memory or the SAP memory for this.
ie use the SET / GET parameter commands.
Check the help in abap program for syntax.
Regards,
Sunmit
| User | Count |
|---|---|
| 6 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |