Technology Blog Posts by Members
cancel
Showing results for 
Search instead for 
Did you mean: 
ccc_ccc
Active Contributor
3,040
  • 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

  1. R_T_NAME -->Provide single or multiple report technical names (multiple reports means queries should be SAME INFOPROVIDER)
  2. W_SOURCE-->Provide Source Infoprovider
  3. 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.

6 Comments