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: 

variant not in the current version

Former Member
0 Kudos

when trying to display purchase order requisition i am getting an erro saying the variant is not in the current version and is obsolute. how do i get the variant to be in the current version or to make it not obsolute

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi

There is no other way to get the Obsolete things into the Newer versions

You check in the older version.

SInce SAP itself made it Obsolete and you can't help.

Reward points if useful

Regards

Anji

3 REPLIES 3

Former Member
0 Kudos

Hi

There is no other way to get the Obsolete things into the Newer versions

You check in the older version.

SInce SAP itself made it Obsolete and you can't help.

Reward points if useful

Regards

Anji

Former Member
0 Kudos

Hi,

You get such kind of errors when few parameters/select-options on the selection-screen have been removed. The system can not fill the values to the existing elements on the screen. It happens in case of normal reports also.

Regards

Sailaja.

former_member184158
Active Contributor
0 Kudos

Hi

I have solved it

We have to use this FM  [b]RS_VARIANT_SELECTIONS_DESCR[/b] to get all fields


you can use these fields name to import the values from table VARI where are they stored in VARI in cluster table,

The result

and then we can import the values,

P.S this used if you have old variant and you can not import the old fields name and old value,

in this situation, don't repair them by using RSVARDOC_610, the old data will be lost, if you have change the parameters name.

Vielen Dank nochmal.

Gruß

Ibo