SAP Reports / Programs | Financial Accounting | Localization(FI-LOC) SAP FI

J_1BNFEPR_F01 SAP ABAP INCLUDE - J1BNFEPRF01







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


ABAP code to call this SAP report using the submit statement

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.






SUBMIT J_1BNFEPR_F01. "Basic submit
SUBMIT J_1BNFEPR_F01 AND RETURN. "Return to original report after report execution complete
SUBMIT J_1BNFEPR_F01 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


INCLUDES used within this REPORT J_1BNFEPR_F01

No INCLUDES are used within this REPORT code!


TABLES used within REPORT and the associated SELECT statement:





No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

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 = .



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.







The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name J_1BNFEPR_F01 or its description.