SAP /BA1/CL_AL_C0_MSG_HELPER OO Class - Internal Class for Message Processing
/BA1/CL_AL_C0_MSG_HELPER 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 /BA1/CL_AL_C0_MSG_HELPER 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 /BA1/CL_AL_C0_MSG_HELPER 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 |
| CLASS_CONSTRUCTOR | CLASS_CONSTRUCTOR | Public |
| CALL METHOD /ba1/cl_al_c0_msg_helper=>CLASS_CONSTRUCTOR...more details | ||
| S_ADD_SY_TO_BAPIRETTAB | Adds Message from SY-MSG* to BAPI Table | Public |
| CALL METHOD /ba1/cl_al_c0_msg_helper=>S_ADD_SY_TO_BAPIRETTAB...more details | ||
| S_ADD_SY_TO_TTY_BAL_MSG | Adds Message from SY-MSG* to Message Table | Public |
| CALL METHOD /ba1/cl_al_c0_msg_helper=>S_ADD_SY_TO_TTY_BAL_MSG...more details | ||
| S_EXTRACT_MESSAGES | Extracts Messages from an Exception Object | Public |
| CALL METHOD /ba1/cl_al_c0_msg_helper=>S_EXTRACT_MESSAGES...more details | ||
| S_EXTRACT_MESSAGES_AS_BAPIRET | Extracts Message in BAPI Format from Exception Object | Public |
| CALL METHOD /ba1/cl_al_c0_msg_helper=>S_EXTRACT_MESSAGES_AS_BAPIRET...more details | ||
| S_GET_SY_AS_BAL_S_MSG | Delivers SY-MSG* in Message Format | Public |
| CALL METHOD /ba1/cl_al_c0_msg_helper=>S_GET_SY_AS_BAL_S_MSG...more details | ||
|
| ||
| S_GET_SY_AS_BAPIRET | Delivers SY-MSG* in BAPI Format | Public |
| CALL METHOD /ba1/cl_al_c0_msg_helper=>S_GET_SY_AS_BAPIRET...more details | ||
| S_GET_T100_MESSAGE | Provides T100 Message in Log Format | Public |
| CALL METHOD /ba1/cl_al_c0_msg_helper=>S_GET_T100_MESSAGE...more details | ||
| S_GET_T100_MESSAGE_AS_BAPIRET | Delivers T100 Message in BAPI Format | Public |
| CALL METHOD /ba1/cl_al_c0_msg_helper=>S_GET_T100_MESSAGE_AS_BAPIRET...more details | ||
| S_MESSAGES_TO_BAPIRET | Converts Log Messages to BAPI Format | Public |
| CALL METHOD /ba1/cl_al_c0_msg_helper=>S_MESSAGES_TO_BAPIRET...more details | ||
| S_MESSAGE_TO_BAPIRET | Converts Log Message to BAPI Format | Public |
| CALL METHOD /ba1/cl_al_c0_msg_helper=>S_MESSAGE_TO_BAPIRET...more details | ||
| S_PREPARE_TEXTID | Formats the T100 key | Public |
| CALL METHOD /ba1/cl_al_c0_msg_helper=>S_PREPARE_TEXTID...more details | ||
| S_WRITE_TO_SYS_LOG | Writes Messages in the System Log | Public |
| CALL METHOD /ba1/cl_al_c0_msg_helper=>S_WRITE_TO_SYS_LOG...more details | ||
/BA1/CL_AL_C0_MSG_HELPER 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 |
| S_REF_NULL_HANDLER | Static Attribute | Instance of Null Handler | LIKE /BA1/IF_AL_C0_MSG_HANDLER | Public |
Links to Related Class(s)
/BA1/CL_...Full list of available SAP object classes
Search for further information about these or an SAP related objects