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

variant maintenance

Former Member
0 Likes
578

Hi All,

Can somebody please let me know 'How to maintain a Variant of a program form an other program'.

Thanks,

Kishore.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
545

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>.

3 REPLIES 3
Read only

Former Member
0 Likes
546

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>.

Read only

0 Likes
545

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.

Read only

Former Member
0 Likes
545

Hi,

use system variable sy-slset to get variant name

and use FM RS_CREATE_VARIANT

Regards

amole