Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

passing data through export and import commands issue

Former Member
0 Likes
485

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

2 REPLIES 2
Read only

Former Member
0 Likes
458

hi,

try to use: EXPORT/IMPORT .... TO/FROM DATABASE

best regards,darek

Read only

Former Member
0 Likes
458

My suggestion, you can use SET/GET parameters as these are available across the system.

Thanks,

Barjinder Singh.