‎2022 Jun 23 12:16 PM
Hello team,
I have a custom program selection screen. The requirement is to call my programs selection screen and the displayed output has to be from scu3 program.
for this : I am capturing all my selection screen values in an itab of type rsparams.
submit <pgm_name>with selection-table <itab> and return.
I face 2 problems:
1. the output screen of the value is different from my selection screen. How can I add material number or bypass those values ? submit with anyother syntax will work?
‎2022 Jun 23 12:21 PM
‎2022 Jun 23 1:03 PM
I tried using 'call transaction' and that does not help. How can we pass the parameter values of this screen to the target program ?
‎2022 Jun 23 3:26 PM
Please use the COMMENT button for comments, questions, adding details, replying to a comment or a proposed solution or to the OP question, etc., ANSWER is only to propose a solution, dixit SAP text at the right of the answer area.
‎2022 Jun 23 1:05 PM
do not used the answer to reply, this has to be used when you propose a solution.
use transaction SHDB to record the actions you would like to do.
‎2022 Jun 24 7:07 AM
‎2022 Jun 27 5:03 PM
Could you use a SUBMIT RSVTPROT WITH selection parameters and optionally USING one of the SELECTION-SCREEN, e.g. 1010 or 1020, but if you use different variable names you have to map your data.
NB: There are already some SAP FM that calls this report.
Did you add some parameters/select-options that are not handled by SCU3, in this case consider building your own report or use some enhancement in the standard report where you import some data exported by your program?