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

Table Name Required

Former Member
0 Likes
748

Hi all,

The Attribute Type of the various objects are as follows.

Tables are identified by SAP as TABL.

Search help is identified as SHLP.

Table Type is identified as TTYP.

Types are identified as TYP.

Classes are ideentified as CLAS.

Can anyone please tell me the table name where these attribute types are stored.

Kindly reply as fast as possible.

Regards,

Vijay

1 REPLY 1
Read only

RichHeilman
Developer Advocate
Developer Advocate
0 Likes
530

It actually doesn't appear to be stored in a database as a check table, just as a value in the field OBJECT of table TADIR. If you have a look at the function module TRINT_OBJECT_TABLE, in one of the FORMs, you can see the program actually adding hardcoded values to the internal table, this function module is called from a search help exit funciton module which is tied to the data element TROBJTYPE, which is used by the OBJECT field of table TADIR

Regards,

Rich Heilman