‎2007 Apr 18 5:37 AM
Hi,
I need my type1 (caller program) calls module pool (called program). Should I use call dialog or call transaction with return?
I need to export internal table to the module pool program and need to return from module pool with import table and control go back to type1 from module pool.
If call transaction I need to create tcode for it.
Can call dialog return back to type1(caller program)
Thank You
‎2007 Apr 18 5:49 AM
Hi,
u can use call transaction,there will not be any problem.
use export and import memory fot internal table.
Regards,
Sonika
‎2007 Apr 18 5:49 AM
Hi,
u can use call transaction,there will not be any problem.
use export and import memory fot internal table.
Regards,
Sonika