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
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 for FV64A321 and FV64A323
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.