Application Development and Automation 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: 
Read only

how to find program object

vallamuthu_madheswaran2
Active Contributor
0 Likes
4,499

Hi friends,

What is program object?

how to find "z" program object?

How to find program-id?

Thanks & Regards,

Vallamuthu.M

1 ACCEPTED SOLUTION
Read only

GauthamV
Active Contributor
0 Likes
2,307

Table - TADIR

5 REPLIES 5
Read only

GauthamV
Active Contributor
0 Likes
2,308

Table - TADIR

Read only

Former Member
0 Likes
2,307

Hi,

Check this link...It will be very usful to u...

[;

Regards

Kiran

Read only

Former Member
0 Likes
2,307

Hi Frnd,

To find the object id n program type ,

Go to the concerned Z* program in SE38 ( display mode ) --> in menu GOTO --> OBJECT DIRECTORY ENTRY --> in the object u can find the details of it.


generally for programs it will be   R3TR    PROG   ZBC
         for data elements          R3TR    DTEL    ZDE
         for tables                 R3TR    TABL    ZXY   , and so on , 

Check TADIR table under OBJECT press F4 , you will get more info abt it.

Regards,

Aby

Read only

Former Member
0 Likes
2,307

Hi,

Goto SE11. Enter table name as TADIR.

Press CtrlshiftF10.

It will display a selection screen.

Press F4 on Object Field. Choose PROG (For any programs). For others choose the appropriate object from F4.

If needed enter the author name as your SAP Login ID

Execute it you will get the answer.

Best Regards,

Suresh

Read only

vallamuthu_madheswaran2
Active Contributor
0 Likes
2,307

Solved own