SAP Reports / Programs

RGLE_ECS_DOCUMENT_REVERSE SAP ABAP Report - ECS Interface for Reversal of FI Documents







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


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

ACC_ECS_REVERSE - ECS Reversal


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


INCLUDES used within this REPORT RGLE_ECS_DOCUMENT_REVERSE

INCLUDE GLE_ECS_MSG.


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:

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.



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