Yavvari Pradeep
Yavvari Pradeep

Reputation: 301

Find out the transport request of an application

I Have created a application, in SAP ABAP and also I have generated a request number for that application, no I have forgot which is my request number since there are many requests in development server.

So, can someone help me how I can find out my request number, from my application.

Upvotes: 0

Views: 1781

Answers (2)

Yavvari Pradeep
Yavvari Pradeep

Reputation: 301

Steps to Identify all the request numbers of an object/application.

  1. Open 'SE38'.
  2. Provide your object/application name.
  3. Click on 'Display Button'.
  4. In the Menu bar click on 'Utilities'.
  5. Click on 'Versions' --> 'Version Management'.

Now we can find all the request numbers of that object/application.

Upvotes: 1

József Szikszai
József Szikszai

Reputation: 5071

Either you start transaction SE10, if necessary enter your user name (should be there by default) and hit Enter. You'll get a complete list if your transports, you just have to find the one, you need. Or you start the transaction where you developed your application (you did not specify, if it is a program than SE38 or SE80, if it is a function module than SE37, SE24 for classes, etc (however in SE80 you can see everything)) enter the program name and go to menu: Goto / Object directory entry, a popup comes up, now click the button 'Lock overview'. Another popup comes up and tells you, which transport contains your object.

Upvotes: 2

Related Questions