Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

how to transport the report object from development clint to quality clint

Former Member
0 Kudos

any body knows different ways of transferring report object from development clint to quality clint.pse send ...

5 REPLIES 5

Former Member
0 Kudos

GO TO SE10

Click on "Create" new transport Request

Select Work Bench Request

Give the Appropriate details of the Quality Server

Delete the sub request if you wish.

Once the request is created go to root node of the request created and double click it.

In the Object Section Program ID = R3TR

Object Type as per your requirement

give Object Name

Regards

Akshay Chonkar

Edited by: Akshay Chonkar on Mar 27, 2008 4:20 PM

Former Member
0 Kudos

When U create a new program and assign a development

class/package it will ask for a request. Create a new request.

goto se09/se10 .. click on the sub-task , release this first

and then release the main task.

If the program is already created with $tmp ,

Goto-->object directory entry and give the package and create

the request .. and release the request ...

Former Member
0 Kudos

Hi,

Go to SE10. Create a transport request for your report program. Save and activate your program giving the request number. Go to SE10 select your request number(first see the task number and under that your program is there or not) Release the task. Usually the developers do not have the permission to release the request.

Reward.

Former Member
0 Kudos

Hi,

in report go to

utilities->version->version management

and note the request number and go to se01

type the request number and click the dispaly button and release from there

for more information contact your basis persons

Regards,

V.Balaji

Reward if Usefull...

abapdeveloper20
Contributor
0 Kudos

Hi..

LSMW:

There are 2 ways for transporting LSMW data from a system to another.

Export/import this method gives you the opportunity to select the subprojects or objects you want to transfer. LSMW -> Extras -> Export project

Transport request with this method, you can transport a LSMW project in full (you can not select the objects you want). With this method, the project will be transported as any other SAP object in a transport order. LSMW -> Extras -> Create change request

Program variants

If you have several program variants in a development system that you want to transport, use the following method to transport them:

Execute program 'RSTRANSP' (via se38) and inform the program and/or variant names (you can transport variant of several programs in one shot).

Layout

In some transactions, one can save layout of the screen (sort, filter, ... criteria).

These layouts can be transported: In the required transaction, when your layouts have been saved, go to Settings -> Layout -> Layout Management. Select the desired layouts and go to Layout -> Transport... There you can add your layouts in existing TO or create a new one.

Database data

In some unusual cases, you might have to transport data of a SAP table.

Go to transaction SE16, select your entries and go to Table entry -> Transport entries. It's only possible for some tables...

If you cannot do it that way,you have to create a Workbench transport order with transaction SE10. When created, click on it, go in menu Request/task -> Object list -> Display object list.

Go in modification mode and add a new line with:

PgmID = R3TR

Obj = TABU

Object name = Name of your table

Double-click on the created line and, depending on your need, put '*' in the key field or double-click on it and select the key you need to transport.

Queries

Queries, datasets and user groups can be exported/imported between the systems using the Program RSAQR3TR.

Report template (ALV variants)

There is a button or somewhere in the menu Change/Select/Save/Manage Layout.

Go to Manage Layout, than Layout menu/ Transport.

SAPSCRIPT Files Transport

Use the program RSTXSCRP to upload and Download the SAPSCRIPT files to different systems

Transport SAPSCRIPT

Use the Program RSWBO052 to create the Transport Request for a SAPSCRIPT, In the Selection screen of the program, give R3TR – FORM – Give the Form name and press Execute button, it will ask the Development Class and the transport Request No.

Standard texts

Standard texts used in SAPScript(created with transaction SO10) can be included in transport orders. You have to create a Workbench transport order with transaction SE10. When created, click on it, go in menu Request/task -> Object list -> Display object list. Go in modification mode and add a new line with:

PgmID = R3TR

Obj = TEXT

Object name = TEXT,,ST,

Example :

R3TR / TEXT / TEXT,YMM_MEDRUCK_MAIN_16_EC,ST,F

Reward if useful

~Lakshmiraj~