IPM_ACE_OBJECTS_REVERSE 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_REVERSE 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.
Reversal of accrual objects &0............
Selection Text: P_CURR = Reverse Currency
Selection Text: P_DATE = D .
Selection Text: P_DEL = Delete Objects
Selection Text: P_LOGS = D .
Selection Text: P_PRCT = D .
Selection Text: P_TEST = D .
Selection Text: SO_CONTR = D .
Title: Report IPM_ACE_OBJECTS_REVERSE
Text Symbol: P01 = Reverse Accrual Objects
Text Symbol: P02 = Do you really want to reverse the accrual objects selected?
Text Symbol: P03 = Reverse and Delete Accrual Objects
Text Symbol: P04 = Do you really want to reverse and delete the accrual objects selected?
Text Symbol: T01 = (Test Run)
Text Symbol: T02 = No data found
Text Symbol: T03 = No data selected
001 Comp Bukrs Logsys Proc_Type Head_no Item_No Comments
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 text_question = text-p02 default_button = '2' display_cancel_button = ' ' iv_quickinfo_button_1 = ' ' IMPORTING answer = lv_answer EXCEPTIONS text_not_found = 0.
POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING titlebar = text-p03 text_question = text-p04 default_button = '2' display_cancel_button = ' ' iv_quickinfo_button_1 = ' ' IMPORTING answer = lv_answer EXCEPTIONS text_not_found = 0.
CRM_ACE_OH_READ_BUFFER_REF_KEY CALL FUNCTION 'CRM_ACE_OH_READ_BUFFER_REF_KEY' EXPORTING iv_ref_key =
-ref_key iv_comp = p_comp IMPORTING et_oh_data_wrk = lt_oh_data_wrk EXCEPTIONS no_entry = 1 wrong_call = 2 OTHERS = 3.
ACE_READ_ACCRUALS CALL FUNCTION 'ACE_READ_ACCRUALS' EXPORTING is_accrual_object = ls_ace_subkey IMPORTING et_object_items = lt_ace_objects.
ACE_ACCRUALOBJECT_REVERSE CALL FUNCTION 'ACE_ACCRUALOBJECT_REVERSE' EXPORTING is_accrual_subkey_ext = ls_ace_subkey id_reversal_date = p_date id_rev_object = 'X' id_rev_incept_posting = 'X' id_rev_periodic_posting = 'X' id_rev_retire_posting = 'X' id_refresh_db_buffers = ' ' id_testrun = p_test IMPORTING et_return = lt_return et_acedoc_return = lt_acedoc_return et_accdoc_return = lt_accdoc_return.
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_REVERSE - Report IPM_ACE_OBJECTS_REVERSE IPM_ACE_OBJECTS_REVERSE - Report IPM_ACE_OBJECTS_REVERSE 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