2015 Apr 06 6:11 PM
Hi,
I need to find information about transport requests, and the tasks related to each transport request and then the objects related to each transport task and to each transport request.
I found the table e070 and e070t, but I couldn't found this information. So please help me find which tables store this information and how to extract it.
Thanks in advance
2015 Apr 06 6:20 PM
Hi Occoro,
This is a simple query.
The table which you are looking for is E071.
The E071 table contains the task and the included objects.
The relation between Main TR and a Task is maintained in table E070.
You need to analyze the fields STRKORR & TRKORR to identify the TR -> Task relationship.
Regards,
Bhawit Kumar
2015 Apr 06 6:20 PM
Hi Occoro,
This is a simple query.
The table which you are looking for is E071.
The E071 table contains the task and the included objects.
The relation between Main TR and a Task is maintained in table E070.
You need to analyze the fields STRKORR & TRKORR to identify the TR -> Task relationship.
Regards,
Bhawit Kumar
2015 Apr 07 7:03 AM
Tasks in E071 can be identified thru 'commentary" records, but only after task release, in E070, you can identify a task thru field E070-TRFUNCTION (check domain values) or field E070-STRKORR which contains the request number for task records
Then transported objects are in table E071. There are tools to get this information as FM TR_GET_OBJECTS_OF_REQ_AN_TASKS.
Regards,
Raymond
2015 Apr 06 7:06 PM
2015 Apr 07 3:24 AM
Hello
You can use following Function modules
TR_GET_OBJECTS_OF_REQ_AN_TASKS
TR_GET_REQUEST_OF_TASK
Regards
Sandy