SAP IHC_CL_APPL_LOG OO Class - Application Handler IHC









IHC_CL_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 IHC_CL_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



Method list of IHC_CL_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_MESSAGETransfer Message to Application LogPublic
CALL METHOD ihc_cl_appl_log=>ADD_MESSAGE...more details

CONSTRUCTORCONSTRUCTORPublic
CALL METHOD ihc_cl_appl_log=>CONSTRUCTOR...more details

DISPLAY_LOGOutput Application LogPublic
CALL METHOD ihc_cl_appl_log=>DISPLAY_LOG...more details

GET_LOG_HANDLERead Current Log HandlePublic
CALL METHOD ihc_cl_appl_log=>GET_LOG_HANDLE...more details

S_INSTANCES_INSTANCEPublic
CALL METHOD ihc_cl_appl_log=>S_INSTANCE...more details



IHC_CL_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
PRIV_LOG_HANDLEInstance AttributeApplication Log: Log HandleLIKE
BALLOGHNDL
Private
PRIV_OREF_IHC_EXCEPTIONStatic AttributeExceptions with Static and Dynamic Check of RAISING ClauseLIKE
CX_IHC_EXCEPTION
Private
SREF_IHC_CL_APPL_LOGStatic AttributeApplication Handler IHCLIKE
IHC_CL_APPL_LOG
Private


Links to Related Class(s)

IHC_CL_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!