Hi ,
I have to use one variable's value into another program (in BADI). For that I am exporting that variable from main program and using IMPORT I am using into BADI. Code is shown below,
FREE MEMORY ID 'REFPO'.
EXPORT pa_doc2 FROM v_podoc TO MEMORY ID 'REFPO'.
This is working fine.
Now I have to pass one Internal table to the same BADI from main program.
Shall I pass the Internal table with contents by using EXPORT and IMPORT statements from Memory......??
Please guide me on the same ASAP.
Thanks,
Jay.