J_1BNFE_MONITOR_F30 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_F30 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_F30
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
J_1B_NFE_REFRESH_ACTIVE CALL FUNCTION 'J_1B_NFE_REFRESH_ACTIVE'. "1689497
J_1B_NFE_SET_NUMBER CALL FUNCTION 'J_1B_NFE_SET_NUMBER' EXPORTING iv_docnum = wa_nfe_alv-docnum IMPORTING es_active_mod = wa_active_mod EXCEPTIONS numbering_not_possible = 1 lock_error_nfdoc = 2 lock_error_active = 3 already_numbered = 4 RFC_FAILURE = 5 "1723346 LOCK_ERROR_NFDOC_FOR_RFC = 6 "1723346 LOCK_ERROR_ACTIVE_FOR_RFC = 7 "1723346 OTHERS = 8. "1723346
J_1B_NFE_ERROR_PROTOKOLL CALL FUNCTION 'J_1B_NFE_ERROR_PROTOKOLL' EXPORTING i_docnum = wa_nfe_alv-docnum.
J_1B_NFE_RESET_AUTO_SERVER CALL FUNCTION 'J_1B_NFE_RESET_AUTO_SERVER'. "1394582
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_F30 - Include J_1BNFE_MONITOR_F30 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