SAP CL_STCTM_MESSAGES OO Class - Task Manager Messages









CL_STCTM_MESSAGES 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_STCTM_MESSAGES including details of:

  • Interface class implementations
  • Inheritance details
  • Methods defined within class ( including link to full details )
  • Attributes ( including initial values )
  • Class Events

Interface Implementation

This OO class is an Interface Implementation, which means it will implement its own version of the methods from implementation class IF_SERIALIZABLE_OBJECT

Interface Implementation

This OO class is an Interface Implementation, which means it will implement its own version of the methods from implementation class IF_STCTM_TASK_MESSAGES

Method list of CL_STCTM_MESSAGES 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_BAPIRETAdd single BAPIRET message to message tablePublic
CALL METHOD cl_stctm_messages=>ADD_BAPIRET...more details

ADD_BAPIRETTABAdd BAPIRET table to message tablePublic
CALL METHOD cl_stctm_messages=>ADD_BAPIRETTAB...more details

ADD_EXCEPTIONAdd exception to message tablePublic
CALL METHOD cl_stctm_messages=>ADD_EXCEPTION...more details

ADD_MESSAGESAdd messages from other message classPublic
CALL METHOD cl_stctm_messages=>ADD_MESSAGES...more details

ADD_SYSTAdd system message to message tablePublic
CALL METHOD cl_stctm_messages=>ADD_SYST...more details

ADD_T100Add T100 message to message tablePublic
CALL METHOD cl_stctm_messages=>ADD_T100...more details

ADD_TEXTAdd simple text to message tablePublic
CALL METHOD cl_stctm_messages=>ADD_TEXT...more details

APPEND_TO_BAPIRETTABAppend internal messages to external BAPIRETTABPublic
CALL METHOD cl_stctm_messages=>APPEND_TO_BAPIRETTAB...more details

CLEARClear message tablePublic
CALL METHOD cl_stctm_messages=>CLEAR...more details

DISABLE_SUPPORT_LOGDisable immediate message persistencePublic
CALL METHOD cl_stctm_messages=>DISABLE_SUPPORT_LOG...more details

ENABLE_SUPPORT_LOGPersist all messages in case of errorsPublic
CALL METHOD cl_stctm_messages=>ENABLE_SUPPORT_LOG...more details

GET_BAPIRETTABGet entries as BAPIRET tablePublic
CALL METHOD cl_stctm_messages=>GET_BAPIRETTAB...more details

GET_MESSAGESGet internal message tablePublic
CALL METHOD cl_stctm_messages=>GET_MESSAGES...more details

GET_NUMBER_OF_MESSAGESGet overall number of messagesPublic
CALL METHOD cl_stctm_messages=>GET_NUMBER_OF_MESSAGES...more details

GET_STATUSGet overall status of message table (worst message)Public
CALL METHOD cl_stctm_messages=>GET_STATUS...more details

_ADD_SOURCE_POSAdd source position to log entryPrivate
CALL METHOD cl_stctm_messages=>_ADD_SOURCE_POS...more details

_BUILD_BAL_MSG_PARAMSBuild application log message details parameterPrivate
CALL METHOD cl_stctm_messages=>_BUILD_BAL_MSG_PARAMS...more details

_MAKE_MESSAGE_CONSISTENTCheck and correction log messagePrivate
CALL METHOD cl_stctm_messages=>_MAKE_MESSAGE_CONSISTENT...more details

_WRITE_SUPPORT_LOGSave messages to application logPrivate
CALL METHOD cl_stctm_messages=>_WRITE_SUPPORT_LOG...more details



CL_STCTM_MESSAGES 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
DUMMYInstance AttributeDummy string for MESSAGE ... INTO dummyLIKE
STRING
Public
PT_MSGInstance AttributeList of MessagesLIKE
TT_MSG
Public
PV_SUPLOG_EXTNUMBERInstance AttributeLIKE
BALNREXT
Private
PV_SUPLOG_LOGHANDLEInstance AttributeLIKE
BALLOGHNDL
Private
PV_SUPLOG_ON_ERROR_ONLYInstance AttributeLIKE
SAP_BOOL
Private
PV_SUPLOG_SUBOBJECTInstance AttributeLIKE
BALSUBOBJ
Private
PV_WRITE_SUPLOGInstance AttributeLIKE
SAP_BOOL
Private




CL_STCTM_MESSAGES types

TS_MSG - Message
TS_SOURCE - Extended source position
TS_SOURCE_POS - Source position
TT_MSG - List of Messages

Links to Related Class(s)

CL_STCTM...
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!