24117340 transport organizer

8
ABAP Interview Transport Organizer T ransport Organizer In the framework of the  Change and Transport System (CTS), the Transport Organizer is a tool for managing the objects that gather the changes carried on during the development and configuratio n phases. The two kinds of objects used in the CTS are the [Request] and the [Task]. Using the Transport Organizer  The Transport Organizer can be opened using the transaction codes SE09 or SE10. Moving tasks and merging requests  Transport Guide Useful transactions Transaction Description SE01 Full overview of transport organizer, search/transport for especific request SE09 and SE10 Search/Transpo rt requests by user STMS To config transport routes SE03 Transport Organizer Tools(Col lection of programs that help to work with transport organizer) Change and Transport System - Overview (BC-CTS) The Change and Transport System (CTS) is a tool that helps you to organize development projects in the ABAP Workbench and in Customizing, and then transport the changes between the SAP Systems in your system landscape. This documentation gives you an overview of how you can use the CTS to organize your changes, as well as basic information on setting up your system and client landscape, and choosing a transport strategy. Read and follow this documentation when planning your development project. For practical information on working with the Change and Transport System, see Transport Organizer  and Transport Management System. Moving tasks and merging requests Even though it is possible to move the objects collected in a task into another request manually, you will be better off taking advantage of two standard utilities provided by the  Transport Organizer . This method not only 1

Upload: mondalibrahim2727

Post on 09-Apr-2018

217 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: 24117340 Transport Organizer

8/8/2019 24117340 Transport Organizer

http://slidepdf.com/reader/full/24117340-transport-organizer 1/8

ABAP_Interview Transport Organizer

Transport Organizer

In the framework of the Change and Transport System (CTS), the Transport Organizer is a tool for managing the

objects that gather the changes carried on during the development and configuration phases. The two kinds of 

objects used in the CTS are the [Request] and the [Task].

Using the Transport Organizer

 The Transport Organizer can be opened using the transaction codes SE09 or SE10.

• Moving tasks and merging requests

•  Transport Guide

Useful transactions

Transaction Description

SE01 Full overview of transport organizer, search/transport for especific request

SE09 and

SE10 

Search/Transport requests by user

STMS To config transport routes

SE03 Transport Organizer Tools(Collection of programs that help to work with transport

organizer)

Change and Transport System - Overview (BC-CTS)

The Change and Transport System (CTS) is a tool that helps you to organize development projects in theABAP Workbench and in Customizing, and then transport the changes between the SAP Systems in your system landscape.

This documentation gives you an overview of how you can use the CTS to organize your changes, as well asbasic information on setting up your system and client landscape, and choosing a transport strategy. Readand follow this documentation when planning your development project.

For practical information on working with the Change and Transport System, see Transport Organizer  andTransport Management System.

Moving tasks and merging requests

Even though it is possible to move the objects collected in a task into another request manually, you will be

better off taking advantage of two standard utilities provided by the  Transport Organizer . This method not only

1

Page 2: 24117340 Transport Organizer

8/8/2019 24117340 Transport Organizer

http://slidepdf.com/reader/full/24117340-transport-organizer 2/8

ABAP_Interview Transport Organizer

will be significantly easier and quickier, but also safer and less error-prone – especially when a large amount of 

objects is involved.

Moving a task 

 You want to move a task to another request. For instance, you want to move the development/correction task

DV4K901149 from the request DV4K901148 (Test CTS, request 1) to the request DV4K901152 (Test CTS, request

2).

Select the task you want to move and choose the utility Reassign Task from the menu:

Specify the request which the chosen task will be moved in (target request):

2

Page 3: 24117340 Transport Organizer

8/8/2019 24117340 Transport Organizer

http://slidepdf.com/reader/full/24117340-transport-organizer 3/8

Page 4: 24117340 Transport Organizer

8/8/2019 24117340 Transport Organizer

http://slidepdf.com/reader/full/24117340-transport-organizer 4/8

ABAP_Interview Transport Organizer

Specify the request which the contents of the chosen request will be merged in:

All the contents of the first request (DV4K901152) will be moved into the second (DV4K901148), and the first

request will be deleted:

4

Page 5: 24117340 Transport Organizer

8/8/2019 24117340 Transport Organizer

http://slidepdf.com/reader/full/24117340-transport-organizer 5/8

ABAP_Interview Transport Organizer

Notice that an object list is included in the target request, keeping track of the performed merging action:

Transport Guide

Tips for Different SAP Objects

Question: How can I transport certain SAP objects?

Here are tips for different objects:

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

1. Export/import this method gives you the opportunity to select the subprojects or objects you want to

transfer. LSMW -> Extras -> Export project

5

Page 6: 24117340 Transport Organizer

8/8/2019 24117340 Transport Organizer

http://slidepdf.com/reader/full/24117340-transport-organizer 6/8

ABAP_Interview Transport Organizer

2. 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 sometables...

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

6

Page 7: 24117340 Transport Organizer

8/8/2019 24117340 Transport Organizer

http://slidepdf.com/reader/full/24117340-transport-organizer 7/8

ABAP_Interview Transport Organizer

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

Database tables, that contains the Transport Requests

List of tables pertaining to Transport Requests:

TABNAME  Description 

E070 Change & Transport System: Header of Requests/Tasks

E070A Change & Transport System: Attributes of a Request

E070C CTS: Source/Target Client of Requests/Tasks

E070CREAT

E

Change & Transport System: Creation Date of Request

E070CTV Generated Table for View E070CTV

E070DEP Change & Transport System: Dependencies of Requests

E070L CTS: Index for Assigning Numbers to Requests/Tasks

E070M CTS: Target Package/Layer for Requests

E070TC Help Table for E070 for Client-Specific Imports

E070USE Use of Current Requests by Users

E070V Generated Table for View E070V

E071 Change & Transport System: Object Entries of 

Requests/Tasks

E071C Change & Transport System: Client-Specific Lock Flag

E071E Lang. Transport: Positive List for Generic Object Selection

E071K Change & Transport System: Key Entries of Requests/Tasks

E071KC Change & Transport System: Key Entries of Requests/Tasks

E071KF Change & Transport System: Nametab Info. on (CHAR)Key

Fields

E071KFINI Change & Transport System: Nametab Info. on (CHAR)Key

Fields

E071K_30 Change & Transport System: Key Entries of Requests/Tasks

7

Page 8: 24117340 Transport Organizer

8/8/2019 24117340 Transport Organizer

http://slidepdf.com/reader/full/24117340-transport-organizer 8/8

ABAP_Interview Transport Organizer

E071K_KEY E071K Key Fields

E071S System-Specific Import Status of Objects

E071V Generated Table for View E071V

E07T Change & Transport System: Short Texts for

Requests/Tasks

E07T_OLD E07T Before TRKORR Extension

8