SAP Reports / Programs | Financial Accounting | General Ledger Accounting | CRM Accruals(FI-GL-GL-CAE) SAP FI

IPM_ACE_OBJECTS_DELETE SAP ABAP Report - Delete Accrual Objects in Accrual Engine Comp. IPM and IPMO







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


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 IPM_ACE_OBJECTS_DELETE. "Basic submit
SUBMIT IPM_ACE_OBJECTS_DELETE AND RETURN. "Return to original report after report execution complete
SUBMIT IPM_ACE_OBJECTS_DELETE 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: 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


INCLUDES used within this REPORT IPM_ACE_OBJECTS_DELETE

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:

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.



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