SAP /GSINS/CL_BR_APPLOG OO Class - Brazil: Application Log









/GSINS/CL_BR_APPLOG 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 /GSINS/CL_BR_APPLOG 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 /GSINS/CL_BR_APPLOG 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_BAPI_ERRORSAdd Several Messages from BAPI Error TablePublic
CALL METHOD /gsins/cl_br_applog=>ADD_BAPI_ERRORS...more details

ADD_FREE_TEXTAdd Free Text to Application LogPublic
CALL METHOD /gsins/cl_br_applog=>ADD_FREE_TEXT...more details

ADD_MESSAGEAdd message into application logPublic
CALL METHOD /gsins/cl_br_applog=>ADD_MESSAGE...more details

CONSTRUCTORConstructorPublic
CALL METHOD /gsins/cl_br_applog=>CONSTRUCTOR...more details

CONTAINS_ERROR_MSGReturns abap_true log contains error messagePublic
CALL METHOD /gsins/cl_br_applog=>CONTAINS_ERROR_MSG...more details

DELETE_LOGDelete application logPrivate
CALL METHOD /gsins/cl_br_applog=>DELETE_LOG...more details

DELETE_LOG_ALLClear Application log(Delete All)Private
CALL METHOD /gsins/cl_br_applog=>DELETE_LOG_ALL...more details

DISPLAY_LOGDisplay Application LogPublic
CALL METHOD /gsins/cl_br_applog=>DISPLAY_LOG...more details

FREE_COPIED_LOGFree copied logPrivate
CALL METHOD /gsins/cl_br_applog=>FREE_COPIED_LOG...more details

FREE_LOG_HANDLERFree application log handlerPublic
CALL METHOD /gsins/cl_br_applog=>FREE_LOG_HANDLER...more details

GET_INSTANCEGet application log handlerPublic
CALL METHOD /gsins/cl_br_applog=>GET_INSTANCE...more details

GET_LOG_HANDLERRetrieve application log instancePrivate
CALL METHOD /gsins/cl_br_applog=>GET_LOG_HANDLER...more details

GET_MESSAGESGet messages from application log handlerPublic
CALL METHOD /gsins/cl_br_applog=>GET_MESSAGES...more details

RELOAD_LOGReload application logPrivate
CALL METHOD /gsins/cl_br_applog=>RELOAD_LOG...more details

SAVE_TO_DBSave application log in databasePublic
CALL METHOD /gsins/cl_br_applog=>SAVE_TO_DB...more details

SUPPRESS_LOGDisables LoggingPublic
CALL METHOD /gsins/cl_br_applog=>SUPPRESS_LOG...more details



/GSINS/CL_BR_APPLOG 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
GC_APPL_LOG_PAR_TABNAMEConstantApplication log: Parameters'TABNAME'LIKE
BALPAR
Private
GC_LOG_PAR_MSG_LEVELConstantApplication log: Parameters'MSGLEVEL'LIKE
BALPAR
Private
GC_MSGTY_ERRConstantMessage Type - Error'E'LIKE
SYMSGTY
Public
GC_MSGTY_SUCCConstantMessage Type - Success'S'LIKE
SYMSGTY
Public
GC_MSGTY_WARNConstantMessage Type - Warning'W'LIKE
SYMSGTY
Public
GC_OBJConstantApplication Log: Object Name (Application Code)'/GSINS/BR_WHT'LIKE
BALOBJ_D
Public
GC_PROBCLASS_CRITConstantApplication log: Message problem class'1'LIKE
BALPROBCL
Public
GC_PROBCLASS_HIGHConstantApplication log: Message problem class'2'LIKE
BALPROBCL
Public
GC_PROBCLASS_LOWConstantApplication log: Message problem class'4'LIKE
BALPROBCL
Public
GC_PROBCLASS_MEDDConstantApplication log: Message problem class'3'LIKE
BALPROBCL
Public
GC_SUB_OBJ_EXEMPTConstantSub-object for Report'EXEMPT'LIKE
BALSUBOBJ
Public
MT_LOG_BUFFERStatic AttributeLIKE
YT_LOG_BUFFER
Protected
MV_APPLOG_SUPPRESSEDStatic AttributeData element for domain BOOLE: TRUE (='X') and FALSE (=' ')LIKE
BOOLE-BOOLE
Private
MV_CURRENT_LEVELInstance AttributeLIKE
I
Private
MV_DETLEVELInstance AttributeApplication Log: Level of detailLIKE
BALLEVEL
Protected
MV_FLG_SAVE_DBInstance AttributeData element for domain BOOLE: TRUE (='X') and FALSE (=' ')LIKE
BOOLE_D
Protected
MV_LOG_EXTNUMBERInstance AttributeApplication Log: External IDLIKE
BALNREXT
Protected
MV_LOG_HANDLEInstance AttributeApplication Log: Log HandleLIKE
BALLOGHNDL
Protected
MV_LOG_NUMBERInstance AttributeApplication log: log numberLIKE
BALOGNR
Protected
MV_LOG_OBJECTInstance AttributeApplication Log: Object Name (Application Code)LIKE
BALOBJ_D
Protected
MV_LOG_SUBOBJECTInstance AttributeApplication Log: SubobjectLIKE
BALSUBOBJ
Protected
MV_MSG_HANDLEInstance AttributeApplication Log: Message handleLIKE
BALMSGHNDL
Protected
MV_TABNAMEInstance AttributeTable NameLIKE
TABNAME
Protected




/GSINS/CL_BR_APPLOG types

YS_LOG_BUFFER -
YT_LOG_BUFFER -

Links to Related Class(s)

/GSINS/C...
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!