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 pool program in report

Former Member
0 Likes
2,644

Dear guys,

i have Module pool program ZSDMODPOOL,which is transaction ZSDORD(ADDON SCREEN),Which creates sales order and shipment.

Now i want, one new screen to display before this ZSDORD Screen. In new screen i will have Table control having Internal table displaying in it.

Now, My requirement is how to pass this New screen internal table datas into Module pool program.

or i can put question as how to call module pool program

from other report program or screen.

Pls give me ideas.

ambichan

2 REPLIES 2
Read only

RichHeilman
Developer Advocate
Developer Advocate
572

You can call the transaction using CALL TRANSACTION, or you can setup a DIALOG and call it using CALL DIALOG. Using CALL DIALOG you will be able to pass values. You create a DIALOG via transation SE35.

Regards,

Rich Heilman

Read only

Former Member
0 Likes
572

You can use EXPORT/IMPORT for passing data.

Cheers,

Sanjeev