SAP IF_TREX_TABLE_META OO Class - Metadata Interface to Table









IF_TREX_TABLE_META is a standard SAP object class available within R/3 SAP systems depending on your version and release level. You can view/maintain the class details by entering its name into the relevant SAP transactions such as SE24, SE80 or even SE84. Below is the documentation available for class IF_TREX_TABLE_META including details of:

  • Interface class implementations
  • Inheritance details
  • Methods defined within class ( including link to full details )
  • Attributes ( including initial values )
  • Class Events



Method list of IF_TREX_TABLE_META SAP class


A method is a coding block that performs a certain procedure (i.e. ABAP functionality) on an object within the overall SAP class. In simple terms if the object is an SAP database table a method could be the procedure to add a record or to delete a record. If you are new to OO in many respects, the implementation of a method is similar to a function module and can be called in a very similar way using CALL METHOD. Instead of "CALL FUNCTION", Methods are referenced using the following syntax: CALL METHOD =>methodname EXPORTING/IMPORTING...


Method NameDescriptionVisability
CREATE_ITABPublic
CALL METHOD if_trex_table_meta=>CREATE_ITAB...more details

CREATE_STRUCTUREPublic
CALL METHOD if_trex_table_meta=>CREATE_STRUCTURE...more details

GET_ABAP_COMPDESCRPublic
CALL METHOD if_trex_table_meta=>GET_ABAP_COMPDESCR...more details

GET_ABAP_STRUCTDESCRPublic
CALL METHOD if_trex_table_meta=>GET_ABAP_STRUCTDESCR...more details

GET_ATTRIBUTE_DEFINITIONSPublic
CALL METHOD if_trex_table_meta=>GET_ATTRIBUTE_DEFINITIONS...more details

GET_COLUMNS_FOR_ATTRIBUTESPublic
CALL METHOD if_trex_table_meta=>GET_COLUMNS_FOR_ATTRIBUTES...more details

GET_COMPONENT_DESCRIPTORPublic
CALL METHOD if_trex_table_meta=>GET_COMPONENT_DESCRIPTOR...more details

GET_KEY_ATTRIBUTESPublic
CALL METHOD if_trex_table_meta=>GET_KEY_ATTRIBUTES...more details

MAP_ATTRIBUTEPublic
CALL METHOD if_trex_table_meta=>MAP_ATTRIBUTE...more details

MAP_ATTRIBUTES_WITH_COMP_DESCRPublic
CALL METHOD if_trex_table_meta=>MAP_ATTRIBUTES_WITH_COMP_DESCR...more details

SET_ATTRIBUTE_TYPEPublic
CALL METHOD if_trex_table_meta=>SET_ATTRIBUTE_TYPE...more details

SET_IGNORE_COLUMNPublic
CALL METHOD if_trex_table_meta=>SET_IGNORE_COLUMN...more details






IF_TREX_TABLE_META types

T_COLUMN_NAMES -

Links to Related Class(s)

IF_TREX_...
Full list of available SAP object classes

Search for further information about these or an SAP related objects



Comments on this SAP object

What made you want to lookup this SAP object? Please tell us what you were looking for and anything you would like to be included on this page!