Copy Queries Between Same & Different Structure Source/Target Infoproviders
- 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.
I like your second point which is interesting. Seems to be massive code 😉 . Good work and Thanks for sharing valuable code.
Thank you Suman
Informative ℹ , Thanks For Making and sharing 🙂 🙂 .
Thank you Seshu
Good work..!
Thank you Naveen