RGLE_ECS_DOCUMENT_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 RGLE_ECS_DOCUMENT_REVERSE into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
ACC_ECS_REVERSE - ECS Reversal
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_SIMU = Simulation
Selection Text: P_BKRS = D .
Selection Text: P_BLNR = D .
Selection Text: P_BUDT = D .
Selection Text: P_GJH2 = D .
Selection Text: P_GJHR = D .
Selection Text: P_IDRF = D .
Selection Text: P_MONT = D .
Selection Text: P_STGD = D .
Title: ECS Interface for Reversal of FI Documents
Text Symbol: 001 = FI Doc. Data
Text Symbol: 002 = ECS Doc. Data
Text Symbol: 003 = Parameters for Process Control
Text Symbol: 004 = Reverse Posting Details
Text Symbol: 010 = Display before Rev.
INCLUDE GLE_ECS_MSG.
No SAP DATABASE tables are accessed within this REPORT code!
GLE_ECS_GET_DOCS_FIDOC_REVERSE CALL FUNCTION 'GLE_ECS_GET_DOCS_FIDOC_REVERSE' EXPORTING iv_bukrs = p_bkrs iv_belnr = p_blnr iv_gjahr = p_gjhr IMPORTING et_rev_bkpf = l_tab_bkpf et_rev_ecs_items = l_tab_ecs.
GLE_ECS_GET_DOCS_ECSITEMNO_REV CALL FUNCTION 'GLE_ECS_GET_DOCS_ECSITEMNO_REV' EXPORTING is_ecs_doc_key = l_str_ecs_fi IMPORTING et_rev_bkpf = l_tab_bkpf et_rev_ecs_items = l_tab_ecs.
GLE_ECS_GET_CLEARING_DOCS CALL FUNCTION 'GLE_ECS_GET_CLEARING_DOCS' EXPORTING i_tab_docref = l_tab_docref IMPORTING e_tab_clearing_doc = l_tab_clearing_docs.
GLE_ECS_SHOW_REVERSE_LIST CALL FUNCTION 'GLE_ECS_SHOW_REVERSE_LIST' EXPORTING i_tab_disvariant = g_tab_disvariant CHANGING c_tab_item_data = l_tab_item_data c_tab_doc_data = l_tab_doc_data c_tab_clearing_documents = l_tab_clearing_docs.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RGLE_ECS_DOCUMENT_REVERSE - ECS Interface for Reversal of FI Documents RGLE_ECS_DOCUMENT_REVERSE - ECS Interface for Reversal of FI Documents RGLE_ECS_DIRECT_INPUT_PP - Error Correction and Suspense Accounting (ECS) - Direct Input RGLE_ECS_DIRECT_INPUT_PP - Error Correction and Suspense Accounting (ECS) - Direct Input RGLE_ECS_DCT001_CONF - Program RGLE_ECS_DCT001_CONF RGLE_ECS_DCT001_CONF - Program RGLE_ECS_DCT001_CONF