‎2007 Jun 13 2:42 PM
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
‎2007 Jun 13 2:51 PM
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