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: 

Error : Variant is not in current version....

Former Member
0 Kudos

Hi All,

I am trying to save the variant for vbak table which i have to use on daily basis for some reporting purpose in Production system.

But Next day it throws an error stating :

"Variant var_1 of program /1BCDWB/DBVBAK is not the current version"

and again i have to enter the value for the whole selection screen parameters.

Can You please suggest any solution???

Thanks in Advance,

Regards,

Deepak

Edited by: Deepak Khandelwal on Feb 21, 2008 1:02 PM

2 REPLIES 2

Former Member
0 Kudos

Depending on your version, run one of these programs:

RSVARDOC                       Rescue obsolete variants 
RSVARDOC_610                   Rescue obsolete variants 

They're not well documented, but easy to use.

Rob

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