SHOW_CURRENT_LOGS SAP Method Show Current Application Logs









Below is documentation, parameters and attributes of ABAP Method SHOW_CURRENT_LOGS within SAP class FKKSK_CL_APPL_LOG. 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 FKKSK_CL_APPL_LOG 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 SHOW_CURRENT_LOGS can also be found below:

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


Parameters of Method SHOW_CURRENT_LOGS

.

NameTypeData TypeDescriptionDefault Value
IM_BACKGROUNDImportingTYPE
SYBATCH
Background Processing Active
IM_ROOT_TEXTImportingTYPE
STRING
IM_TAB_LOG_NUMSImportingTYPE
BAL_T_LOGN
Application Log: Log Number Table
IM_TITLEImportingTYPE
STRING



Exceptions of Method SHOW_CURRENT_LOGS

This method does not have any exceptions

Example ABAP coding


DATA: lv_IM_BACKGROUND TYPE SYBATCH,
lv_IM_ROOT_TEXT TYPE STRING,
lv_IM_TAB_LOG_NUMS TYPE BAL_T_LOGN,
lv_IM_TITLE TYPE STRING,
lv_other TYPE c.

CALL METHOD FKKSK_CL_APPL_LOG=>SHOW_CURRENT_LOGS(
EXPORTING
IM_BACKGROUND = lv_IM_BACKGROUND
IM_ROOT_TEXT = lv_IM_ROOT_TEXT
IM_TAB_LOG_NUMS = lv_IM_TAB_LOG_NUMS
IM_TITLE = lv_IM_TITLE ).

Links to Related Class(s)

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