SAP Reports / Programs

RGLE_ECS_STATISTIC SAP ABAP Report - Calculate Statistical Data (Sum and Average Number of ECS Items)







RGLE_ECS_STATISTIC 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_STATISTIC 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_STATISTIC - Statistics for ECS Items


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


Text pool values


Title: Calculate Statistical Data (Sum and Average Number of ECS Items)
Text Symbol: 001 = Statistics Report


INCLUDES used within this REPORT RGLE_ECS_STATISTIC

INCLUDE GLE_ECS_MSG.
INCLUDE GLE_ECS_STAT_01.


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_DB_GET_CFIELD_AGGR CALL FUNCTION 'GLE_ECS_DB_GET_CFIELD_AGGR' IMPORTING e_tab_field_aggr = l_tab_cfield_aggr.

GLE_ECS_UI_SELECTION_START CALL FUNCTION 'GLE_ECS_UI_SELECTION_START' EXPORTING i_title = text-001 i_must_entry_date = 'X' " Entry date is OBLIGATORY ! CHANGING c_rng_comp_error = l_rng_comp_error c_rng_status = l_rng_status c_rng_severity = l_rng_severity c_rng_create_date = l_rng_create_date c_rng_company_code = l_rng_company_code c_rng_change_user = l_rng_change_user c_tab_where = l_tab_where c_tab_expr = l_tab_expr c_tab_range = l_tab_range c_tab_checkbox = l_tab_checkbox c_tab_disvariant = l_tab_disvariant c_exit = l_exit EXCEPTIONS OTHERS = 2.

GLE_ECS_AL_ITEM_GET_BY_RNG_MDF CALL FUNCTION 'GLE_ECS_AL_ITEM_GET_BY_RNG_MDF' EXPORTING i_rng_compound_error = l_rng_comp_error i_rng_status = l_rng_status i_rng_severity = l_rng_severity i_rng_create_date = l_rng_create_date i_rng_company_code = l_rng_company_code i_rng_change_user = l_rng_change_user i_tab_expr = l_tab_expr i_tab_range = l_tab_range IMPORTING e_tab_ecs_fi_item_modf = l_tab_ecs_view.



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