FCNIFF02_CLEAR_MESSAGE_PROTOCO 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 FCNIFF02_CLEAR_MESSAGE_PROTOCO 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.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
METHOD_START_LOG CALL FUNCTION 'METHOD_START_LOG' EXPORTING method = ' ' IMPORTING msghand_num = msghand_num_tmp log_level = log_level_tmp.
METHOD_LOG_INIT CALL FUNCTION 'METHOD_LOG_INIT' EXPORTING msghand_num = msghand_num_tmp IMPORTING msghand_num_exp = msghand_num_tmp EXCEPTIONS not_authorized = 1 OTHERS = 2.
METHOD_FINISH_LOG CALL FUNCTION 'METHOD_FINISH_LOG' EXPORTING log_level = log_level_tmp succ_code = 0 EXCEPTIONS level_not_found = 1 OTHERS = 2.
METHOD_START_LOG CALL FUNCTION 'METHOD_START_LOG' EXPORTING method = ' ' IMPORTING msghand_num = msghand_num_tmp log_level = log_level_tmp EXCEPTIONS OTHERS = 1.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
FCNIFF02_CLEAR_MESSAGE_PROTOCO - FCNIFF02CLEARMESSAGEPROTOCO FCNIFF02_ACT_GET_PROJECT_ASSIG - FCNIFF02ACTGETPROJECTASSIG FCNIFF02_ACT_EL_GET_PROJECT_AS - FCNIFF02ACTELGETPROJECTAS FCNIFF02 - Include FCNIFF02 FCNIFF01_WBS_HIERARCHY_MAINTAI - prps -> bapi_wbs_element FCNIFF01_WBS_ELEMENT_MAINTAIN - FCNIFF01WBSELEMENTMAINTAIN