- Copying BEx Reports between two different/common targets is a very common activity in any project.
- For this we use RSZC transaction code however this RSZC tcode has some limitation that , we cannot perform query copy activity if source/target has different structure.
- For this I developed one ABAP program, through this we can copy queries between source/target irrespective of either structure is same or different
- Program Selection Screen image

- R_T_NAME -->Provide single or multiple report technical names (multiple reports means queries should be SAME INFOPROVIDER)
- W_SOURCE-->Provide Source Infoprovider
- W_TARGET-->Provide Target Infoprovider

After execution

Gives the list of reports those are created in ALV grid display format.
Please find the code in attached document.