cancel
Showing results for 
Search instead for 
Did you mean: 

Download STMS transport status report to local file

Former Member
0 Kudos

Hello, I have a request to downlaod the transport status report that is displayed in STMS_IMPORT, showing the status of completed transports.

The problem is that the status is displayed as an icon. This causes a blank collumn in the downloaded file. I need a numeric or character value there.

Where can I get the equivelent data from? I have searched for a table but have not found one, so I do not know where the status value is retreived from. It is not the E070 table, or any of the E07* tables I have looked at.

I do not have the time to go digging through the ABAP, does anyone know what table holds the status value for completed transports?

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Go to SE16

Enter table name = TPLOG

List the column entries(F7), enter the following in the CMDSTRING column

IMPORT

Then execute.

Now you will get the list of import statements with RC, download it and keep it.

Regards,

Vijay

Award points if it works for you.

Former Member
0 Kudos

Hello Thomas ,

You can check the Table TPSTAT to cross check the status of import .

Regards ,

Santosh Karadkar