J_1BNFE_MONITOR_F29 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_F29 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 J_1BNFE_MONITOR_F29
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
J_1B_NFE_RESET_REJECT_STATUS CALL FUNCTION 'J_1B_NFE_RESET_REJECT_STATUS' EXPORTING i_docnum = wa_nfe_alv-docnum IMPORTING es_active_mod = wa_active_mod EXCEPTIONS DOCUMENT_NOT_FOUND = 1 ENQUEUE_ERROR = 2 INVALID_STATUS = 3 OTHERS = 4 .
DEQUEUE_EJ_1BNFS CALL FUNCTION 'DEQUEUE_EJ_1BNFS' EXPORTING mode_j_1bnfdoc = 'E' mandt = sy-mandt docnum = wa_nfe_alv-docnum.
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.
J_1BNFE_MONITOR_F29 - Include J_1BNFE_MONITOR_F29 J_1BNFE_MONITOR_F28 - Form routines for screen 0102 J_1BNFE_MONITOR_F27 - Resend NF-e J_1BNFE_MONITOR_F26 - ALV display: update after user action J_1BNFE_MONITOR_F25 - User action: accept rejection of cancellation request J_1BNFE_MONITOR_F24 - contingency_reset