Skip to Content
Author's profile photo Nanda Anantha

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

/wp-content/uploads/2013/11/1_328908.png

  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

/wp-content/uploads/2013/11/2_328909.png

After execution

/wp-content/uploads/2013/11/3_328943.png

Gives the list of reports those are created in ALV grid display format.

Please find the code in attached document.

Assigned Tags

      6 Comments
      You must be Logged on to comment or reply to a post.
      Author's profile photo Suman Chakravarthy K
      Suman Chakravarthy K

      I like your second point which is interesting. Seems to be massive code 😉 . Good work and Thanks for sharing valuable code.

      Author's profile photo Nanda Anantha
      Nanda Anantha
      Blog Post Author

      Thank you Suman

      Author's profile photo SESHA PS
      SESHA PS

      Informative ℹ , Thanks For Making and sharing 🙂 🙂 .

      Author's profile photo Nanda Anantha
      Nanda Anantha
      Blog Post Author

      Thank you Seshu

      Author's profile photo Former Member
      Former Member

      Good work..!

      Author's profile photo Nanda Anantha
      Nanda Anantha
      Blog Post Author

      Thank you Naveen