SAP Reports / Programs | Supplier Relationship Management | Enterprise Buyer | Invoicing(SRM-EBP-INV) SAP SRM

IMS_FI_DOUBLECHECK SAP ABAP Report - Report IMS_FI_DOUBLECHECK







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


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


Text pool values


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


INCLUDES used within this REPORT IMS_FI_DOUBLECHECK

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:

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.



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