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

J_1BPIS_MAIN_F01 SAP ABAP INCLUDE - Generic Forms







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


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


Text pool values


Title: Generic Forms


INCLUDES used within this REPORT J_1BPIS_MAIN_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:

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



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