SAP Reports / Programs

IPM_ACE_OBJECTS_REVERSE SAP ABAP Report - Report IPM_ACE_OBJECTS_REVERSE







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


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


Text pool values


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


INCLUDES used within this REPORT IPM_ACE_OBJECTS_REVERSE

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 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.



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