J_1BNFEPR_F01 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_1BNFEPR_F01 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!
ENQUEUE_E_J1BNFE CALL FUNCTION 'ENQUEUE_E_J1BNFE' EXPORTING mode_j_1bnfe_active = 'E' docnum = gv_docnum EXCEPTIONS foreign_lock = 1 system_failure = 2 OTHERS = 3.
ENQUEUE_EJ_1BNFE CALL FUNCTION 'ENQUEUE_EJ_1BNFE' EXPORTING mode_j_1bnfdoc = 'E' docnum = gv_docnum EXCEPTIONS foreign_lock = 1 system_failure = 2 OTHERS = 3.
J_1B_NFE_VERIFY_PRINTABLE CALL FUNCTION 'J_1B_NFE_VERIFY_PRINTABLE' "1723841 EXPORTING "1723841 iv_docnum = gv_docnum "1723841 IMPORTING "1723841 ES_NF_HEADER = gs_nfdoc "1723841 eS_ACTTAB = gs_nfeactive "1723841 TABLES "1723841 NF_PARTNER = gt_nfnad "1723841 NF_ITEM = gt_nflin "1723841 NF_ITEM_TAX = gt_nfstx "1723841 NF_HEADER_MSG = gt_nfdoc_msg "1723841 NF_REFER_MSG = gt_nfref "1723841 NF_ot_partner = gt_nfcpd "1723841 NF_cte_res = gt_cte_res "1723841 NF_cte_docref = gt_cte_docref "1723841 EXCEPTIONS "1723841 no_entry = 1 "1723841 status_not_allowed = 2 "1723841 OTHERS = 3. "1723841
J_1B_BRANCH_READ CALL FUNCTION 'J_1B_BRANCH_READ' EXPORTING branch = gs_nfdoc-branch company = gs_nfdoc-bukrs IMPORTING address = ls_sadr branch_record = ls_branch cgc_number = lv_cgc address_value = ls_addr1_val EXCEPTIONS branch_not_found = 1 address_not_found = 2 company_not_found = 3 OTHERS = 4.
J_1B_NF_VALUE_DETERMINATION CALL FUNCTION 'J_1B_NF_VALUE_DETERMINATION' EXPORTING nf_header = gs_nfdoc IMPORTING ext_header = ls_ext_header TABLES nf_item = gt_nflin nf_item_tax = gt_nfstx * EXT_ITEM = * EXT_TOTAL_TAX = .
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.