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

Calling the standard program from the custom program

Former Member
0 Likes
1,128

Hi everyone,

I have a requirement that i need to call the standard report program (RIH_ORDER_OPERATION_LIST, Tcode- IW49N) from the customized (Z) program.

I need to pass the selection screen values of the Z-program to the selection screen of standard program .

The selection screen of standard program contains TABSTRIPS.

Can I make use of SUBMIT statement.

If not any other suggestions.

Regards,

Tom

2 REPLIES 2
Read only

ThomasZloch
Active Contributor
0 Likes
536

Why don't you try it out? In the end, all select options must have unique names, so I wouldn't expect a problem.

Thomas

Read only

Former Member
0 Likes
536

'N'ew like in IW49N typically are not suitable for SUBMITs and CALL TRANSACTIONs. Did you check if the old IW49 is suitable for your requirement? Also, there are enhancements available for this IW49N transaction. Did you check if you can fulfill your requirements using those enhancements instead of writing a custom program and then calling this program?