SAP CL_RSO_APPLICATION_LOG OO Class - BW Repository: Application Log









CL_RSO_APPLICATION_LOG 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_RSO_APPLICATION_LOG 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_RSO_APPLICATION_LOG

Interface Implementation

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

Method list of CL_RSO_APPLICATION_LOG 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_LISTENERPrivate
CALL METHOD cl_rso_application_log=>ADD_LISTENER...more details

ADD_MESSAGEPrivate
CALL METHOD cl_rso_application_log=>ADD_MESSAGE...more details

ADD_MESSAGES_AS_STRUCTUREPrivate
CALL METHOD cl_rso_application_log=>ADD_MESSAGES_AS_STRUCTURE...more details

ADD_MESSAGES_LEVELPrivate
CALL METHOD cl_rso_application_log=>ADD_MESSAGES_LEVEL...more details

ADD_MESSAGES_OF_EXCEPTIONPrivate
CALL METHOD cl_rso_application_log=>ADD_MESSAGES_OF_EXCEPTION...more details

ADD_MESSAGE_AS_STRUCTUREPrivate
CALL METHOD cl_rso_application_log=>ADD_MESSAGE_AS_STRUCTURE...more details

ADD_MESSAGE_LEVELPrivate
CALL METHOD cl_rso_application_log=>ADD_MESSAGE_LEVEL...more details

ADD_TEXTPrivate
CALL METHOD cl_rso_application_log=>ADD_TEXT...more details

APPL_LOG_CREATEPrivate
CALL METHOD cl_rso_application_log=>APPL_LOG_CREATE...more details

APPL_LOG_DELETEPrivate
CALL METHOD cl_rso_application_log=>APPL_LOG_DELETE...more details

APPL_LOG_DELETE_ON_DBPrivate
CALL METHOD cl_rso_application_log=>APPL_LOG_DELETE_ON_DB...more details

APPL_LOG_DSP_MSG_LONGTEXTPrivate
CALL METHOD cl_rso_application_log=>APPL_LOG_DSP_MSG_LONGTEXT...more details

APPL_LOG_GET_LOG_HANDLEPrivate
CALL METHOD cl_rso_application_log=>APPL_LOG_GET_LOG_HANDLE...more details

APPL_LOG_GET_NUM_OF_MSGSPrivate
CALL METHOD cl_rso_application_log=>APPL_LOG_GET_NUM_OF_MSGS...more details

APPL_LOG_MSG_READPrivate
CALL METHOD cl_rso_application_log=>APPL_LOG_MSG_READ...more details

APPL_LOG_SAVEPrivate
CALL METHOD cl_rso_application_log=>APPL_LOG_SAVE...more details

APPL_LOG_SET_LOG_HANDLEPrivate
CALL METHOD cl_rso_application_log=>APPL_LOG_SET_LOG_HANDLE...more details

APPL_LOG_SET_TITLEPrivate
CALL METHOD cl_rso_application_log=>APPL_LOG_SET_TITLE...more details

APPL_LOG_SHOW_AS_POPUPPrivate
CALL METHOD cl_rso_application_log=>APPL_LOG_SHOW_AS_POPUP...more details

APPL_LOG_SHOW_WITH_SELECTIONPrivate
CALL METHOD cl_rso_application_log=>APPL_LOG_SHOW_WITH_SELECTION...more details

CLASS_CONSTRUCTORPublic
CALL METHOD cl_rso_application_log=>CLASS_CONSTRUCTOR...more details

GET_ACTIONPublic
CALL METHOD cl_rso_application_log=>GET_ACTION...more details

GET_HAS_ACTIONPublic
CALL METHOD cl_rso_application_log=>GET_HAS_ACTION...more details

GET_MAXIMUM_LOG_SEVERITYGibt die maximale Schwere für Log-Meldungen zurückPublic
CALL METHOD cl_rso_application_log=>GET_MAXIMUM_LOG_SEVERITY...more details

HLP_INCREASE_DETLEVELAuxiliary Method for Increasing Degree of DetailPublic
CALL METHOD cl_rso_application_log=>HLP_INCREASE_DETLEVEL...more details

INSERT_MESSAGES_INTO_DOMPrivate
CALL METHOD cl_rso_application_log=>INSERT_MESSAGES_INTO_DOM...more details

REMOVE_LISTENERPrivate
CALL METHOD cl_rso_application_log=>REMOVE_LISTENER...more details

SET_MAXIMUM_LOG_SEVERITYSetzt die maximale Schwere für Meldungen im AnwendungslogPublic
CALL METHOD cl_rso_application_log=>SET_MAXIMUM_LOG_SEVERITY...more details



CL_RSO_APPLICATION_LOG 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
PROBCLASS_HIGHInstance AttributeLIKE
Private
PROBCLASS_LOWInstance AttributeLIKE
Private
PROBCLASS_MEDIUMInstance AttributeLIKE
Private
PROBCLASS_NONEInstance AttributeLIKE
Private
PROBCLASS_VERY_HIGHInstance AttributeLIKE
Private
P_APPL_LOG_HANDLEInstance AttributeLIKE
Private
P_MAX_LOG_SEVERITYStatic AttributeMaximale Schwere für Logmeldungen'E'LIKE
SYMSGTY
Private
P_TITLEStatic AttributeLog TitleLIKE
STRING
Private
P_T_LISTENERStatic AttributeLIKE
T_T_LISTENER
Private
P_T_MSG_CBStatic AttributeLIKE
T_T_MSG_CALLBACK
Private




CL_RSO_APPLICATION_LOG types

T_S_MSG_CALLBACK -
T_T_LISTENER -
T_T_MSG_CALLBACK -

Links to Related Class(s)

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