‎2011 Oct 21 1:28 PM
Dear Experts,
I want to transfer data from Function-pool SAPLCV140 to Function-pool SAPLCSDI within the Tcode: CS02.
I using the export & Import parameters to do it, but since I am using the SUBMIT command it is giving dump error as we cannot use SUBMIT for program types 'F' & 'I'.
Function-pool SAPLCV140:-
EXPORT IT_TAB TO MEMORY ID 'MEID'.
SUBMIT LCSDII66 and return.
Function-pool SAPLCSDI :-
IMPORT it_tab FROM MEMORY ID 'MEID'..
Can u plz assist me in doing the same.
‎2011 Oct 21 9:09 PM
I don't understand your approach as to why you want to SUMBIT Include program. As the Include LCSDII66 has only one form AUSKZ_SETZEN, you can call the subroutine using perform AUSKZ_SETZEN in PROGRAM LCSDII66.