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: 

Copying Variants between systems without transport

Bharath3
Explorer
0 Kudos

Hi everyone,

I need your help in getting the variants copied from one system to other system without using transports.
Need to copy variants of all objects of all clients across systems.

Do we any RFC to get that?

( or )
Do we have any way to export all variants & its contents from the source system & import them into target systems?
( or )
Do we have any other mechanism with which we can achieve this?

Thanks in advance.

Best Regards,
Bharath HM

2 REPLIES 2

Sandra_Rossi
Active Contributor

For each function module for maintaining a variant, you have one RFC function module, for example: RS_CREATE_VARIANT -> RS_CREATE_VARIANT_RFC.

There's also BAPI_XBP_VARIANT_CREATE and so on, but understanding how XBP works is less easy than the RS function modules.

raymond_giuseppi
Active Contributor
  1. As already written by sandra.rossi, use RFC FM of function group SVAR_RFC
  2. You can use report RSTRANSP to generate such transport request (this solution nevertheless contravenes your question)
  3. Certainly, what did you already try?