Application Development 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: 

Mass Variant creation

Former Member
0 Kudos

Hi,

I need to crete over 300 variants for an SAP Standard program, I just need to change the NAME of the variants, the rest of the contenets are all same.

Also after variant creation I need to schedule all of them in a batch job.

Is there any standard program in which I can change the name of the variant?

Regards

Abhishek Sahi

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Create your own program and put the function RS_VARIANT_COPY into a loop that runs 300 times...

I think that should do the trick.

3 REPLIES 3

ThomasZloch
Active Contributor
0 Kudos

Sounds rather unusual to me, so I doubt there is a standard program. I would have to search for it just like you could.

You could try recording the steps for one such copy e.g. via SHDB and feed the variant names from an Excel sheet.

Thomas

Former Member
0 Kudos

Create your own program and put the function RS_VARIANT_COPY into a loop that runs 300 times...

I think that should do the trick.

0 Kudos

Problem Solved