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

REXCJP_FORMS179_FILL_CON SAP ABAP INCLUDE - Include REXCJP_FORMS179_FILL_CON







REXCJP_FORMS179_FILL_CON 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 REXCJP_FORMS179_FILL_CON 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 REXCJP_FORMS179_FILL_CON. "Basic submit
SUBMIT REXCJP_FORMS179_FILL_CON AND RETURN. "Return to original report after report execution complete
SUBMIT REXCJP_FORMS179_FILL_CON 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 REXCJP_FORMS179_FILL_CON


INCLUDES used within this REPORT REXCJP_FORMS179_FILL_CON

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:

SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING percentage = 60 text = 'Gathering Data...'(001).

SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING percentage = 75 text = 'Gathering Data...'(001).

SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING percentage = 95 text = 'Gathering Data...'(001).

SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING percentage = 100 text = 'Gathering Data...'(001).

API_RE_RO_GET_DETAIL CALL FUNCTION 'API_RE_RO_GET_DETAIL' EXPORTING id_bukrs = ls_seld_ro-bukrs id_swenr = ls_seld_ro-swenr id_smenr = ls_seld_ro-smenr id_detail_data_to = p_repdae" id_detail_data_from = p_repdae IMPORTING es_rental_object = ls_ro et_measurement = lt_ro_meas et_occupancy = lt_ro_occupancy EXCEPTIONS error = 1 OTHERS = 2.

CONVERSION_EXIT_JPDAT_OUTPUT CALL FUNCTION 'CONVERSION_EXIT_JPDAT_OUTPUT' EXPORTING input = ls_ro_occupancy_last-OCCTO IMPORTING era = ls_form1792_s1_additional_row-JAPCALERA yearn = ls_form1792_s1_additional_row-JAPCALYEAR monthn = ls_form1792_s1_additional_row-JAPCALMONTH dayn = ls_form1792_s1_additional_row-JAPCALDAY.

API_RE_CN_GET_DETAIL CALL FUNCTION 'API_RE_CN_GET_DETAIL' EXPORTING id_bukrs = ls_ro_occupancy-occcnbukrs id_recnnr = ls_ro_occupancy-occrecnnr IMPORTING es_contract = ls_contract EXCEPTIONS error = 1 OTHERS = 2.

API_RE_BU_GET_DETAIL CALL FUNCTION 'API_RE_BU_GET_DETAIL' EXPORTING id_intreno = ls_seld_build-intreno IMPORTING es_building = ls_api_building et_partner = lt_partner EXCEPTIONS error = 1 OTHERS = 2.

CONVERSION_EXIT_JPDAT_OUTPUT CALL FUNCTION 'CONVERSION_EXIT_JPDAT_OUTPUT' EXPORTING input = p_repdae IMPORTING * OUTPUT = * SHERA = era = gs_content-form1791-fsd-n01_repdate_era yearn = gs_content-form1791-fsd-n01_repdate_year * YEARU = monthn = gs_content-form1791-fsd-n01_repdate_month * MONTHU = dayn = gs_content-form1791-fsd-n01_repdate_day * DAYU = .

BUP_BUT000_SELECT_SINGLE CALL FUNCTION 'BUP_BUT000_SELECT_SINGLE' EXPORTING i_partner = ls_taxoff_data-taxoffice * I_VALID_TIME = * I_VALDT = * I_VALDT_SEL = SY-DATLO * I_CP_EXCLUDE = ' ' IMPORTING e_but000 = ls_taxoff EXCEPTIONS not_found = 1 internal_error = 2 OTHERS = 3.

T001_SINGLE_READ CALL FUNCTION 'T001_SINGLE_READ' EXPORTING * KZRFB = ' ' * MAXTZ = 0 bukrs = s_bukrs-low IMPORTING wt001 = ls_company EXCEPTIONS not_found = 1 wrong_call = 2 OTHERS = 3 .

