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: 

about transport requests

Former Member
0 Kudos

how many types of transport requests are there,is it possible to customise the request,plz send me the answer..

1 ACCEPTED SOLUTION

former_member589029
Active Contributor
0 Kudos

You basically have two types of requests:

- Workbench

- Customizing

When you add objects to a request a task is created for those objects. For a workbench request you can have a Development/Correction Task or a Repair Task depending on if you add custom development objects or SAP standard objects.

You can always manually add objects to your task or request.

Hope that helps,

Michael

5 REPLIES 5

former_member589029
Active Contributor
0 Kudos

You basically have two types of requests:

- Workbench

- Customizing

When you add objects to a request a task is created for those objects. For a workbench request you can have a Development/Correction Task or a Repair Task depending on if you add custom development objects or SAP standard objects.

You can always manually add objects to your task or request.

Hope that helps,

Michael

Former Member
0 Kudos

Welcome to SDN,

- workbench

- customizing are two types of TRs

matt
Active Contributor
0 Kudos

For completion: Transport of Copies, and Relocation Transport.

ToCs are useful when you're doing repeated transports from dev to test, for example. You create a ToC, and include the contents of your workbench request in it. Only when all is well do you release your workbench request.

Relocation Transports make the objects on it part of the destination system. I.e. it changes their source system and/or package.

matt

Former Member
0 Kudos

Hi

You mainly have 2 types of requests:-

1. Workbench Request.

2. Customizing Request.

Depending on the type of work these requests will be allocated, for example if you create an object in your abap development workbench(Se80), then it gets stored under workbench, if you save any customizing Changes(SPRO), those requests will be stored in customizing requests.

Change Requests

Change requests are managed by the Transport Organizer. Changes to Repository and Customizing objects are recorded in change requests.

So that you can differentiate between global changes to the system and client-specific Customizing settings, the CTS records your changes in either a Workbench request or a Customizing request:

Workbench Requests

When you change a Repository object of the ABAP Workbench, a query window appears in which you need to specify a Workbench request. You can only save the changes if you have assigned the object to a change request.

Workbench requests and the tasks assigned to them are normally used to record changes to Repository objects and Customizing for all clients. However, you can also include client-specific Customizing.

Whether the changes to Repository objects are transported depends on whether a transport route is defined from the current SAP System for the package of these objects. From the system settings, the system automatically determines whether the change requests are transportable and to which target system they should be transported.

Customizing requests

Customizing requests record client-specific Customizing settings made in a single client (the source client of the request).

Automatic recording of configuration activities in the Customizing work for a client can be activated or deactivated for each client with Client Control. If automatic recording is active, a query window appears when you change Customizing settings, asking you to specify a Customizing request.

Whether Customizing requests are transported or not, does not depend on the objects entered, as is the case with Workbench change requests. The Customizing requests in an SAP System (or in a client if you use Extended Transport Control) are either all transportable or all local, depending on the system setting. The system uses the standard transport layer to determine automatically whether the change requests are transportable and to which target system they should be transported. However, you can change this manually.

Request Types and Task Types

When you transport an object in a request, the object’s transport attributes must match the transport attributes of the request (local or transportable).

Different object types have different transport attributes:

Repository objects and cross-client Customizing objects

Each Repository object has an object directory entry. This object directory entry contains the package to which the object is assigned. In turn, the package is assigned to a transport layer.

If a consolidation route leading from the current system is defined in the TMS for this transport layer, then the object is recorded in a task belonging to a transportable change request.

If no consolidation route leading from the current system is defined in the TMS for this transport layer, then the object is recorded in a task belonging to a local change request.

If the change request is transportable, the target of the request must be the same as the consolidation target of the object.

If the current system is the original system of the object, the object will be assigned to a task of the type correction.

If the current system is not the original system of the object, the object will be assigned to a task of the type repair.

Client-specific Customizing objects

Client-specific Customizing objects are recorded in tasks that belong to Customizing requests.

If a consolidation route leading from the current system is defined in the TMS for the standard transport layer of the system or the current client, then the object is recorded in a task belonging to a transportable Customizing request.

The system uses the consolidation route of the standard transport layer to determine the transport target of the Customizing request. However, you can change this target.

If no consolidation route leading from the current system is defined in the TMS for the standard transport layer of the system or the current client, then the object is recorded in a task belonging to a Customizing request without transport target.

SAP Help Link...

http://help.sap.com/saphelp_nw2004s/helpdata/en/09/88f330db9911d2b41a00609419f767/frameset.htm

Former Member
0 Kudos

types of request

1. customizing requests

2. workbench requests

3. transport of copies

4. relocations

Thanks,

John