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: 

Query Regarding Transport Request

Former Member
0 Kudos

Hi,

I want to find the creation date & time for a transport request. There are tables e070 and e070create which contains the date & time, but this reflects the date and time when the transport requests was last modified ( i.e NEW TASKS CREATED OR TRANSPORT RELEASED and so on ).

Also the system maintains UNIX file for every transport request i.e. this UNIX file contains the LOG of the transport request.

Can anyone let me know where the creation date and the time are stored or how can I find the date and time on which the UNIX file is created which would eventually be the creation date & time for that transport request.

Thanks in Advance

4 REPLIES 4

Former Member
0 Kudos

Hi rajesh,

1. The LOG Files are created,

only when the request+task

is RELEASED.

(never before that)

2. A request, has TASK(s) inside it.

3. In E070,

there will be two records,

a) one for main request number

b) another(s) for each task in that request.

4. The REQUEST date change/date time,

will be same,

, but the TASK date change/time

will change, as per last modified.

regards,

amit m.

Former Member
0 Kudos

See the table <b>E070CREATE</b>

rgds,

TM.

andreas_mann3
Active Contributor
0 Kudos

hi,

use fm TR_READ_GLOBAL_INFO_OF_REQUEST

Andreras

Former Member
0 Kudos

Thanks Amit Mittal, Your answer solved my problem. Thank you.