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

call module

Former Member
0 Likes
335

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

1 ACCEPTED SOLUTION
Read only

former_member632991
Active Contributor
0 Likes
311

Hi,

u can use call transaction,there will not be any problem.

use export and import memory fot internal table.

Regards,

Sonika

1 REPLY 1
Read only

former_member632991
Active Contributor
0 Likes
312

Hi,

u can use call transaction,there will not be any problem.

use export and import memory fot internal table.

Regards,

Sonika