IPM_ACE_OBJECTS_DELETE 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 IPM_ACE_OBJECTS_DELETE 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: P_COMP = D .
Selection Text: P_LOGS = D .
Selection Text: P_PRCT = D .
Selection Text: SO_HEAD = D .
Selection Text: SO_ITEM = D .
Text Symbol: P01 = Delete Accrual Objects
Text Symbol: P02 = Do you really want to delete the accrual objects selected?
Text Symbol: T01 = Objects Not Found in CRM_ACE_REFKEY
Text Symbol: T02 = Object Not Found in ACEOBJ:
Text Symbol: T03 = Delete Object:
Text Symbol: T04 = Deleted in Distribution Server. Object ID:
Text Symbol: T05 = Deleted in Posting Server
Text Symbol: T06 = Deleted in Table CRM_ACE_REFKEY
Text Symbol: T07 = Object Deleted In IPM-Specific Tables:
Text Symbol: T08 = Not All Postings to FI Transferred for Object:
Text Symbol: T09 = Processing terminated for this object
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING titlebar = text-p01 * DIAGNOSE_OBJECT = ' ' text_question = text-p02 * TEXT_BUTTON_1 = 'Ja'(001) * ICON_BUTTON_1 = ' ' * TEXT_BUTTON_2 = 'Nein'(002) * ICON_BUTTON_2 = ' ' default_button = '2' display_cancel_button = ' ' * USERDEFINED_F1_HELP = ' ' * START_COLUMN = 25 * START_ROW = 6 * POPUP_TYPE = iv_quickinfo_button_1 = ' ' * IV_QUICKINFO_BUTTON_2 = ' ' IMPORTING answer = lv_answer * TABLES * PARAMETER = EXCEPTIONS text_not_found = 0.
ACEPS_READ_BY_INTKEY CALL FUNCTION 'ACEPS_READ_BY_INTKEY' EXPORTING i_acepsintkey = ls_ace_obj_key IMPORTING e_docitems = lt_acepsoit EXCEPTIONS not_found = 0 error_occurred = 0.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
IPM_ACE_OBJECTS_DELETE - Delete Accrual Objects in Accrual Engine Comp. IPM and IPMO IPM_ACE_OBJECTS_DELETE - Delete Accrual Objects in Accrual Engine Comp. IPM and IPMO IPM_ACE_FI_RECONCILIATION - Reconciliation of Accrual Engine with Financial Accounting IPM_ACE_FI_RECONCILIATION - Reconciliation of Accrual Engine with Financial Accounting IPM_ACE_CONST - IPMACECONST IPM_ACE_COMP_SEL_OPT - Include IPM_ACE_COMP_SEL_OPT