RE_SHOW_MESSAGES SAP Method Disply Data from Applcation Log









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

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


Parameters of Method RE_SHOW_MESSAGES

.

NameTypeData TypeDescriptionDefault Value
ID_CAPTIONImportingTYPE
TFC_FOLDER_TEXT
Caption of Log Display
IT_BAL_T_LOGHImportingTYPE
BAL_T_LOGH
Application Log: Log Handle Table
I_LOG_APLIDImportingTYPE
SM_APLID
Error management in the application
I_LOG_NRImportingTYPE
SM_NR
Error Management Number



Exceptions of Method RE_SHOW_MESSAGES

This method does not have any exceptions

Example ABAP coding


DATA: lv_ID_CAPTION TYPE TFC_FOLDER_TEXT,
lv_IT_BAL_T_LOGH TYPE BAL_T_LOGH,
lv_I_LOG_APLID TYPE SM_APLID,
lv_I_LOG_NR TYPE SM_NR,
lv_other TYPE c.

CALL METHOD C_EVENTS=>RE_SHOW_MESSAGES(
EXPORTING
ID_CAPTION = lv_ID_CAPTION
IT_BAL_T_LOGH = lv_IT_BAL_T_LOGH
I_LOG_APLID = lv_I_LOG_APLID
I_LOG_NR = lv_I_LOG_NR ).

Links to Related Class(s)

C_EVENTS...
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!