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: 

reuse of screen variants

Former Member
0 Kudos
128

hi,

anyone knows how to reuse screen variants? eg.

i have a old program which has gone through performance enhancement. I want to reuse the variants in the old program which is in production... to test the new program.

is there easy way to do that?

Thanks.

4 REPLIES 4

Former Member
0 Kudos
74

Hi,

There is no direct way to do this.

You have to manually copy field by field.

If you want to do this programatically, then you can use the fm:

RS_VARIANT_COPY in the second program initialization

Regards,

Ram

Former Member
0 Kudos
74

there are 80 over variants.. & they are created in production...

now i'm only doing comparison of the old program and new program

Former Member
0 Kudos
74

Hi,

If you have several program variants in a development system that you want to transport, use the following method to transport them:

Execute program ‘RSTRANSP’ (via se38) and inform the program and/or variant names (you can transport variant of several programs in one shot).

hope it solves ur problem

Award points if helpful

Former Member
0 Kudos
74

thanks.

i found the answer...

can use fm: RS_COPY_SELECTION_SETS