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

ABAP queries - Variants

Former Member
0 Likes
563

Hi Experts,

For each SAP query, programs will be generated for all the clients. Program name will be containing the client name. While execution respective program will be called based on client the queries is being executed.

Now, my question is how to copy variants created for ABAP query in one client to another clients in all the programs.

Thanks in Advance,

Siva Sankar

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
526

Try using the FM

RS_COPY_SELECTION_SETS

Regards,

Sowmya

Hi Experts,

For each SAP query, programs will be generated for all the clients. Program name will be containing the client name. While execution respective program will be called based on client the queries is being executed.

Now, my question is how to copy variants created for ABAP query in one client to another clients in all the programs.

Thanks in Advance,

Siva Sankar

2 REPLIES 2
Read only

Former Member
0 Likes
526

Hello Siva Sankar,

From my understanding you cannot transport the variants for the ABAP Query . You need to re-create in every clients.

But you can give it a try by including the varient in one transport and do a SCC1. This may work .

Hope this answers your question.

Thanks,

Greetson

Read only

Former Member
0 Likes
527

Try using the FM

RS_COPY_SELECTION_SETS

Regards,

Sowmya