REXCJP_PYMNTREP_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 REXCJP_PYMNTREP_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: Include REXCJP_PYMNTREP_F01
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
API_RE_CN_GET_DETAIL CALL FUNCTION 'API_RE_CN_GET_DETAIL' EXPORTING id_bukrs = ls_contract-cnbukrs id_recnnr = ls_contract-recnr id_intreno = ls_contract-recnintreno IMPORTING et_condition = lt_conditions EXCEPTIONS error = 1 OTHERS = 2.
BUP_BUT000_SELECT_SINGLE CALL FUNCTION 'BUP_BUT000_SELECT_SINGLE' EXPORTING i_partner = id_bupa IMPORTING e_but000 = ls_but000 EXCEPTIONS not_found = 1 internal_error = 2 OTHERS = 3.
CONVERSION_EXIT_JPDAT_OUTPUT CALL FUNCTION 'CONVERSION_EXIT_JPDAT_OUTPUT' EXPORTING input = id_brdate IMPORTING yearn = cs_paymentrec_final-n35_bryear " year for the payment date in Heisei monthn = cs_paymentrec_final-n35_brmonth " month for the payment date dayn = cs_paymentrec_final-n35_brday. " day for the payment date
BUPA_ADDRESSES_READ CALL FUNCTION 'BUPA_ADDRESSES_READ' EXPORTING iv_partner = id_bupa IMPORTING ev_standard_addrnumber = cd_bp_address EXCEPTIONS no_partner_specified = 1 no_valid_record_found = 2 OTHERS = 3.
ADDR_SELECT_ADRC_SINGLE CALL FUNCTION 'ADDR_SELECT_ADRC_SINGLE' EXPORTING addrnumber = id_bp_address TABLES et_adrc = ct_bp_address EXCEPTIONS address_not_exist = 1 parameter_error = 2 internal_error = 3 OTHERS = 4.
T005U_SINGLE_READ CALL FUNCTION 'T005U_SINGLE_READ' EXPORTING t005u_spras = sy-langu t005u_land1 = is_adrc-country t005u_bland = is_adrc-region IMPORTING wt005u = cs_regiontext EXCEPTIONS not_found = 1 OTHERS = 2.
REXCJP_GET_PAYMENTS_FOR_VENDOR CALL FUNCTION 'REXCJP_GET_PAYMENTS_FOR_VENDOR' EXPORTING id_bukrs = id_bukrs id_vendor = id_vendorid id_contrnr = id_recnr if_use_pst_date = if_post id_year = id_year id_flowtype = id_flowtype IMPORTING et_payments = lt_bsak * Note 1455668 et_bkpf = gt_bkpf * End of Note 1455668 EXCEPTIONS invalid_selection = 1 OTHERS = 2.
REXCJP_GET_OPEN_ITEMS_VENDOR CALL FUNCTION 'REXCJP_GET_OPEN_ITEMS_VENDOR' EXPORTING id_bukrs = id_bukrs id_vendor = id_vendorid id_contrnr = id_recnr if_use_pst_date = if_post id_year = id_year id_flowtype = id_flowtype IMPORTING et_opayments = lt_bsik * Note 1455668 et_bkpf = gt_bkpf * End of Note 1455668 EXCEPTIONS invalid_selection = 1 OTHERS = 2.
BUP_BUT000_SELECT_SINGLE CALL FUNCTION 'BUP_BUT000_SELECT_SINGLE' EXPORTING i_partner = id_partner IMPORTING e_but000 = cs_but000 EXCEPTIONS not_found = 1 internal_error = 2 OTHERS = 3.
REXCJP_GET_VENDOR_NUMBER CALL FUNCTION 'REXCJP_GET_VENDOR_NUMBER' EXPORTING id_bukrs = id_bukrs id_partner = id_partner IMPORTING ed_vendor = cd_vendor EXCEPTIONS vendor_not_found = 1 accounting_data_not_found = 2 OTHERS = 3.
API_RE_BU_GET_DETAIL CALL FUNCTION 'API_RE_BU_GET_DETAIL' EXPORTING id_bukrs = id_bukrs id_objnr = id_loc_objnr IMPORTING es_object_address = ls_address EXCEPTIONS error = 1 OTHERS = 2.
API_RE_PR_GET_DETAIL CALL FUNCTION 'API_RE_PR_GET_DETAIL' EXPORTING id_bukrs = id_bukrs id_objnr = id_loc_objnr IMPORTING es_object_address = ls_address EXCEPTIONS error = 1 OTHERS = 2.
API_RE_RO_GET_DETAIL CALL FUNCTION 'API_RE_RO_GET_DETAIL' EXPORTING id_bukrs = id_bukrs id_objnr = id_loc_objnr IMPORTING es_object_address = ls_address EXCEPTIONS error = 1 OTHERS = 2.
REC1_TIV26_SELECT_SINGLE CALL FUNCTION 'REC1_TIV26_SELECT_SINGLE' EXPORTING i_recntype = id_recntype IMPORTING e_tiv26 = ls_tiv26 " -> Real Estate Contract Type (Entities) EXCEPTIONS not_found = 1 OTHERS = 2.
TIVCNCCTADD_SINGLE_READ CALL FUNCTION 'TIVCNCCTADD_SINGLE_READ' EXPORTING id_recntype = id_recntype IMPORTING es_tivcncctadd = ls_tivcncctadd EXCEPTIONS missing_customizing = 1 OTHERS = 2.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
REXCJP_PYMNTREP_F01 - Include REXCJP_PYMNTREP_F01 REXCJP_PYMNTREP_END_OF_SEL - Include REXCJP_PYMNTREP_END_OF_SEL REXCJP_PYMNTREP_AT_SELECTION - Include REXCJP_PYMNTREP_AT_SELECTION REXCJP_PR_START_OF_SEL_TEST - Include REXCJP_PR_START_OF_SEL_TEST REXCJP_PR_SEL_OUTPUT - Include REXCJP_LF_COMMON_SEL_SCR1 REXCJP_PR_GRID_HANDLER - Include REXCJP_PR_GRID_HANDLER