/EACC/DELETE_DOCUMENTS 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 /EACC/DELETE_DOCUMENTS 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: I_ACINST = D Accounting System
Title: Program /EACA/DELETE_LINE_ITEMS
Text Symbol: 001 = All accounting documents of the accounting system will be deleted
Text Symbol: 002 = Are you sure you want to delete the documents irretrievably?
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
VIEW_GET_CLIENT_STATE call function 'VIEW_GET_CLIENT_STATE' importing client_state = l_client_state.
POPUP_TO_CONFIRM call function 'POPUP_TO_CONFIRM' exporting text_question = l_question importing answer = l_answer.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
/EACC/DELETE_DOCUMENTS - Program /EACA/DELETE_LINE_ITEMS /EACC/DELETE_DOCUMENTS - Program /EACA/DELETE_LINE_ITEMS /EACC/DEBUG_MODE - Settings for Debug Mode /EACC/DEBUG_MODE - Settings for Debug Mode /EACC/DC_CW - Generated Class for Delegation of a FM Call to BTA Update Posting /EACC/DC_BUS_ACCOUNTING - /EACC/DCBUSACCOUNTING