Skip to Content
Author's profile photo Former Member

How to find all related objects?

A common scenario is when you get a new task you are not familiar with. This can be anything, SAP is huge.

When this happens the first two things you will need is to find out the list of transactions available in the new area and the list of user-exits.

This is how you get it:

You will get some information about the new area, lets assume you got a transaction name.

Start transaction and press Status. We use example CS73 – Display WBS BOM

SAP.jpg

Double click Transaction

SAP.jpg

Copy the package name

SAP.jpg

Go to Transaction SE16N and enter table TADIR

Object type is ‘TRAN’, Package is ‘CS’.

SAP.jpg

You get the list of all transactions in package CS.

SAP.jpg

To get the name of the transactions enter table TSTCT, select the language you need and paste the list of transactions.

The result is this:

SAP.jpg

You can use the table TADIR to find all enhancement objects too. Or any object you actually need.

Assigned Tags

      1 Comment
      You must be Logged on to comment or reply to a post.
      Author's profile photo venu gopal
      venu gopal

      HiĀ Former Member,

      Please tell me Object type TRAN says only new updated transport req ?

      Ex: I might be no of transport request for master data, then I can get recent one only correct ?