ADDR_SELECT_ADRC_SINGLE CALL FUNCTION 'ADDR_SELECT_ADRC_SINGLE' EXPORTING addrnumber = ls_company-adrnr TABLES et_adrc = lt_address EXCEPTIONS address_not_exist = 1 parameter_error = 2 internal_error = 3 OTHERS = 4.

T005U_SINGLE_READ CALL FUNCTION 'T005U_SINGLE_READ' EXPORTING * KZRFB = ' ' t005u_spras = sy-langu t005u_land1 = gs_content-form1791-fsd-n03_reporter-country t005u_bland = gs_content-form1791-fsd-n03_reporter-region IMPORTING wt005u = ls_regiontext EXCEPTIONS not_found = 1 OTHERS = 2.

BUP_BUT000_SELECT_SINGLE CALL FUNCTION 'BUP_BUT000_SELECT_SINGLE' EXPORTING i_partner = ls_company_data-president * I_VALID_TIME = * I_VALDT = * I_VALDT_SEL = SY-DATLO * I_CP_EXCLUDE = ' ' IMPORTING e_but000 = ls_but000 EXCEPTIONS not_found = 1 internal_error = 2 OTHERS = 3 .

BUP_BUT000_SELECT_SINGLE CALL FUNCTION 'BUP_BUT000_SELECT_SINGLE' EXPORTING i_partner = ls_company_data-contactperson * I_VALID_TIME = * I_VALDT = * I_VALDT_SEL = SY-DATLO * I_CP_EXCLUDE = ' ' IMPORTING e_but000 = ls_but000 EXCEPTIONS not_found = 1 internal_error = 2 OTHERS = 3 .

BUPA_ADDRESSES_READ CALL FUNCTION 'BUPA_ADDRESSES_READ' EXPORTING iv_partner = ls_company_data-contactperson IMPORTING ev_standard_addrnumber = lv_repcp_address EXCEPTIONS no_partner_specified = 1 no_valid_record_found = 2 OTHERS = 3.

ADDR_SELECT_ADCP_SINGLE CALL FUNCTION 'ADDR_SELECT_ADCP_SINGLE' EXPORTING addrnumber = lv_repcp_address TABLES et_adcp = lt_repcpp_address EXCEPTIONS address_not_exist = 1 parameter_error = 2 internal_error = 3 OTHERS = 4.

ADDR_SELECT_ADRC_SINGLE CALL FUNCTION 'ADDR_SELECT_ADRC_SINGLE' EXPORTING addrnumber = lv_repcp_address TABLES et_adrc = lt_repcp_address EXCEPTIONS address_not_exist = 1 parameter_error = 2 internal_error = 3 OTHERS = 4.

ADDR_SELECT_ADRC_SINGLE





* CALL FUNCTION 'ADDR_SELECT_ADRC_SINGLE' * EXPORTING * addrnumber = lv_repcp_address * TABLES * et_adrc = lt_repcp_address * EXCEPTIONS * address_not_exist = 1 * parameter_error = 2 * internal_error = 3 * OTHERS = 4.

API_RE_BU_GET_DETAIL CALL FUNCTION 'API_RE_BU_GET_DETAIL' EXPORTING id_bukrs = ls_seld_build-bukrs id_swenr = ls_seld_build-swenr id_sgenr = ls_seld_build-sgenr IMPORTING es_object_address = ls_build_address EXCEPTIONS error = 1 OTHERS = 2.

T005U_SINGLE_READ CALL FUNCTION 'T005U_SINGLE_READ' EXPORTING * KZRFB = ' ' t005u_spras = sy-langu t005u_land1 = gs_content-form1791-fsd-n10_bdloc-country t005u_bland = gs_content-form1791-fsd-n10_bdloc-region IMPORTING wt005u = ls_regiontext EXCEPTIONS not_found = 1 OTHERS = 2.

