REXCJP_PYMNTREP_F03 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_F03 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_F03
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
TIVXCJPCCSET_ARRAY_READ CALL FUNCTION 'TIVXCJPCCSET_ARRAY_READ' IMPORTING et_companydata = ct_companydata EXCEPTIONS missing_customizing = 1 OTHERS = 2.
TIVXCJPPCRCAT_ARRAY_READ CALL FUNCTION 'TIVXCJPPCRCAT_ARRAY_READ' IMPORTING et_pymntcat = lt_pymntcat EXCEPTIONS missing_customizing = 1 OTHERS = 2.
TIVXCJPPCRCATT_ARRAY_READ CALL FUNCTION 'TIVXCJPPCRCATT_ARRAY_READ' IMPORTING et_pymntcatt = ct_pymntcatt EXCEPTIONS missing_customizing = 1 OTHERS = 2.
TIVXCJPPCATF_ARRAY_READ CALL FUNCTION 'TIVXCJPPCATF_ARRAY_READ' IMPORTING et_pymntcatf = lt_pymntcatf EXCEPTIONS missing_customizing = 1 OTHERS = 2.
BUP_TB003_SELECT_ALL CALL FUNCTION 'BUP_TB003_SELECT_ALL' * EXPORTING * I_CLIENT = SY-MANDT * I_XMEMORY = 'X' TABLES t_tb003 = lt_bproles EXCEPTIONS not_found = 1 OTHERS = 2 .
TIVXCJPPRGROUP_ARRAY_READ CALL FUNCTION 'TIVXCJPPRGROUP_ARRAY_READ' IMPORTING et_tivxcjpprgroup = gt_grouping EXCEPTIONS missing_customizing = 1 OTHERS = 2.
GUI_FILE_SAVE_DIALOG CALL FUNCTION 'GUI_FILE_SAVE_DIALOG' EXPORTING window_title = ld_window_title default_extension = '.txt'
GUI_DOWNLOAD CALL FUNCTION 'GUI_DOWNLOAD' EXPORTING filename = ld_fullpath filetype = 'ASC' write_field_separator = ' ' TABLES data_tab = lt_data_tab_asc EXCEPTIONS file_write_error = 1 no_batch = 2 gui_refuse_filetransfer = 3 invalid_type = 4 no_authority = 5 unknown_error = 6 header_not_allowed = 7 separator_not_allowed = 8 filesize_not_allowed = 9 header_too_long = 10 dp_error_create = 11 dp_error_send = 12 dp_error_write = 13 unknown_dp_error = 14 access_denied = 15 dp_out_of_memory = 16 disk_full = 17 dp_timeout = 18 file_not_found = 19 dataprovider_exception = 20 control_flush_error = 21 OTHERS = 22.
RECA_GUI_BUSOBJ_APPL CALL FUNCTION 'RECA_GUI_BUSOBJ_APPL' EXPORTING id_activity = '03' id_intreno = ls_alv_detail-contractintreno EXCEPTIONS error = 1 OTHERS = 2.
FI_DOCUMENT_DISPLAY_RFC CALL FUNCTION 'FI_DOCUMENT_DISPLAY_RFC' EXPORTING i_belnr = ls_alv_detail-belnr i_bukrs = ls_alv_detail-bukrs i_gjahr = ls_alv_detail-gjahr.
FI_DOCUMENT_DISPLAY_RFC CALL FUNCTION 'FI_DOCUMENT_DISPLAY_RFC' EXPORTING i_belnr = ls_alv_detail-augbl i_bukrs = ls_alv_detail-bukrs i_gjahr = ls_alv_detail-gjahr.
RECA_GUI_BUSOBJ_APPL CALL FUNCTION 'RECA_GUI_BUSOBJ_APPL' EXPORTING id_activity = '03' id_objnr = ls_alv_detail-objectnr EXCEPTIONS error = 1 OTHERS = 2.
RECA_GUI_BUSOBJ_APPL CALL FUNCTION 'RECA_GUI_BUSOBJ_APPL' EXPORTING id_activity = '03' id_objnr = ls_alv_simple-n17pymnt1 EXCEPTIONS error = 1 OTHERS = 2.
RECA_GUI_BUSOBJ_APPL CALL FUNCTION 'RECA_GUI_BUSOBJ_APPL' EXPORTING id_activity = '03' id_objnr = ls_alv_simple-n22pymnt2 EXCEPTIONS error = 1 OTHERS = 2.
RECA_GUI_BUSOBJ_APPL CALL FUNCTION 'RECA_GUI_BUSOBJ_APPL' EXPORTING id_activity = '03' id_objnr = ls_alv_simple-n27pymnt3 EXCEPTIONS error = 1 OTHERS = 2.
J_1BSA_COMPONENT_ACTIVE CALL FUNCTION 'J_1BSA_COMPONENT_ACTIVE' EXPORTING bukrs = id_bukrs component = lc_japan EXCEPTIONS component_not_active = 1 OTHERS = 2.
T001_READ_ARRAY CALL FUNCTION 'T001_READ_ARRAY' IMPORTING et_t001 = st_t001.
API_RE_CN_GET_DETAIL CALL FUNCTION 'API_RE_CN_GET_DETAIL' EXPORTING id_bukrs = id_bukrs id_recnnr = id_recnr IMPORTING et_partner = lt_partner EXCEPTIONS error = 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_F03 - Include REXCJP_PYMNTREP_F03 REXCJP_PYMNTREP_F02 - Include REXCJP_PYMNTREP_F02 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