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

Viewing variant arguments

Former Member
0 Likes
641

The selection fields for a table that I had a daily variant running on have recently changed.  This gives me the message stating that the variant of program XYZ is not the current version.  Unfortunately, I do not have the selections written down that were saved in the variant.

Is there a transaction that I could use to view the variant selections so that I may create a new version?

Thank you.

4 REPLIES 4
Read only

Former Member
0 Likes
610

Run standard SAP program RSVARDOC_610.

Rob

Read only

0 Likes
610

Hi Steven,

Just following this chain as I was curious. Please note that standard program suggested (RSVARDOC_610) changes the variant by mapping the old unusable variants to the new screen. It is not to display the variant selections and there values. So in effect some information may be lost, defeating your purpose. 

Regards,

Shravan

Read only

RaymondGiuseppi
Active Contributor
0 Likes
610

Execute via SE37 the FM RS_VARIANT_VALUES_TECH_DATA to look at recorded selection values. Look at returned table VARIANT_VALUES.

Regards,

Raymond

Read only

0 Likes
610

If it's in the production system, that would mean writing a program, testing an transporting it. It makes more sense to at least start with RSVARDOC_610.

I've had to run it a number of times and it has always done some good.

Rob