IDSD_UPDATE_CI_MESSAGES is a standard Executable ABAP Report 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 IDSD_UPDATE_CI_MESSAGES 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: Update Output messages for Credit invoices
Text Symbol: 001 = The following invoices were processed successfully:
Text Symbol: 002 = The following invoices need to be reprocessed:
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
ENQUEUE_EVVBRKE CALL FUNCTION 'ENQUEUE_EVVBRKE' EXPORTING mode_vbrk = 'E' mandt = sy-mandt vbeln = is_vbrk-vbeln x_vbeln = ' ' _scope = '2' _wait = ' ' _collect = ' ' EXCEPTIONS foreign_lock = 1 system_failure = 2 OTHERS = 3.
RV_INVOICE_DOCUMENT_READ CALL FUNCTION 'RV_INVOICE_DOCUMENT_READ' EXPORTING * ACTIVITY = ' ' * KONV_READ = ' ' * NO_NAST = ' ' vbrk_i = is_vbrk * I_NO_AUTHORITY_CHECK = ' ' IMPORTING vbrk_e = is_vbrk vbuk_e = vbuk TABLES xkomv = xkomv xvbpa = xvbpa xvbrk = xvbrk xvbrp = xvbrp * XKOMFK = * XVBFS = * XTHEAD = * XVBSS = EXCEPTIONS no_authority = 1 OTHERS = 2.
SD_OBJECT_TYPE_DETERMINE CALL FUNCTION 'SD_OBJECT_TYPE_DETERMINE' EXPORTING i_document_type = is_vbrk-vbtyp IMPORTING e_business_object = vf_objtype * e_business_object_item = vf_objtype_item EXCEPTIONS OTHERS = 0.
COMMUNICATION_AREA_KOMKBV3 CALL FUNCTION 'COMMUNICATION_AREA_KOMKBV3' EXPORTING msg_trtyp = ld_trtyp msg_vbrk = is_vbrk msg_vbuk = vbuk msg_spart = is_vbrk-spart TABLES tab_part = part tab_vbpa = xvbpa tab_vbrp = xvbrp.
MESSAGING CALL FUNCTION 'MESSAGING' EXPORTING applikation = tvfk-kappl msg_objky = xobjky schema = tvfk-kalsm pi_objtype = vf_objtype TABLES msg_part = part EXCEPTIONS applikation_nicht_vorhanden = 01 schema_nicht_vorhanden = 05.
RV_MESSAGES_UPDATE CALL FUNCTION 'RV_MESSAGES_UPDATE' EXPORTING msg_kappl = tvfk-kappl msg_no_update_task = 'X' msg_objky = xobjky msg_replacement_done = ' '.
DEQUEUE_EVVBRKE CALL FUNCTION 'DEQUEUE_EVVBRKE' EXPORTING mode_vbrk = 'E' mandt = sy-mandt vbeln = is_vbrk-vbeln x_vbeln = ' ' _scope = '3' _synchron = ' ' _collect = ' '.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
IDSD_UPDATE_CI_MESSAGES - Update Output messages for Credit invoices IDSD_UPDATE_CI_MESSAGES - Update Output messages for Credit invoices IDREPFW_SELECTION_TOP - Include: Top of the Report with Data Declaration and Macros IDREPFW_SELECTION_TEST - Test of Dynamic Selection Screen for Reporting Framework IDREPFW_SELECTION_TEST - Test of Dynamic Selection Screen for Reporting Framework IDREPFW_SELECTION_SCR - Include: Selection Screens - 1000, 1011, 1012, 1013, 1014