API_RE_BU_GET_DETAIL CALL FUNCTION 'API_RE_BU_GET_DETAIL' EXPORTING id_objnr = ls_seld_build-objnr IMPORTING et_measurement = lt_build_measurement EXCEPTIONS error = 1 OTHERS = 2.

DDUT_DOMVALUES_GET CALL FUNCTION 'DDUT_DOMVALUES_GET' EXPORTING name = 'REXCJPBDCONST' langu = sy-langu * TEXTS_ONLY = ' ' TABLES dd07v_tab = lt_domvalue EXCEPTIONS illegal_input = 1 OTHERS = 2 .

CONVERSION_EXIT_JPDAT_OUTPUT CALL FUNCTION 'CONVERSION_EXIT_JPDAT_OUTPUT' EXPORTING input = ls_seld_build-ybaujahr IMPORTING era = gs_content-form1791-fsd-n21_bdcondt_era yearn = gs_content-form1791-fsd-n21_bdcondt_year monthn = gs_content-form1791-fsd-n21_bdcondt_month dayn = gs_content-form1791-fsd-n21_bdcondt_day.

DDUT_DOMVALUES_GET CALL FUNCTION 'DDUT_DOMVALUES_GET' EXPORTING name = 'REXCJPBDOWNSH' langu = sy-langu * TEXTS_ONLY = ' ' TABLES dd07v_tab = lt_domvalue EXCEPTIONS illegal_input = 1 OTHERS = 2 .

DDUT_DOMVALUES_GET CALL FUNCTION 'DDUT_DOMVALUES_GET' EXPORTING name = 'REXCJPREPKOCH' langu = sy-langu * TEXTS_ONLY = ' ' TABLES dd07v_tab = lt_domvalue EXCEPTIONS illegal_input = 1 OTHERS = 2 .

CONVERSION_EXIT_JPDAT_OUTPUT CALL FUNCTION 'CONVERSION_EXIT_JPDAT_OUTPUT' EXPORTING input = ls_seld_build-kochdate IMPORTING * OUTPUT = * SHERA = era = gs_content-form1791-fsd-n29_repkochdat_era yearn = gs_content-form1791-fsd-n29_repkochdat_year * YEARU = monthn = gs_content-form1791-fsd-n29_repkochdat_month * MONTHU = dayn = gs_content-form1791-fsd-n29_repkochdat_day * DAYU = .

API_RE_CN_GET_DETAIL CALL FUNCTION 'API_RE_CN_GET_DETAIL' EXPORTING id_bukrs = ls_valdli_contr-bukrs id_recnnr = ls_valdli_contr-recnnr IMPORTING et_object_rel = lt_contr_object et_main_partner = lt_contr_maspart EXCEPTIONS error = 1 OTHERS = 2.

BUP_BUT000_SELECT_SINGLE CALL FUNCTION 'BUP_BUT000_SELECT_SINGLE' EXPORTING i_partner = ls_contr_maspart-partner * I_VALID_TIME = * I_VALDT = * I_VALDT_SEL = SY-DATLO * I_CP_EXCLUDE = ' ' IMPORTING e_but000 = ls_but000 EXCEPTIONS not_found = 1 internal_error = 2 OTHERS = 3 .

BUPA_ADDRESSES_READ CALL FUNCTION 'BUPA_ADDRESSES_READ' EXPORTING iv_partner = ls_contr_maspart-partner IMPORTING ev_standard_addrnumber = lv_repcp_address EXCEPTIONS no_partner_specified = 1 no_valid_record_found = 2 OTHERS = 3.

ADDR_SELECT_ADCP_SINGLE CALL FUNCTION 'ADDR_SELECT_ADCP_SINGLE' EXPORTING addrnumber = lv_repcp_address TABLES et_adcp = lt_repcpp_address EXCEPTIONS address_not_exist = 1 parameter_error = 2 internal_error = 3 OTHERS = 4.

