Transport of SAP Query Objects

3
Transport of SAP Query objects By Shiva Kumar Tirumalasetty, Deloitte Consulting India Pvt Ltd ABAP Queries can be transported to different clients by the following two ways: 1. By using the standard program ‘RSAQR3TR2. By using the transport option available on the application bar in Transactions SQ02 or SQ03. From Transaction SQ02/SQ03->Environment->Transports: On the next screen, all the options come up for transporting the queries. The transport action is performed based on the radio button selected on the screen.

description

Transport of SAP Query Objects

Transcript of Transport of SAP Query Objects

Transport of SAP Query objectsBy Shiva Kumar Tirumalasetty, Deloitte Consulting India Pvt LtdABAP Queries can be transported to different clients by the following two ways:1.By using the standard program RSAQR3TR2.By using the transport option available on the application bar in Transactions SQ02 or SQ03.From Transaction SQ02/SQ03->Environment->Transports:On the next screen, all the options come up for transporting the queries. The transport action is performed based on the radio button selected on the screen.

The transports are to be made in the following order:1. User Group transport2. Infoset transport3. Infoset and Query transport4. Queries transportThe transports are to be made in the specified order. The User Group is to be transported first, followed by the Infoset and then the Queries.By using the standard program RSAQR3TR:Execute the standard program RSAQR3TR On the next screen, all the options come up for transporting the queries. The transport action is performed based on the radio button selected on the screen.Once the query is transported or uploaded in the destination system in the method specified above, the same can be used there for displaying the data fetched from the database.