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 NameDescriptionVisability
CLASS_CONSTRUCTORCLASS_CONSTRUCTORPublic
CALL METHOD /ba1/cl_al_c0_msg_helper=>CLASS_CONSTRUCTOR...more details

S_ADD_SY_TO_BAPIRETTABAdds Message from SY-MSG* to BAPI TablePublic
CALL METHOD /ba1/cl_al_c0_msg_helper=>S_ADD_SY_TO_BAPIRETTAB...more details

S_ADD_SY_TO_TTY_BAL_MSGAdds Message from SY-MSG* to Message TablePublic
CALL METHOD /ba1/cl_al_c0_msg_helper=>S_ADD_SY_TO_TTY_BAL_MSG...more details

S_EXTRACT_MESSAGESExtracts Messages from an Exception ObjectPublic
CALL METHOD /ba1/cl_al_c0_msg_helper=>S_EXTRACT_MESSAGES...more details

S_EXTRACT_MESSAGES_AS_BAPIRETExtracts Message in BAPI Format from Exception ObjectPublic
CALL METHOD /ba1/cl_al_c0_msg_helper=>S_EXTRACT_MESSAGES_AS_BAPIRET...more details

S_GET_SY_AS_BAL_S_MSGDelivers SY-MSG* in Message FormatPublic
CALL METHOD /ba1/cl_al_c0_msg_helper=>S_GET_SY_AS_BAL_S_MSG...more details

S_GET_SY_AS_BAPIRETDelivers SY-MSG* in BAPI FormatPublic
CALL METHOD /ba1/cl_al_c0_msg_helper=>S_GET_SY_AS_BAPIRET...more details

S_GET_T100_MESSAGEProvides T100 Message in Log FormatPublic
CALL METHOD /ba1/cl_al_c0_msg_helper=>S_GET_T100_MESSAGE...more details

S_GET_T100_MESSAGE_AS_BAPIRETDelivers T100 Message in BAPI FormatPublic
CALL METHOD /ba1/cl_al_c0_msg_helper=>S_GET_T100_MESSAGE_AS_BAPIRET...more details

S_MESSAGES_TO_BAPIRETConverts Log Messages to BAPI FormatPublic
CALL METHOD /ba1/cl_al_c0_msg_helper=>S_MESSAGES_TO_BAPIRET...more details

S_MESSAGE_TO_BAPIRETConverts Log Message to BAPI FormatPublic
CALL METHOD /ba1/cl_al_c0_msg_helper=>S_MESSAGE_TO_BAPIRET...more details

S_PREPARE_TEXTIDFormats the T100 keyPublic
CALL METHOD /ba1/cl_al_c0_msg_helper=>S_PREPARE_TEXTID...more details

S_WRITE_TO_SYS_LOGWrites Messages in the System LogPublic
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.

NameLevelDescriptionInitial ValueTypeVisability
S_REF_NULL_HANDLERStatic AttributeInstance of Null HandlerLIKE
/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



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!