Ansicht
Dokumentation

OIRA_APPL_LOG_WRITE_MULTI - Write multible messages to application log

OIRA_APPL_LOG_WRITE_MULTI - Write multible messages to application log

Vendor Master (General Section)   rdisp/max_wprun_time - Maximum work process run time  
This documentation is copyright by SAP AG.
SAP E-Book

Functionality

This function will add message to the application log for Process Control. To do that it will perform three steps:

  • Check if the application log has been initialized for Process Control. If not initialize the application log for the process.
  • Check if the application log header has been filled into the application log tables. If not fill the header with the information provided.
  • Insert a message into the application log. Depending on the entries in the table 'PC_PC_OBJ-BAL_SPAR_TAB' the message will be inserted with or without parameters for later message processing.

Example

data: pc_pc_obj type oira1_pc_ref_obj.

CALL FUNCTION 'OIRA_APPLICATION_LOG_WRITE'
CHANGING
pc_pc_obj = pc_pc_obj

EXCEPTIONS
appl_log_not_set_up = 1
appl_log_header_not_filled = 2
others = 3.

Notes

Further information

APPL_LOG_INIT
APPL_LOG_WRITE_HEADER
APPL_LOG_WRITE_SINGLE_MESSAGE
APPL_LOG_WRITE_MESSAGE_PARAMS





Parameters

PC_CC01_OBJ
PC_CE_OBJ
PC_CR_OBJ
PC_DR01_OBJ
PC_IS01_OBJ
PC_MM01_OBJ
PC_MR01_OBJ
PC_PC_OBJ
PC_PR01_OBJ
PC_PRN1_OBJ

Exceptions

APPL_LOG_HEADER_NOT_FILLED
APPL_LOG_NOT_SET_UP

Function Group

OIRA_APP01

BAL_S_LOG - Application Log: Log header data   rdisp/max_wprun_time - Maximum work process run time  
This documentation is copyright by SAP AG.

Length: 1948 Date: 20240523 Time: 142335     sap01-206 ( 30 ms )