J_1BNFE_MONITOR_F24 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 J_1BNFE_MONITOR_F24 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: contingency_reset
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
J_1B_NFE_CONTINGENCY_RESET CALL FUNCTION 'J_1B_NFE_CONTINGENCY_RESET' EXPORTING iv_docnum = wa_nfe_alv-docnum IMPORTING "1090279 es_active_mod = wa_active_mod "1090279 EXCEPTIONS reset_not_allowed = 1 reset_failure = 2 OTHERS = 3.
DEQUEUE_E_J1BNFE CALL FUNCTION 'DEQUEUE_E_J1BNFE' EXPORTING mode_j_1bnfe_active = 'E' mandt = sy-mandt docnum = wa_nfe_alv-docnum.
DEQUEUE_E_J1B_INVALID CALL FUNCTION 'DEQUEUE_E_J1B_INVALID' EXPORTING mode_j_1bnfe_invalid = 'E' mandt = sy-mandt docnum = wa_nfe_alv-docnum.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.