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

PGMID for any Object

Former Member
0 Likes
2,935

Hi all,

Can anyone tell me how is the PGMID for any object is generated and where is it stored.?

I found a tables TADIR and E071 and tried to query them giving the Object name but it takes too long

(I never got result!!!!!!).

Can anyone tell me some other table or API which can do this for me. I have the Object name but i need to get the PGMID.?

Also I found that PGMID for PROG is R3TR. Is it always true...?

Best Regards,

Rajiv Kanoria

3 REPLIES 3
Read only

GauthamV
Active Contributor
0 Likes
1,413

All those values are actually hard coded in include LTR_OBJECTSF02 of

program SAPLTR_OBJECTS .

Read only

Former Member
0 Likes
1,413

R3TR is a Program id for Objects.

There are following program ids present in R/3 system

Pg ID Short text

* Comment line

CORR Comment (automatic)

LANG Language-specific component

LIMU Subobject of the development environment

R3OB Application-defined objects (ADOs)

R3TR Object

Read only

Former Member
0 Likes
1,413

Hi Rajiv,

Maybe you can try to query E070, E071 and TADIR altogether for performance.

AFAIK, PGMID for PROG is always R3TR.

Regards,

B. Yanuar