SAP CL_ABAP_SYMBOL OO Class - Access to symbol table









CL_ABAP_SYMBOL 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_SYMBOL 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 CL_ABAP_SYMBOL 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
ADD_SINGLEPrivate
CALL METHOD cl_abap_symbol=>ADD_SINGLE...more details

ADD_SYMBOLSPublic
CALL METHOD cl_abap_symbol=>ADD_SYMBOLS...more details

CLASS_CONSTRUCTORPublic
CALL METHOD cl_abap_symbol=>CLASS_CONSTRUCTOR...more details

CLEARPublic
CALL METHOD cl_abap_symbol=>CLEAR...more details

CONSTRUCTORCONSTRUCTORPublic
CALL METHOD cl_abap_symbol=>CONSTRUCTOR...more details

DELETE_SL_ENTRIES_OF_PROGRAMPublic
CALL METHOD cl_abap_symbol=>DELETE_SL_ENTRIES_OF_PROGRAM...more details

GET_SYMBOLS_OF_PROGRAMPublic
CALL METHOD cl_abap_symbol=>GET_SYMBOLS_OF_PROGRAM...more details

GET_SYMBOL_ENTRYPublic
CALL METHOD cl_abap_symbol=>GET_SYMBOL_ENTRY...more details

INSERT_SYMBOLPublic
CALL METHOD cl_abap_symbol=>INSERT_SYMBOL...more details

PUT_SL_ENTRIES_ON_DBPublic
CALL METHOD cl_abap_symbol=>PUT_SL_ENTRIES_ON_DB...more details

READ_FROM_DBRead symbols from DBPublic
CALL METHOD cl_abap_symbol=>READ_FROM_DB...more details

WRITE_ON_DBWrite symbols on DBPublic
CALL METHOD cl_abap_symbol=>WRITE_ON_DB...more details

WRITE_PROGRAM_ENTRIES_ON_DBPublic
CALL METHOD cl_abap_symbol=>WRITE_PROGRAM_ENTRIES_ON_DB...more details



CL_ABAP_SYMBOL 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
C_MAX_SINGLESConstant50LIKE
I
Public
C_RESTRICTED_VERSIONConstantLIKE
Public
DB_ENTRIES_TO_BE_PUTInstance AttributeLIKE
T_SL_ENTRIES
Public
DELETE_ALLStatic AttributeLIKE
ABAP_BOOL
Public
PROGRAMS_LOADEDInstance AttributeLIKE
Public
SINGLESInstance AttributeLIKE
T_SINGLES
Public
SRCIDInstance AttributeLIKE
SCR_SOURCE_ID
Public
SYMBOLSInstance AttributeLIKE
T_SYMBOLS
Public




CL_ABAP_SYMBOL types

T_SINGLE -
T_SINGLES -
T_SL_ENTRIES -
T_SYMBOL -
T_SYMBOLS -
T_SYMBOLS_DB -
T_SYMBOL_DB -
T_SYMBOL_ENTRIES -

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!