‎2009 Sep 03 3:57 PM
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
‎2009 Sep 03 4:02 PM
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
‎2009 Sep 03 4:19 PM
'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?