Skip to Content
Technical Articles
Author's profile photo Attila Berencsi

Transport Status List Tool

Dear Community,

I’d like to share again a tool with You – contributing back – from whom I received many times help in the past 2 decades. One of my colleagues needed help in release management few days ago. I remembered something from the past I developed to support such work, what I did previously as well. So I removed the dust, polished it from a procedural to a fake OO solution :), despite the tool is still doing its Job :).

About

It supports Transport Request status monitoring in target systems.

Selection-Screen

ALV

Transport%20Status%20List

Transport Status List

Transport Log

Transport%20Log

Features

  • List transports after certain release date
  • Shows release date and import Return Codes(RC) and dates in target systems
  • Shows which request contains OSS Notes
  • Double-click on the line shows transport request log

Setup

  • Pull this ABAPGit repository: https://github.com/attilaberencsi/trlist.git
  • Set your system IDs in constants in gc_sysid_dev/qua/prd
  • In case You have Pre-Production system set gc_sysid_prpr as well

Configuration

Configuration

 

Enjoy 😉

Assigned Tags

      6 Comments
      You must be Logged on to comment or reply to a post.
      Author's profile photo Matthew Billingham
      Matthew Billingham

      Short and to the point. I lke the colour scheme.

      Definitely not OO! 😀

      Author's profile photo Andrea Borgia
      Andrea Borgia

      Nice!

      Author's profile photo Olivier BOULET
      Olivier BOULET

      Nice one.
      There is also the standard reporting available through transaction STMS_TRACK
      Not very well known, not as nice as your report but helpful...

       

      SAP%20Tx%20STMS_TRACK

      SAP Tx STMS_TRACK

      Author's profile photo Attila Berencsi
      Attila Berencsi
      Blog Post Author

      Thanks Olivier, very helpful!

      I am getting this error when launching on S/4HANA 1909.

      Do we need to do some customizing in advance to make this working ?

      Thank You

       

      Author's profile photo Olivier BOULET
      Olivier BOULET

      Hello

       

      There are some small customizing steps to perform

      On CTS domain controller maintain view TMSFSYSH with existing systems (V_TMSFSYS)

      STMS-->Overview -->System, then GOTO --> System List

      Enter the system, the client and a sequence number

       

      Author's profile photo Attila Berencsi
      Attila Berencsi
      Blog Post Author

      Thanks!