APPL_LOG_DISPLAY SAP Method DSD: Display Application Log









Below is documentation, parameters and attributes of ABAP Method APPL_LOG_DISPLAY within SAP class /DSD/SL_CL_ASL_TOOLS. There is also a number of example ABAP code snipts to help you use the functionality of this method.

This method is available within SAP systems depending on your version and release level, you can view further information by entering the class name /DSD/SL_CL_ASL_TOOLS into the relevant SAP transactions such as SE24 or SE80, and then selecting the method you are interested in.


Method Type - Static

This is a Static Method so you can call it directly

The following technical details of method APPL_LOG_DISPLAY can also be found below:

  • Importing parameters
  • Exporting parameters
  • Changing parameters
  • Returning parameters
  • Exceptions
  • Coding Examples


Parameters of Method APPL_LOG_DISPLAY

.

NameTypeData TypeDescriptionDefault Value
IT_MESSAGESImportingTYPE
BAPIRET2_T
Return Table
IV_LOGHANDLEImportingTYPE
BALLOGHNDL
Application Log: Log Handle
IV_OBJECTImportingTYPE
BALOBJ_D
Application Log: Object Name (Application Code)
IV_SUBOBJECTImportingTYPE
BALSUBOBJ
Application Log: Subobject
I_S_DISPLAY_PROFILEImportingTYPE
BAL_S_PROF
Application Log: Log Output Format Profile



Exceptions of Method APPL_LOG_DISPLAY

This method does not have any exceptions

Example ABAP coding


DATA: lv_IT_MESSAGES TYPE BAPIRET2_T,
lv_IV_LOGHANDLE TYPE BALLOGHNDL,
lv_IV_OBJECT TYPE BALOBJ_D,
lv_IV_SUBOBJECT TYPE BALSUBOBJ,
lv_I_S_DISPLAY_PROFILE TYPE BAL_S_PROF,
lv_other TYPE c.

CALL METHOD /DSD/SL_CL_ASL_TOOLS=>APPL_LOG_DISPLAY(
EXPORTING
IT_MESSAGES = lv_IT_MESSAGES
IV_LOGHANDLE = lv_IV_LOGHANDLE
IV_OBJECT = lv_IV_OBJECT
IV_SUBOBJECT = lv_IV_SUBOBJECT
I_S_DISPLAY_PROFILE = lv_I_S_DISPLAY_PROFILE ).

Links to Related Class(s)

/DSD/SL_...
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!