J_1BPIS_MAIN_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_1BPIS_MAIN_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.
Title: Generic Forms
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
CONVERSION_EXIT_ALPHA_INPUT CALL FUNCTION 'CONVERSION_EXIT_ALPHA_INPUT' "1608801 EXPORTING "1608801 input = iv_taxjurcode "1608801 IMPORTING "1608801 output = lv_mun_code. "1608801
SF_SPECIALCHAR_DELETE CALL FUNCTION 'SF_SPECIALCHAR_DELETE' "#EC * "1608801 EXPORTING "1608801 with_specialchar = ls_fist-searchw "1608801 IMPORTING "1608801 without_specialchar = ls_fist-searchw "1608801 EXCEPTIONS "1608801 result_word_empty = 1 "1608801 OTHERS = 2. "1608801
J_1BSPED_COUNTER_READ CALL FUNCTION 'J_1BSPED_COUNTER_READ' IMPORTING et_registers_counter = lt_registers_counter.
J_1BAJ_READ CALL FUNCTION 'J_1BAJ_READ' EXPORTING taxtype = us_j_1bnfstx-taxtyp IMPORTING e_j_1baj = ls_j_1baj EXCEPTIONS not_found = 1 parameters_incorrect = 2 OTHERS = 3.
TAX_TXJCD_F4_ADDRESS CALL FUNCTION 'TAX_TXJCD_F4_ADDRESS' EXPORTING im_xextn = 'X' im_leng_struc = ls_leng_struc im_location_data = ls_data.
T005_SINGLE_READ CALL FUNCTION 'T005_SINGLE_READ' EXPORTING t005_land1 = lv_country EXCEPTIONS not_found = 1 OTHERS = 2.
T005S_SINGLE_READ CALL FUNCTION 'T005S_SINGLE_READ' EXPORTING t005s_land1 = lv_country t005s_bland = lv_region EXCEPTIONS not_found = 1 OTHERS = 2.
CONVERSION_EXIT_CFOBR_OUTPUT CALL FUNCTION 'CONVERSION_EXIT_CFOBR_OUTPUT' "1608801 EXPORTING "1608801 input = uv_cfop "1608801 IMPORTING "1608801 output = lv_cfop. "1608801
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.