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

J_1BNFPI SAP ABAP INCLUDE - Include for NF print







J_1BNFPI 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_1BNFPI 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_1BNFPI. "Basic submit
SUBMIT J_1BNFPI AND RETURN. "Return to original report after report execution complete
SUBMIT J_1BNFPI VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Include for NF print


INCLUDES used within this REPORT J_1BNFPI

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:

J_1B_NF_PARTNER_READ CALL FUNCTION 'J_1B_NF_PARTNER_READ' EXPORTING partner_type = issuer-partner_type partner_id = issuer-partner_id partner_function = issuer-partner_function doc_number = wk_header-docnum obj_item = wk_item IMPORTING parnad = j_1binnad EXCEPTIONS partner_not_found = 1 partner_type_not_found = 2 OTHERS = 3.

J_1B_NF_PARTNER_READ CALL FUNCTION 'J_1B_NF_PARTNER_READ' EXPORTING partner_type = destination-partner_type partner_id = destination-partner_id partner_function = destination-partner_function doc_number = wk_header-docnum obj_item = wk_item IMPORTING parnad = j_1binnad EXCEPTIONS partner_not_found = 1 partner_type_not_found = 2 OTHERS = 3.

J_1B_NF_PARTNER_READ CALL FUNCTION 'J_1B_NF_PARTNER_READ' EXPORTING partner_type = wk_partner-partyp partner_id = wk_partner-parid partner_function = wk_partner-parvw doc_number = wk_header-docnum IMPORTING parnad = j_1binnad EXCEPTIONS partner_not_found = 1 partner_type_not_found = 2 OTHERS = 3.

J_1B_NF_PARTNER_READ CALL FUNCTION 'J_1B_NF_PARTNER_READ' EXPORTING partner_type = wk_partner-partyp partner_id = wk_partner-parid partner_function = wk_partner-parvw doc_number = wk_header-docnum IMPORTING parnad = j_1binnad EXCEPTIONS partner_not_found = 1 partner_type_not_found = 2 OTHERS = 3.

FI_TEXT_ZTERM CALL FUNCTION 'FI_TEXT_ZTERM' EXPORTING i_t052 = t052 TABLES t_ztext = ztext.

FI_TEXT_ZTERM CALL FUNCTION 'FI_TEXT_ZTERM' EXPORTING i_t052 = t052 TABLES t_ztext = ztext.

J_1B_NF_PARTNER_READ CALL FUNCTION 'J_1B_NF_PARTNER_READ' EXPORTING partner_type = wk_partner-partyp partner_id = wk_partner-parid partner_function = wk_partner-parvw doc_number = wk_header-docnum IMPORTING parnad = j_1binnad EXCEPTIONS partner_not_found = 1 partner_type_not_found = 2 OTHERS = 3.

J_1BNF_GET_PRINT_CONF CALL FUNCTION 'J_1BNF_GET_PRINT_CONF' EXPORTING headerdata = wk_header IMPORTING print_conf = print_conf EXCEPTIONS error = 1 OTHERS = 2. " EOI note 743361

WRITE_FORM CALL FUNCTION 'WRITE_FORM' EXPORTING element = 'HEADER' window = 'MAIN' type = 'TOP' EXCEPTIONS OTHERS = 01.

WRITE_FORM CALL FUNCTION 'WRITE_FORM' EXPORTING element = 'FOOTER' window = 'SUBTOTAL' EXCEPTIONS OTHERS = 01.

WRITE_FORM CALL FUNCTION 'WRITE_FORM' EXPORTING element = 'LINE' window = 'MAIN' EXCEPTIONS OTHERS = 01.

WRITE_FORM CALL FUNCTION 'WRITE_FORM' EXPORTING element = 'INTERTOTALS' window = 'MAIN' EXCEPTIONS OTHERS = 01.

WRITE_FORM CALL FUNCTION 'WRITE_FORM' EXPORTING element = 'TEXTS' window = 'MAIN' EXCEPTIONS OTHERS = 01.

WRITE_FORM CALL FUNCTION 'WRITE_FORM' EXPORTING function = 'DELETE' element = 'FOOTER' window = 'SUBTOTAL' EXCEPTIONS OTHERS = 01.

J_1BREAD_BRANCH_DATA CALL FUNCTION 'J_1BREAD_BRANCH_DATA' EXPORTING bukrs = p_bukrs branch = p_branch IMPORTING address1 = lv_adress EXCEPTIONS branch_not_found = 1 address_not_found = 2 company_not_found = 3 OTHERS = 4.

J_1B_CFOP_GET_VERSION CALL FUNCTION 'J_1B_CFOP_GET_VERSION' EXPORTING * LAND1 = region = lv_adress-region date = p_pstdat IMPORTING version = p_version " note 593218 extension = p_elength cfoplength = p_clength txtdef = p_text EXCEPTIONS date_missing = 1 version_not_found = 2 OTHERS = 3 .



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_1BNFPI or its description.