SAP /BOFU/IF_CMD_APPLLOG_CONST OO Class -









/BOFU/IF_CMD_APPLLOG_CONST 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 /BOFU/IF_CMD_APPLLOG_CONST 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 /BOFU/IF_CMD_APPLLOG_CONST 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



/BOFU/IF_CMD_APPLLOG_CONST 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
GC_ATTR1ConstantAttribute Name'MSGV1'LIKE
SCX_ATTRNAME
Public
GC_ATTR2ConstantAttribute Name'MSGV2'LIKE
SCX_ATTRNAME
Public
GC_ATTR3ConstantAttribute Name'MSGV3'LIKE
SCX_ATTRNAME
Public
GC_ATTR4ConstantAttribute Name'MSGV4'LIKE
SCX_ATTRNAME
Public
GC_KEYTYPE_CREATEHANDLEConstantKey Type'C'LIKE
/BOFU/CMD_MDS_KEYTYPE
Public
GC_KEYTYPE_KEYConstantKey Type'K'LIKE
/BOFU/CMD_MDS_KEYTYPE
Public
GC_MSGKIND_ALLConstantOutput Type'ALL'LIKE
/BOFU/CMD_MSGKIND
Public
GC_MSGKIND_APIConstantOutput Type'API'LIKE
/BOFU/CMD_MSGKIND
Public
GC_MSGKIND_TECConstantOutput Type'TEC'LIKE
/BOFU/CMD_MSGKIND
Public
GC_MSGKIND_UIConstantOutput Type'UI'LIKE
/BOFU/CMD_MSGKIND
Public
GC_MSGTYP_MAXConstantSingle-Character Flag'E'LIKE
/BOFU/CMD_LOGCHAR1
Public
GC_MSG_ABORTConstantMessage Type'A'LIKE
SYMSGTY
Public
GC_MSG_ERRORConstantMessage Type'E'LIKE
SYMSGTY
Public
GC_MSG_EXCEPTIONConstantMessage Type'X'LIKE
SYMSGTY
Public
GC_MSG_INFOConstantMessage Type'I'LIKE
SYMSGTY
Public
GC_MSG_SUCCESSConstantMessage Type'S'LIKE
SYMSGTY
Public
GC_MSG_WARNConstantMessage Type'W'LIKE
SYMSGTY
Public
GC_OBJECTConstantMessage Category'O'LIKE
/BOFU/CMD_LOGMSGCAT
Public
GC_ONCEOFFConstantLifetime of Message'1'LIKE
/BOFU/CMD_MSGLIFETIME
Public
GC_PERMANENTConstantLifetime of Message'0'LIKE
/BOFU/CMD_MSGLIFETIME
Public
GC_PROBCL_1ConstantSingle-Character Flag'1'LIKE
/BOFU/CMD_LOGCHAR1
Public
GC_PROBCL_2ConstantSingle-Character Flag'2'LIKE
/BOFU/CMD_LOGCHAR1
Public
GC_PROBCL_3ConstantSingle-Character Flag'3'LIKE
/BOFU/CMD_LOGCHAR1
Public
GC_PROBCL_4ConstantSingle-Character Flag'4'LIKE
/BOFU/CMD_LOGCHAR1
Public
GC_PROBCL_MAXConstantSingle-Character Flag'1'LIKE
/BOFU/CMD_LOGCHAR1
Public
GC_PROBCL_SPACEConstantSingle-Character Flag' 'LIKE
/BOFU/CMD_LOGCHAR1
Public
GC_PROCESSConstantMessage Category'P'LIKE
/BOFU/CMD_LOGMSGCAT
Public
GC_XConstantYes/no - field'X'LIKE
/BOFU/CMD_LOGFLAGX
Public


Links to Related Class(s)

/BOFU/IF...
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!