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

Missing entry in COFILE

Former Member
0 Likes
542

I have a program to list transports both on our DEV system and released from DEV but still waiting for PRD import.

I found in COFILE the entry for the PRD target system when the request is imported. I use this to determine if the request is in PRD or not. The problem is, i have some transports that were released from DEV, imported into QAS, but deleted from the PRD import queue. I cannot find an entry for this in COFILE, nor can i figure out how to determine that the request was deleted from the PRD import queue. It shows that it has if i look at a standard transport log, but it does not show in the COFILES.

I am using STRF_READ_COFILE to gather the COFILE data.

Does anyone kow how i can determine programmaticaclly if the request was deleted from a specific import queue?

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
465

check program rddprott which actually is used by SAP (se09) to read/display trasnport log.

2 REPLIES 2
Read only

Former Member
0 Likes
466

check program rddprott which actually is used by SAP (se09) to read/display trasnport log.

Read only

Former Member
0 Likes
465

I found the answer myself. The entry was in COFILE al along. i was just looking at it incorrectly.