‎2009 Aug 18 5:05 PM
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
‎2009 Aug 18 5:12 PM
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®
‎2009 Aug 18 5:12 PM
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®
‎2009 Aug 18 5:23 PM
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.