Application Development and Automation 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: 
Read only

transport request

Former Member
0 Likes
1,625

Moved to correct forum

i want to display all the objects under the transport request .can this be done programmatically ?.if so can u pls tell me the logic?

Edited by: Matt on Mar 13, 2009 8:43 AM

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,249

Hi,

Use the table E071 - Change & Transport System: Object Entries of Requests/Tasks

the fields are

TRKORR Request/Task

AS4POS Dictionary: Line item

PGMID Program ID in Requests and Tasks

OBJECT Object Type

OBJ_NAME Object Name in Object List

OBJFUNC Object function

LOCKFLAG Lock status or import status of an object entry

GENNUM Language information for object entry in Transport Organizer

LANG Language Key

ACTIVITY Activity that wrote the entry to the object list

try this table and view the records.

If you are good enough with the data you can see the request numbers and data inside it

programatically using this table.

Regards,

Venkatesh

4 REPLIES 4
Read only

Former Member
0 Likes
1,250

Hi,

Use the table E071 - Change & Transport System: Object Entries of Requests/Tasks

the fields are

TRKORR Request/Task

AS4POS Dictionary: Line item

PGMID Program ID in Requests and Tasks

OBJECT Object Type

OBJ_NAME Object Name in Object List

OBJFUNC Object function

LOCKFLAG Lock status or import status of an object entry

GENNUM Language information for object entry in Transport Organizer

LANG Language Key

ACTIVITY Activity that wrote the entry to the object list

try this table and view the records.

If you are good enough with the data you can see the request numbers and data inside it

programatically using this table.

Regards,

Venkatesh

Read only

Former Member
0 Likes
1,249

Hi,

there are tables that stores the information about transport request like

E070 - Stores transport headers

E071 - The names of the objects of a transport request is stored in table.

E070C - stores information for client specific tarnsports

or

use the tcode SE09

Hope this might help you.

Pooja

Read only

RaymondGiuseppi
Active Contributor
1,249

The tables are

- E070 Change & Transport System: Header of Requests/Tasks

- E070A Change & Transport System: Attributes of a Request

- E070C CTS: Source/Target Client of Requests/Tasks

- E070CREATE Change & Transport System: Creation Date of Request

- E070DEP Change & Transport System: Dependencies of Requests

- E070L CTS: Index for Assigning Numbers to Requests/Tasks

- E070M CTS: Target Development Class/Layer for Requests

- E070N UNIX/SAP User Connection

- E070P Path under which a C correction is created

- E070TC Help Table for E070 for Client-Specific Imports

- E070USE Use of Current Requests by Users

- 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

- E071KF Change & Transport System: Nametab Information on Key Fields

- E071KFINI Change & Transport System: Nametab Information on Key Fields

- E071L Language Transport: Transport Information

- E07T Change & Transport System: Short Texts for Requests/Tasks

From E070 you will link tasks to requests, then in the E071* tables you will get objects, customizing function or key lists.

But you may also use FM [TR_GET_OBJECTS_OF_REQ_AN_TASKS|https://www.sdn.sap.com/irj/scn/advancedsearch?query=tr_get_objects_of_req_an_tasks&cat=sdn_all] (much easier no?)

Regards

Read only

I355602
Product and Topic Expert
Product and Topic Expert
0 Likes
1,249