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 scu3 program through submit

0 Likes
1,847

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?

6 REPLIES 6
Read only

FredericGirod
Active Contributor
1,773

Did you try CALL TRANSACTION ... USING .. ?

Read only

0 Likes
1,773

I tried using 'call transaction' and that does not help. How can we pass the parameter values of this screen to the target program ?

Read only

0 Likes
1,773

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.

Read only

FredericGirod
Active Contributor
1,773

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.

Read only

0 Likes
1,773

What is the program name which you are submitting?

Read only

RaymondGiuseppi
Active Contributor
0 Likes
1,773

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?