2007 Mar 28 4:53 AM
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.
2007 Mar 28 4:57 AM
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
2007 Mar 28 4:59 AM
there are 80 over variants.. & they are created in production...
now i'm only doing comparison of the old program and new program
2007 Mar 28 5:04 AM
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
2007 Mar 28 5:10 AM
thanks.
i found the answer...
can use fm: RS_COPY_SELECTION_SETS