CNIF_READ_LOG is a standard ABAP INCLUDE available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.
If you would like to execute this report or see the full code listing simply enter CNIF_READ_LOG into the relevant SAP transactions such as SE38 or SE80
This report can be called from another progam/report simply by using the ABAP SUBMIT statement, see below for example ABAP code snipts of how to do this.
Title: Include LCNIF_STATUS_2001F04
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
METHOD_LOG_READ CALL FUNCTION 'METHOD_LOG_READ' TABLES t_method_log_exp = method_log t_msg_log_exp = msg_log EXCEPTIONS OTHERS = 0.
MESSAGE_TEXTS_READ CALL FUNCTION 'MESSAGE_TEXTS_READ' TABLES t_msg_log_imp = msg_log t_msg_texts_exp = e_msg_text EXCEPTIONS OTHERS = 0.
METHOD_LOG_INIT CALL FUNCTION 'METHOD_LOG_INIT' EXPORTING msghand_num = msghand_num IMPORTING msghand_num_exp = msghand_num EXCEPTIONS * not_authorized = 1 OTHERS = 0.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
CNIF_READ_LOG - Include LCNIF_STATUS_2001F04 CNIF_READ_LOCK_PROJECT - Include LCNIF_STATUS_2001F02 CNIF_READ_LOCK_NETWORK - Include CNIF_READ_LOCK_NETWORK CNIF_PUT_SY_MESSAGE - Include LCNIF_STATUS_2001F07 CNIF_PUT_MESSAGE - Include LCNIF_STATUS_2001F08 CNIF_NV_STAT_AALK_CHG - Include CNIF_NV_STAT_AALK_CHG