ADDR_SELECT_ADRC_SINGLE CALL FUNCTION 'ADDR_SELECT_ADRC_SINGLE' EXPORTING addrnumber = lv_repcp_address TABLES et_adrc = lt_repcp_address EXCEPTIONS address_not_exist = 1 parameter_error = 2 internal_error = 3 OTHERS = 4.

ADDR_SELECT_ADRC_SINGLE * CALL FUNCTION 'ADDR_SELECT_ADRC_SINGLE' * EXPORTING * addrnumber = lv_repcp_address * TABLES * et_adrc = lt_repcp_address * EXCEPTIONS * address_not_exist = 1 * parameter_error = 2 * internal_error = 3 * OTHERS = 4.

T005U_SINGLE_READ CALL FUNCTION 'T005U_SINGLE_READ' EXPORTING * KZRFB = ' ' t005u_spras = sy-langu t005u_land1 = gs_content-form1791-fsd-n30_sladdress-country t005u_bland = gs_content-form1791-fsd-n30_sladdress-region IMPORTING wt005u = ls_regiontext EXCEPTIONS not_found = 1 OTHERS = 2.

BUP_BUT000_SELECT_SINGLE CALL FUNCTION 'BUP_BUT000_SELECT_SINGLE' EXPORTING i_partner = ls_contr_maspart-partner IMPORTING e_but000 = ls_but000 EXCEPTIONS not_found = 1 internal_error = 2 OTHERS = 3.

API_RE_CN_GET_DETAIL CALL FUNCTION 'API_RE_CN_GET_DETAIL' EXPORTING id_bukrs = ps_contract-occcnbukrs id_recnnr = ps_contract-occrecnnr IMPORTING es_contract = ls_contract EXCEPTIONS error = 1 OTHERS = 2.

API_RE_CN_GET_DETAIL CALL FUNCTION 'API_RE_CN_GET_DETAIL' EXPORTING id_bukrs = ps_contract-occcnbukrs id_recnnr = ps_contract-occrecnnr IMPORTING es_contract = ls_contract EXCEPTIONS error = 1 OTHERS = 2.

FIMA_NUMERICAL_VALUE_ROUND CALL FUNCTION 'FIMA_NUMERICAL_VALUE_ROUND' EXPORTING I_RTYPE = ' ' I_RUNIT = lv_rounding_value i_value = pv_value IMPORTING E_VALUE_RND = pv_value.




FIMA_NUMERICAL_VALUE_ROUND CALL FUNCTION 'FIMA_NUMERICAL_VALUE_ROUND' EXPORTING I_RTYPE = '-' I_RUNIT = lv_rounding_value i_value = pv_value IMPORTING E_VALUE_RND = pv_value.

FIMA_NUMERICAL_VALUE_ROUND CALL FUNCTION 'FIMA_NUMERICAL_VALUE_ROUND' EXPORTING I_RTYPE = '-' I_RUNIT = lv_rounding_value i_value = pv_value IMPORTING E_VALUE_RND = pv_value.

API_RE_BU_GET_DETAIL CALL FUNCTION 'API_RE_BU_GET_DETAIL' EXPORTING id_bukrs = ls_seld_ro-bukrs id_swenr = ls_seld_ro-swenr id_sgenr = ls_seld_ro-sgenr IMPORTING es_building = ls_korent_build EXCEPTIONS error = 1 OTHERS = 2.

API_RE_CN_GET_DETAIL CALL FUNCTION 'API_RE_CN_GET_DETAIL' EXPORTING id_bukrs = ls_seld_contr-bukrs id_recnnr = ls_seld_contr-recnnr IMPORTING et_object_rel = lt_korent_obj_rel EXCEPTIONS error = 1 OTHERS = 2.

