‎2010 Feb 14 4:05 PM
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
‎2010 Feb 14 5:32 PM
Import/Export - ABAP memory doesnt work in background
check this link:[http://help.sap.com/saphelp_45b/helpdata/en/34/8e73a36df74873e10000009b38f9b8/content.htm]
‎2010 Feb 14 10:21 PM