2008 Apr 25 4:42 PM
Hi friends,
I am using below command in calling program.
EXPORT ITAB TO MEMORY id 'ZMATERIAL_CREATE'.
and same thing i am import in called program like..
IMPORT ItAB FROM MEMORY ID 'ZMATERIAL_CREATE'.
This is working when the program run in foreground through submit keyword.
But it is not working in the background.
SUBMIT ZXXXX
VIA JOB name NUMBER number
WITH P_MODE EQ 'N'
TO SAP-SPOOL
SPOOL PARAMETERS print_parameters
WITHOUT SPOOL DYNPRO
AND RETURN.
===========
My sap version is ECC 5.0.
pls help me.
Thanks in advance
raghunath
Hi friends,
I am using below command in calling program.
EXPORT ITAB TO MEMORY id 'ZMATERIAL_CREATE'.
and same thing i am import in called program like..
IMPORT ItAB FROM MEMORY ID 'ZMATERIAL_CREATE'.
This is working when the program run in foreground through submit keyword.
But it is not working in the background.
SUBMIT ZXXXX
VIA JOB name NUMBER number
WITH P_MODE EQ 'N'
TO SAP-SPOOL
SPOOL PARAMETERS print_parameters
WITHOUT SPOOL DYNPRO
AND RETURN.
===========
My sap version is ECC 5.0.
pls help me.
Thanks in advance
raghunath
2008 Apr 28 4:12 PM
hi,
try to use: EXPORT/IMPORT .... TO/FROM DATABASE
best regards,darek
2008 Apr 28 9:56 PM
My suggestion, you can use SET/GET parameters as these are available across the system.
Thanks,
Barjinder Singh.
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |