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

How to Transfer data from One FunctionPool Pgm to Another FunctionPool Pgm

former_member311223
Participant
0 Likes
315

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.

1 REPLY 1
Read only

Former Member
0 Likes
273

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.