SAP CL_BSP_WD_WZ_APPL_LOG OO Class - Log Class for BSP WD Enhancement Wizards









CL_BSP_WD_WZ_APPL_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_BSP_WD_WZ_APPL_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_BSP_WD_LOGGING

Method list of CL_BSP_WD_WZ_APPL_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_CURRENT_SY_MESSAGEAdds Current Message for SY Fields to LogPublic
CALL METHOD cl_bsp_wd_wz_appl_log=>ADD_CURRENT_SY_MESSAGE...more details

ADD_EXCEPTIONAdds Message from an Exception to LogPublic
CALL METHOD cl_bsp_wd_wz_appl_log=>ADD_EXCEPTION...more details

ADD_FREE_TEXTPrivate
CALL METHOD cl_bsp_wd_wz_appl_log=>ADD_FREE_TEXT...more details

ADD_MESSAGEAdds Message to LogPublic
CALL METHOD cl_bsp_wd_wz_appl_log=>ADD_MESSAGE...more details

ADD_MESSAGE_AND_PARAMETERSAdds Message to LogPublic
CALL METHOD cl_bsp_wd_wz_appl_log=>ADD_MESSAGE_AND_PARAMETERS...more details

ADD_MESSAGE_AND_PARAMETERS_STRAdds Message to LogPublic
CALL METHOD cl_bsp_wd_wz_appl_log=>ADD_MESSAGE_AND_PARAMETERS_STR...more details

CHECK_ERRORS_EXISTChecks Whether Log Contains Error MessagesPublic
CALL METHOD cl_bsp_wd_wz_appl_log=>CHECK_ERRORS_EXIST...more details

CHECK_MESSAGES_EXISTChecks Whether Log Contains MessagesPublic
CALL METHOD cl_bsp_wd_wz_appl_log=>CHECK_MESSAGES_EXIST...more details

CHECK_WARNINGS_EXISTChecks Whether Log Contains Warning MessagesPublic
CALL METHOD cl_bsp_wd_wz_appl_log=>CHECK_WARNINGS_EXIST...more details

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

GET_LOGReturns Messages from the Log According to ParametersPublic
CALL METHOD cl_bsp_wd_wz_appl_log=>GET_LOG...more details

GET_LOG_STATISTICSReturns Statistical Data on LogPublic
CALL METHOD cl_bsp_wd_wz_appl_log=>GET_LOG_STATISTICS...more details

GET_NEW_LOG_INSTANCEReturns New Log InstancePublic
CALL METHOD cl_bsp_wd_wz_appl_log=>GET_NEW_LOG_INSTANCE...more details

REVERTDiscards LogPublic
CALL METHOD cl_bsp_wd_wz_appl_log=>REVERT...more details

SAVESave LogPublic
CALL METHOD cl_bsp_wd_wz_appl_log=>SAVE...more details

SHOW_CURRENT_LOGDisplays the Current Log from the MemoryPublic
CALL METHOD cl_bsp_wd_wz_appl_log=>SHOW_CURRENT_LOG...more details



CL_BSP_WD_WZ_APPL_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
BAL_OBJECTConstantApplication log: objects'BSPWD_UIFRW_WB'LIKE
BALOBJ
Protected
BSP_APPLInstance AttributeName of BSP ApplicationLIKE
O2APPLNAME
Protected
COMPONENTInstance AttributeComponent NameLIKE
BSP_WD_COMPONENT_NAME
Protected
CONTEXTInstance AttributeApplication Log: SubobjectLIKE
BALSUBOBJ
Protected
CONTEXT_CCHECK_CCConstantApplication Log: Subobject'CC_WC'LIKE
BALSUBOBJ
Public
CONTEXT_CCHECK_CFConstantApplication Log: Subobject'CC_HF'LIKE
BALSUBOBJ
Public
CONTEXT_CCHECK_CRConstantApplication Log: Subobject'CC_CR'LIKE
BALSUBOBJ
Public
CONTEXT_CCHECK_DLConstantApplication Log: Subobject'CC_DL'LIKE
BALSUBOBJ
Public
CONTEXT_CCHECK_ESConstantApplication Log: Subobject'CC_CE'LIKE
BALSUBOBJ
Public
CONTEXT_CCHECK_PSConstantApplication Log: Subobject'CC_PS'LIKE
BALSUBOBJ
Public
CONTEXT_COPY_VIEWConstantApplication Log: Subobject'WZ_COPY_VIEW'LIKE
BALSUBOBJ
Public
CONTEXT_CREATE_ATTRConstantApplication Log: Subobject'WZ_CREATE_CN_ATTR'LIKE
BALSUBOBJ
Public
CONTEXT_CREATE_CNConstantApplication Log: Subobject'WZ_CREATE_CN'LIKE
BALSUBOBJ
Public
CONTEXT_CREATE_EHInstance AttributeLIKE
Private
CONTEXT_CREATE_IPLUGInstance AttributeLIKE
Private
CONTEXT_CREATE_OPLUGInstance AttributeLIKE
Private
CONTEXT_CREATE_OVPInstance AttributeLIKE
Private
CONTEXT_CREATE_VIEWConstantApplication Log: Subobject'WZ_CREATE_VIEW'LIKE
BALSUBOBJ
Public
CONTEXT_DELETE_OBJECTInstance AttributeLIKE
Private
CONTEXT_ENHANCE_COMPConstantApplication Log: Subobject'WZ_ENHANCE_COMP'LIKE
BALSUBOBJ
Public
CONTEXT_GENERATE_GETTER_SETTERInstance AttributeLIKE
Private
CONTEXT_RT_REP_CHECKInstance AttributeLIKE
Private
ENH_SETInstance AttributeEnhancement SetLIKE
BSP_WD_ENHANCEMENT_SET
Protected
LAST_LOG_HANDLEStatic AttributeApplication Log: Handle of Last LogLIKE
BALLOGHNDL
Protected
LOG_HANDLEInstance AttributeApplication Log: Log HandleLIKE
BALLOGHNDL
Protected
OBSOLETEInstance AttributeBoolean Variable (X=true, -=false, space=unknown)LIKE
BOOLEAN
Protected
VIEWNAMEInstance AttributeInternal Name (Key) of BSP PageLIKE
O2PAGE
Protected


Links to Related Class(s)

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