API_RE_CN_GET_DETAIL CALL FUNCTION 'API_RE_CN_GET_DETAIL' EXPORTING id_bukrs = ls_seld_ro-bukrs id_recnnr = ls_ro_occupancy-occrecnnr IMPORTING et_partner = lt_korent_contr_partner et_main_partner = lt_korent_contr_main_partner EXCEPTIONS error = 1 OTHERS = 2.

API_RE_CN_GET_DETAIL CALL FUNCTION 'API_RE_CN_GET_DETAIL' EXPORTING id_bukrs = ls_seld_ro-bukrs id_recnnr = ls_ro_occupancy-occrecnnr IMPORTING es_contract_type = ls_contr_type et_main_partner = lt_contr_maspart EXCEPTIONS error = 1 OTHERS = 2.

BUP_BUT000_SELECT_SINGLE CALL FUNCTION 'BUP_BUT000_SELECT_SINGLE' EXPORTING i_partner = ls_contr_maspart-partner IMPORTING e_but000 = ls_but000 EXCEPTIONS not_found = 1 internal_error = 2 OTHERS = 3.

BUPA_ADDRESSES_READ CALL FUNCTION 'BUPA_ADDRESSES_READ' EXPORTING iv_partner = ls_contr_maspart-partner IMPORTING ev_standard_addrnumber = lv_repcp_address EXCEPTIONS no_partner_specified = 1 no_valid_record_found = 2 OTHERS = 3.

ADDR_SELECT_ADCP_SINGLE CALL FUNCTION 'ADDR_SELECT_ADCP_SINGLE' EXPORTING addrnumber = lv_repcp_address TABLES et_adcp = lt_repcpp_address EXCEPTIONS address_not_exist = 1 parameter_error = 2 internal_error = 3 OTHERS = 4.

ADDR_SELECT_ADRC_SINGLE CALL FUNCTION 'ADDR_SELECT_ADRC_SINGLE' EXPORTING addrnumber = lv_repcp_address TABLES et_adrc = lt_repcp_address EXCEPTIONS address_not_exist = 1 parameter_error = 2 internal_error = 3 OTHERS = 4.

T005U_SINGLE_READ CALL FUNCTION 'T005U_SINGLE_READ' EXPORTING * KZRFB = ' ' t005u_spras = sy-langu t005u_land1 = ls_form1792_s1-country t005u_bland = ls_form1792_s1-region IMPORTING wt005u = ls_regiontext EXCEPTIONS not_found = 1 OTHERS = 2.

CONVERSION_EXIT_JPDAT_OUTPUT CALL FUNCTION 'CONVERSION_EXIT_JPDAT_OUTPUT' EXPORTING input = lv_occstartdate IMPORTING era = ls_form1792_s1-japcalera yearn = ls_form1792_s1-japcalyear monthn = ls_form1792_s1-japcalmonth dayn = ls_form1792_s1-japcalday.

TIV3G_SINGLE_READ CALL FUNCTION 'TIV3G_SINGLE_READ' EXPORTING iv_spras = sy-langu iv_sstockw = ls_ro-sstockw IMPORTING es_tiv3g = ls_floor.

API_RE_CN_GET_DETAIL CALL FUNCTION 'API_RE_CN_GET_DETAIL' EXPORTING id_bukrs = pv_bukrs id_recnnr = pv_recnnr IMPORTING et_partner = lt_rentstat_contr_partner et_main_partner = lt_rentstat_contr_main_partner EXCEPTIONS error = 1 OTHERS = 2.

DDUT_DOMVALUES_GET CALL FUNCTION 'DDUT_DOMVALUES_GET' EXPORTING name = 'REXCJPXKORENT' langu = sy-langu * TEXTS_ONLY = ' ' TABLES dd07v_tab = lt_domvalue .

DDUT_DOMVALUES_GET CALL FUNCTION 'DDUT_DOMVALUES_GET' EXPORTING name = 'REXCJPXRENTSTATUS' langu = sy-langu * TEXTS_ONLY = ' ' TABLES dd07v_tab = lt_domvalue .



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