Application Development 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: 

How to find the package name using request number

Former Member
0 Kudos

I want to check the package name using the request no ,

Plz help me

1 ACCEPTED SOLUTION

Former Member

Hi

You can use SE03 for the same. In that

Object Directory Node --> Change Object Directory Entries of Objects in a Request.

Dbclick on that and provide chield request and press F8 you will get the object with the package.

Hope this will Help.

Regards,

Hiren Patel

6 REPLIES 6

Former Member
0 Kudos

Hi,

If you want to know the package name of transport request -> Transport request doesnt have any package.

If you want to know the package name of objects in the transport request, check table TADIR for the package name. To get list of objects within a transport request goto table E071 and get the list.

Thanks & Regards,

Navneeth K.

Former Member

Hi,

Put request number in table E071 and get program ID, Object type, Object name and put them in TADIR table.

In the field DEV CLASS, you will get the package name.

Hope this will help you.

Regards

Natasha Garg

0 Kudos

Thank you.

Former Member
0 Kudos

Hi sandip,

U can go to se10 i.e trasport request.

open ur program by doubleclicking in that request number.

in program GOTO------> ATTRIBUTES

there u can see the package name.

Former Member
0 Kudos

Hi,

Also keep in mind that a request can have objects from different packages.

Regards

Karthik d

Former Member

Hi

You can use SE03 for the same. In that

Object Directory Node --> Change Object Directory Entries of Objects in a Request.

Dbclick on that and provide chield request and press F8 you will get the object with the package.

Hope this will Help.

Regards,

Hiren Patel