SAP CL_WRF_ORGPR_APPLLOG OO Class - Application Log (No Persistence)









CL_WRF_ORGPR_APPLLOG 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_WRF_ORGPR_APPLLOG 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 CL_WRF_ORGPR_APPLLOG 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_MESSAGEWrite Message to LogPublic
CALL METHOD cl_wrf_orgpr_appllog=>ADD_MESSAGE...more details

ADD_MESSAGESWrite Messages to LogPublic
CALL METHOD cl_wrf_orgpr_appllog=>ADD_MESSAGES...more details

CHECK_MESSAGECheck MessagePublic
CALL METHOD cl_wrf_orgpr_appllog=>CHECK_MESSAGE...more details

CONSTRUCTORConstructorPublic
CALL METHOD cl_wrf_orgpr_appllog=>CONSTRUCTOR...more details

DISPLAY_LOGDisplay LogPublic
CALL METHOD cl_wrf_orgpr_appllog=>DISPLAY_LOG...more details

GET_LOG_HANDLEReturn Log HandlePublic
CALL METHOD cl_wrf_orgpr_appllog=>GET_LOG_HANDLE...more details

GET_LOG_REFRESHEDLog removed from main memory?Public
CALL METHOD cl_wrf_orgpr_appllog=>GET_LOG_REFRESHED...more details

GET_NUM_MESSAGENumber of Messages AddedPublic
CALL METHOD cl_wrf_orgpr_appllog=>GET_NUM_MESSAGE...more details

MESSAGES_ADDEDHave messages been written to the log?Public
CALL METHOD cl_wrf_orgpr_appllog=>MESSAGES_ADDED...more details

REFRESH_LOGRemove Log from Main MemoryPublic
CALL METHOD cl_wrf_orgpr_appllog=>REFRESH_LOG...more details

SET_CONTEXTSet ContextPublic
CALL METHOD cl_wrf_orgpr_appllog=>SET_CONTEXT...more details



CL_WRF_ORGPR_APPLLOG 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
C_FALSEConstantData Element for BOOLE Domain: TRUE (='X') and FALSE (=' ')SPACELIKE
BOOLE_D
Public
C_PROBCLASS_HIGHConstantApplication Log: Message Problem Class'2'LIKE
BAL_S_MSG-PROBCLASS
Public
C_PROBCLASS_LOWConstantApplication Log: Message Problem Class'4'LIKE
BAL_S_MSG-PROBCLASS
Public
C_PROBCLASS_MEDIUMConstantApplication Log: Message Problem Class'3'LIKE
BAL_S_MSG-PROBCLASS
Public
C_PROBCLASS_NONEConstantApplication Log: Message Problem Class' 'LIKE
BAL_S_MSG-PROBCLASS
Public
C_PROBCLASS_VERY_HIGHConstantApplication Log: Message Problem Class'1'LIKE
BAL_S_MSG-PROBCLASS
Public
C_TRUEConstantData Element for BOOLE Domain: TRUE (='X') and FALSE (=' ')'X'LIKE
BOOLE_D
Public
M_DETLEVELInstance AttributeApplication Log: Level of DetailLIKE
BALLEVEL
Private
M_EXTNUMBERInstance AttributeApplication Log: External IdentificationLIKE
BALNREXT
Private
M_LOG_CREATEDInstance AttributeLog createdLIKE
BOOLE_D
Public
M_LOG_HANDLEInstance AttributeApplication Log: Log HandleLIKE
BALLOGHNDL
Private
M_LOG_REFRESHEDInstance AttributeLog was removed from main memoryLIKE
BOOLE_D
Private
M_MESSAGEStatic AttributeError TextLIKE
STRING
Public
M_MESS_ADDEDInstance AttributeMessages added to logLIKE
BOOLE_D
Private
M_NUM_MSGInstance AttributeNumber of MessagesLIKE
I
Private
M_OBJECTInstance AttributeApplication Log: Object Name (Application Code)LIKE
BALOBJ_D
Private
M_SUBOBJECTInstance AttributeApplication Log: SubobjectLIKE
BALSUBOBJ
Private
M_TIMESTAMPInstance AttributeUTC Time Stamp in Short Form (YYYYMMDDhhmmss)LIKE
TIMESTAMP
Private


Links to Related Class(s)

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