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

Report Variants u2013 Problem

manoj_goyal2
Participant
0 Likes
484

Hi Guys,

I created a new program ZCOST_NEW and using old tcode ZCOST to call this new program.

The new program has 3 new selection parameters. In production there were many variants for the tcode ZCOST.

I use se93 to change the code ZCOST to call new program ZCOST_NEW and transported to production.

After moving the new program and tcode to the production, variants for the transaction are gone. I am using the old transaction but calling the new program. How I can fix this problem. I want to see all the old variants in the new program.

Thanks,

mini

1 ACCEPTED SOLUTION
Read only

former_member194669
Active Contributor
0 Likes
439

Variants get stored in VARID with program name and not on transaction code. May be you need to use fm RS_CHANGE_CREATED_VARIANT and read from your old program and change to new program

a®

2 REPLIES 2
Read only

former_member194669
Active Contributor
0 Likes
440

Variants get stored in VARID with program name and not on transaction code. May be you need to use fm RS_CHANGE_CREATED_VARIANT and read from your old program and change to new program

a®

Read only

0 Likes
439

Thanks a®s for quick reply.

Can I run the suggested FM in production using se37.

Also when I click the variant button, I am not getting the FIND VARIANT popup with Variant, Environment, Created by, Changed by. Instead I am getting popup saying VARIANT CATALOG for program ZCOST_NEW and is showing new variants I created and not the old variants already created. What should I do to get the FIND VARIANT popup.

Thanks again.