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 Name | Description | Visability |
/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.
| Name | Level | Description | Initial Value | Type | Visability |
| GC_ATTR1 | Constant | Attribute Name | 'MSGV1' | LIKE SCX_ATTRNAME | Public |
| GC_ATTR2 | Constant | Attribute Name | 'MSGV2' | LIKE SCX_ATTRNAME | Public |
| GC_ATTR3 | Constant | Attribute Name | 'MSGV3' | LIKE SCX_ATTRNAME | Public |
| GC_ATTR4 | Constant | Attribute Name | 'MSGV4' | LIKE SCX_ATTRNAME | Public |
| GC_KEYTYPE_CREATEHANDLE | Constant | Key Type | 'C' | LIKE /BOFU/CMD_MDS_KEYTYPE | Public |
| GC_KEYTYPE_KEY | Constant | Key Type | 'K' | LIKE /BOFU/CMD_MDS_KEYTYPE | Public |
| GC_MSGKIND_ALL | Constant | Output Type | 'ALL' | LIKE /BOFU/CMD_MSGKIND | Public |
| GC_MSGKIND_API | Constant | Output Type | 'API' | LIKE /BOFU/CMD_MSGKIND | Public |
| GC_MSGKIND_TEC | Constant | Output Type | 'TEC' | LIKE /BOFU/CMD_MSGKIND | Public |
| GC_MSGKIND_UI | Constant | Output Type | 'UI' | LIKE /BOFU/CMD_MSGKIND | Public |
| GC_MSGTYP_MAX | Constant | Single-Character Flag | 'E' | LIKE /BOFU/CMD_LOGCHAR1 | Public |
| GC_MSG_ABORT | Constant | Message Type | 'A' | LIKE SYMSGTY | Public |
| GC_MSG_ERROR | Constant | Message Type | 'E' | LIKE SYMSGTY | Public |
| GC_MSG_EXCEPTION | Constant | Message Type | 'X' | LIKE SYMSGTY | Public |
| GC_MSG_INFO | Constant | Message Type | 'I' | LIKE SYMSGTY | Public |
| GC_MSG_SUCCESS | Constant | Message Type | 'S' | LIKE SYMSGTY | Public |
| GC_MSG_WARN | Constant | Message Type | 'W' | LIKE SYMSGTY | Public |
| GC_OBJECT | Constant | Message Category | 'O' | LIKE /BOFU/CMD_LOGMSGCAT | Public |
| GC_ONCEOFF | Constant | Lifetime of Message | '1' | LIKE /BOFU/CMD_MSGLIFETIME | Public |
| GC_PERMANENT | Constant | Lifetime of Message | '0' | LIKE /BOFU/CMD_MSGLIFETIME | Public |
| GC_PROBCL_1 | Constant | Single-Character Flag | '1' | LIKE /BOFU/CMD_LOGCHAR1 | Public |
| GC_PROBCL_2 | Constant | Single-Character Flag | '2' | LIKE /BOFU/CMD_LOGCHAR1 | Public |
| GC_PROBCL_3 | Constant | Single-Character Flag | '3' | LIKE /BOFU/CMD_LOGCHAR1 | Public |
| GC_PROBCL_4 | Constant | Single-Character Flag | '4' | LIKE /BOFU/CMD_LOGCHAR1 | Public |
| GC_PROBCL_MAX | Constant | Single-Character Flag | '1' | LIKE /BOFU/CMD_LOGCHAR1 | Public |
| GC_PROBCL_SPACE | Constant | Single-Character Flag | ' ' | LIKE /BOFU/CMD_LOGCHAR1 | Public |
| GC_PROCESS | Constant | Message Category | 'P' | LIKE /BOFU/CMD_LOGMSGCAT | Public |
| GC_X | Constant | Yes/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