‎2009 Mar 13 7:27 AM
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
‎2009 Mar 13 7:34 AM
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
‎2009 Mar 13 7:34 AM
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
‎2009 Mar 13 7:35 AM
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
‎2009 Mar 13 7:43 AM
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
‎2009 Mar 13 7:48 AM
Hi,
Refer:
https://www.sdn.sap.com/irj/scn/wiki?path=/display/abap/transport%2520guide
Hope this helps you.
Regards,
Tarun