SAP /BCV/CL_FND_LOG OO Class - Log









/BCV/CL_FND_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 /BCV/CL_FND_LOG 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 /BCV/CL_FND_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_EXCEPTIONAdd Exception to LogPublic
CALL METHOD /bcv/cl_fnd_log=>ADD_EXCEPTION...more details

ADD_MESSAGEAdd Message to LogPublic
CALL METHOD /bcv/cl_fnd_log=>ADD_MESSAGE...more details

CLEARClear Content of LogPublic
CALL METHOD /bcv/cl_fnd_log=>CLEAR...more details

CONSTRUCTORConstructorPublic
CALL METHOD /bcv/cl_fnd_log=>CONSTRUCTOR...more details

DISPLAYDisplay Message LogPublic
CALL METHOD /bcv/cl_fnd_log=>DISPLAY...more details

GET_BAL_DPROFGet BAL Display ProfilePrivate
CALL METHOD /bcv/cl_fnd_log=>GET_BAL_DPROF...more details

GET_MESSAGE_TABLEGet current table of messages (MT_MESSAGE)Public
CALL METHOD /bcv/cl_fnd_log=>GET_MESSAGE_TABLE...more details

GET_NO_OF_ERR_MESSGet Overall Number of Error MessagesPublic
CALL METHOD /bcv/cl_fnd_log=>GET_NO_OF_ERR_MESS...more details

GET_NO_OF_INFO_MESSGet Overall Number of Information MessagesPublic
CALL METHOD /bcv/cl_fnd_log=>GET_NO_OF_INFO_MESS...more details

GET_NO_OF_MESSGet Overall Number of MessagesPublic
CALL METHOD /bcv/cl_fnd_log=>GET_NO_OF_MESS...more details

GET_NO_OF_WARN_MESSGet Overall Number of Warning MessagesPublic
CALL METHOD /bcv/cl_fnd_log=>GET_NO_OF_WARN_MESS...more details

IS_MESSAGE_CONTAINEDCheck Whether Given Message is Already Contained in LogPublic
CALL METHOD /bcv/cl_fnd_log=>IS_MESSAGE_CONTAINED...more details

SPLIT_TEXT_TO_MSGVSplits Given Text into Message VariablesPrivate
CALL METHOD /bcv/cl_fnd_log=>SPLIT_TEXT_TO_MSGV...more details

WRITESave Messages to DatabasePublic
CALL METHOD /bcv/cl_fnd_log=>WRITE...more details

WRITE_TO_BALWrite Messages to BALPrivate
CALL METHOD /bcv/cl_fnd_log=>WRITE_TO_BAL...more details



/BCV/CL_FND_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
GC_OBJECTConstantLog Object 'BCV''BCV'LIKE
BALOBJ_D
Public
GC_SUBOBJ_FND_MIGRATIONConstantLog Subobject 'FND Migration''FND_MIGRATION'LIKE
BALSUBOBJ
Public
GC_SUBOBJ_QRM_CACHEConstantLog Subobject 'QRM Cache''QRM_CACHE'LIKE
BALSUBOBJ
Public
GC_SUBOBJ_SIN_CONNConstantLog Subobject 'FND Migration''SIN_CONNECTOR'LIKE
BALSUBOBJ
Public
GT_DPROF_BUFFERStatic AttributeBAL Display Profile BufferLIKE
TY_T_DPROF_BUFFER
Private
MT_MESSAGEInstance AttributeMessage TableLIKE
/BCV/T_FND_MESSAGE
Private
MV_NEXT_SEQNOInstance AttributeMessage Sequence NumberLIKE
/BCV/FND_MESS_SEQNO
Private
MV_NO_OF_ERRInstance AttributeNumber of Error MessagesLIKE
I
Private
MV_NO_OF_INFOInstance AttributeNumber of Information MessagesLIKE
I
Private
MV_NO_OF_MESSInstance AttributeNumber of MessagesLIKE
I
Private
MV_NO_OF_WARNInstance AttributeNumber of Warning MessagesLIKE
I
Private




/BCV/CL_FND_LOG types

TY_S_DPROF_BUFFER - Display Profile Buffer Structure Type
TY_T_DPROF_BUFFER - Display Profile Buffer Table Type

Links to Related Class(s)

/BCV/CL_...
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!