‎2006 Oct 31 2:27 PM
Hi All,
Can somebody please let me know 'How to maintain a Variant of a program form an other program'.
Thanks,
Kishore.
‎2006 Oct 31 2:33 PM
Hi,
You could use the <b>'SUBMIT'</b> command. Please see the F1 help on the SUBMIT command.
This will help you to pass the values of the selection screen parameters from another program and get the program run.
Especially check
SUBMIT <program> WITH SELECTION-TABLE <i_rsparams>.
‎2006 Oct 31 2:33 PM
Hi,
You could use the <b>'SUBMIT'</b> command. Please see the F1 help on the SUBMIT command.
This will help you to pass the values of the selection screen parameters from another program and get the program run.
Especially check
SUBMIT <program> WITH SELECTION-TABLE <i_rsparams>.
‎2006 Nov 01 11:01 AM
I can run the the other program by using submit. But what I need is I need to update the variant of the program and run it with a batch job. Could somebody help mw ith this please.
Thanks,
Kiran.
‎2006 Nov 01 11:13 AM
Hi,
use system variable sy-slset to get variant name
and use FM RS_CREATE_VARIANT
Regards
amole