‎2009 May 25 6:30 AM
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
‎2009 May 25 6:43 AM
All those values are actually hard coded in include LTR_OBJECTSF02 of
program SAPLTR_OBJECTS .
‎2009 May 25 7:16 AM
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
‎2009 May 25 10:36 AM
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