‎2008 Jan 22 3:04 PM
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
‎2008 Jan 22 3:09 PM
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