IMS_FI_DOUBLECHECK is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for The report IMS_FI_DOUBLECHECK selects invoices from the FI backend system and transfers them to the TREX database to facilitate duplicate checks...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.
If you would like to execute this report or see the full code listing simply enter IMS_FI_DOUBLECHECK 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.
Selection Text: LAST_UPD = Last Update
Selection Text: BELNR = D .
Selection Text: BLART = D .
Selection Text: BSCHL = D .
Selection Text: BUKRS = D .
Selection Text: DATEFROM = D .
Selection Text: GJAHR = D .
Selection Text: LOGSYS = D .
Title: Report IMS_FI_DOUBLECHECK
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
FUNCTION_IMPORT_INTERFACE CALL FUNCTION 'FUNCTION_IMPORT_INTERFACE' DESTINATION logsys EXPORTING funcname = 'GET_INV_FOR_LAST_DAY' EXCEPTIONS system_failure = 1 communication_failure = 2 error_message = 2 function_not_found = 3 invalid_name = 4 OTHERS = 5.
BBP_LOGSYS_READ CALL FUNCTION 'BBP_LOGSYS_READ' IMPORTING e_my_logsys = lv_my_logsys.
GET_INV_FOR_LAST_DAY CALL FUNCTION 'GET_INV_FOR_LAST_DAY' DESTINATION logsys EXPORTING iv_date = lv_date iv_time = lv_time iv_caller_logsys = lv_my_logsys IMPORTING ev_date = lv_new_date ev_time = lv_new_time TABLES bukrs = bukrs belnr = lt_belnr blart = blart gjahr = gjahr bschl = bschl sbkpf = lt_bkpf_key.
BBP_TREX_CHECK_INDEX CALL FUNCTION 'BBP_TREX_CHECK_INDEX' EXPORTING iv_object_type = 'BUS2205' iv_subtype = 'IV' IMPORTING ev_index_possible = lv_index_possible ev_index_status = lv_index_status.
BBP_TREX_INDEX CALL FUNCTION 'BBP_TREX_INDEX' EXPORTING iv_object_type = 'BUS2205' iv_subtype = 'IV' iv_index_status = lv_index_status it_guid_list = lt_space it_inv_header_keyfields = lt_trex_key_part[] EXCEPTIONS conversion_error = 1 error = 2 OTHERS = 3.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
IMS_FI_DOUBLECHECK - Report IMS_FI_DOUBLECHECK IMS_FI_DOUBLECHECK - Report IMS_FI_DOUBLECHECK IMSHOW01 - Test output of non-archived settlements of investment measures IMSHOW01 - Test output of non-archived settlements of investment measures IMSDCNST - Constants for the PM/SD interface IMQUOT01 - documentation and ABAP source code