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

J_1BTXI1 SAP ABAP INCLUDE - Include for FV64A321 and FV64A323







J_1BTXI1 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_1BTXI1 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_1BTXI1. "Basic submit
SUBMIT J_1BTXI1 AND RETURN. "Return to original report after report execution complete
SUBMIT J_1BTXI1 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 FV64A321 and FV64A323


INCLUDES used within this REPORT J_1BTXI1

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_1BFOREIGN_JURISDICTION CALL FUNCTION 'J_1BFOREIGN_JURISDICTION' EXPORTING br_country = komk-aland foreign_country = komk-land1 CHANGING tax_jcd = xcom_tax-txjcd_st EXCEPTIONS foreign_region_not_found = 4.

J_1BFOREIGN_JURISDICTION CALL FUNCTION 'J_1BFOREIGN_JURISDICTION' EXPORTING br_country = komk-aland foreign_country = lfa1-land1 CHANGING tax_jcd = xcom_tax-txjcd_sf EXCEPTIONS foreign_region_not_found = 4.

J_1BCOMPLETE_TAX_DATA CALL FUNCTION 'J_1BCOMPLETE_TAX_DATA' EXPORTING i_komk = komk i_komp = komp i_t007a = t007a i_komv = br_komv TABLES t_komv = xxkomv t_konp = br_konp.

J_1BAA_READ CALL FUNCTION 'J_1BAA_READ' EXPORTING nota_fiscal_type = lv_j_1bnftype IMPORTING e_j_1baa = ls_j_1baa EXCEPTIONS not_found = 1 parameters_incorrect = 2 OTHERS = 3.

SD_VBAP_SINGLE_READ CALL FUNCTION 'SD_VBAP_SINGLE_READ' EXPORTING i_vbeln = komp-aubel i_posnr = komp-aupos IMPORTING e_vbap = rvbap EXCEPTIONS record_not_found = 1 OTHERS = 2.

J_1B_NF_ITEM_SELECT CALL FUNCTION 'J_1B_NF_ITEM_SELECT' EXPORTING ref_type = 'BI' ref_key = wrefkey ref_item = wrefitm IMPORTING doc_number = lv_doc_number item_number = lv_item_number EXCEPTIONS item_not_found = 01.

J_1BCALCULATE_TAXES CALL FUNCTION 'J_1BCALCULATE_TAXES' * destination ttxc-rfcdest EXPORTING tax_data = xcom_tax add_data = xadd_tax IMPORTING tax_result = xcom_tax add_result = xadd_tax tax_err = xcom_err.



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