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

Regarding submit with varient

Former Member
0 Likes
346

hi ,

I want call the one standard program into another program with program?

for Ex: I want call The RBDMIDOC program into another program(zee program) With VARIENT varient contains input is (COSMAS ) COSMAS is a Message type

1 REPLY 1
Read only

Former Member
0 Likes
302

this is an example.....

SUBMIT RSIRCCON VIA SELECTION-SCREEN USING SELECTION-SET 'VARIANT1' AND RETURN.

it means that you are trying to submit the program RSIRCCON with the selection screen variant 'VARIANT1'. SAP expect this variant to be of program RSIRCCON not your calling 'Z' program. Since program RSIRCCON does not have any selection-screen, you can not create a variant and thus you cannot submit it with selection-set variant.

Please refer to the documentation for command 'SUBMIT' for more information.

http://help.sap.com/saphelp_47x200/helpdata/en/9f/dba51a35c111d1829f0000e829fbfe/frameset.htm