SAP CL_ABAP_TABLEDESCR OO Class - Runtime Type Services









CL_ABAP_TABLEDESCR 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 CL_ABAP_TABLEDESCR including details of:

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

Inheritance

This OO class has a superclass assigned to it, which means it will inherit its objects and methods. The superclass for CL_ABAP_TABLEDESCR is CL_ABAP_COMPLEXDESCR

Method list of CL_ABAP_TABLEDESCR 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
CLASS_CONSTRUCTOR-Public
CALL METHOD cl_abap_tabledescr=>CLASS_CONSTRUCTOR...more details

CREATEFactory Method for Table Type Creation Without ReusePublic
CALL METHOD cl_abap_tabledescr=>CREATE...more details

CREATE_TABLEDESCR_OBJECT-Protected
CALL METHOD cl_abap_tabledescr=>CREATE_TABLEDESCR_OBJECT...more details

CREATE_WITH_KEYSObsolete (use GET_WITH_KEYS)Public
CALL METHOD cl_abap_tabledescr=>CREATE_WITH_KEYS...more details

CREATE_XTYP_FROM_ITAB_DESCCreate XTYP for an Internal Table DescriptionPrivate
CALL METHOD cl_abap_tabledescr=>CREATE_XTYP_FROM_ITAB_DESC...more details

GETFactory Method for Table Type Creation With ReusePublic
CALL METHOD cl_abap_tabledescr=>GET...more details

GET_KEYSReturns All Primary and Secondary Keys of the TablePublic
CALL METHOD cl_abap_tabledescr=>GET_KEYS...more details

GET_KEYS_TABReturns All Primary and Secondary Keys of the TablePrivate
CALL METHOD cl_abap_tabledescr=>GET_KEYS_TAB...more details

GET_TABLE_LINE_TYPENavigation Method, Table Type -> Row TypePublic
CALL METHOD cl_abap_tabledescr=>GET_TABLE_LINE_TYPE...more details

GET_WITH_KEYSTable Type Creation with Secondary Keys and ReusePublic
CALL METHOD cl_abap_tabledescr=>GET_WITH_KEYS...more details

GET_XTYP_FROM_ITAB_DESCReturn XTYP for an Internal Table DescriptionPrivate
CALL METHOD cl_abap_tabledescr=>GET_XTYP_FROM_ITAB_DESC...more details

GET_XTYP_FROM_ITAB_W_KEY_DESCReturn XTYP for Internal Table Description with Key TablePrivate
CALL METHOD cl_abap_tabledescr=>GET_XTYP_FROM_ITAB_W_KEY_DESC...more details

LOAD_CLASS-Public
CALL METHOD cl_abap_tabledescr=>LOAD_CLASS...more details



CL_ABAP_TABLEDESCR attributes

List of attributes within class CL_ABAP_CHAR_UTILITIES. These can be referenced using the following syntax CL_ABAP_CHAR_UTILITIES=>. Although depending on where you are inserting the ABAP code you do need to check if the attribute is public or private.

NameLevelDescriptionInitial ValueTypeVisability
FURTHER_SCND_KEYS_NOConstantFurther Secondary Keys Not Permitted26453703LIKE
I
Public
FURTHER_SCND_KEYS_NOT_SPECConstantFurther Secondary Keys Permitted, if Primary type is Generic26453701LIKE
I
Public
FURTHER_SCND_KEYS_YESConstantFurther Secondary Keys Permitted26453702LIKE
I
Public
HAS_UNIQUE_KEYInstance AttributeUnique key definitionLIKE
ABAP_BOOL
Public
INITIAL_SIZEInstance AttributeInitial size of tableLIKE
I
Public
KEYInstance AttributeTable KeysLIKE
ABAP_KEYDESCR_TAB
Public
KEYDEFKIND_DEFAULTConstantDefault key'D'LIKE
ABAP_KEYDEFKIND
Public
KEYDEFKIND_EMPTYConstantEmpty key (only with kernel >= 7.40)'E'LIKE
ABAP_KEYDEFKIND
Public
KEYDEFKIND_TABLELINEConstantTable row is the key'L'LIKE
ABAP_KEYDEFKIND
Public
KEYDEFKIND_USERConstantUser-defined key'U'LIKE
ABAP_KEYDEFKIND
Public
KEY_DEFKINDInstance AttributeType of table definitionLIKE
ABAP_KEYDEFKIND
Public
LINE_TYPE_CACHEInstance AttributeLIKE
Private
TABLEKIND_ANYConstantUntyped table'A'LIKE
ABAP_TABLEKIND
Public
TABLEKIND_HASHEDConstantHashed table'H'LIKE
ABAP_TABLEKIND
Public
TABLEKIND_INDEXConstantIndexable table'I'LIKE
ABAP_TABLEKIND
Public
TABLEKIND_SORTEDConstantSorted table'O'LIKE
ABAP_TABLEKIND
Public
TABLEKIND_STDConstantStandard table'S'LIKE
ABAP_TABLEKIND
Public
TABLE_KINDInstance AttributeTable CategoryLIKE
ABAP_TABLEKIND
Public


Links to Related Class(s)

CL_ABAP_...
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!