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

Import/Export

Former Member
0 Likes
350

Hi All,

I have a requirement to pass few zattributes data to external tax system. I have written that piece of code in the user exit. When i run my custom program, i am importing few values into the memory and in the user-exit, i m using exporting..It works only if i run call transaction using 'A' mode.

Code in Z Program.

import data to memory id 'werks'.

call transaction fb01

user-exit.

export from memory ..

Import/Export works only for mode 'A' . Please let me know what needs to be done in order to work it for 'N' mode . Is there any other statement which does the same.

Thanks,

Kumar

2 REPLIES 2
Read only

kesavadas_thekkillath
Active Contributor
0 Likes
322

Import/Export - ABAP memory doesnt work in background

check this link:[http://help.sap.com/saphelp_45b/helpdata/en/34/8e73a36df74873e10000009b38f9b8/content.htm]

Read only

Former Member
0 Likes
322

This message was moderated.