SAP Reports / Programs

RKCSTATS SAP ABAP Report - Database statistics







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

OKUE - Database statistics


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 RKCSTATS. "Basic submit
SUBMIT RKCSTATS AND RETURN. "Return to original report after report execution complete
SUBMIT RKCSTATS 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: ASPET = Aspect
Selection Text: FIENM = Characteristic
Selection Text: FLDSTAT = Change statistic for char.
Selection Text: MAXHITS = Maximun number of values
Selection Text: MDSTAT = Master data statistic/distr.
Selection Text: PERDE = Period(s)
Selection Text: PLACTI = Plan/actual indicator
Selection Text: VERSIO = Version
Selection Text: YEARB = Fiscal year(s)
Title: Database statistics
Text Symbol: ADS = Number of data records:
Text Symbol: ASP = SAP-EIS: Database statistic for aspect:
Text Symbol: EIN = Selection conditions
Text Symbol: FZA = Field name Number of values
Text Symbol: MAW = Characteristic Value Number of values Share in %
Text Symbol: NZA = not assigned
Text Symbol: SSA = Master data distribution in trans. data
Text Symbol: SST = Master data statistic:
Text Symbol: TLL = Pr.Year Per V Ch, date Changer Number Char. value
Text Symbol: VAS = Number of characteristic values:
Text Symbol: WRK = Options


INCLUDES used within this REPORT RKCSTATS

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:

RKC_FTAB_GET CALL FUNCTION 'RKC_FTAB_GET' EXPORTING USG_SEL = 'TFD' TABNM = CFNNN_TAB TABLES FIELD_TAB = ICDIFIE EXCEPTIONS NO_INFO = 1 SELECTION_ERROR = 2 FTAB_EMPTY = 3 OTHERS = 4.

RKC_DOMA_GET CALL FUNCTION 'RKC_DOMA_GET' EXPORTING DOMNM = ICDIFIE-DOMNM TABLES DD07V = IDD07V EXCEPTIONS DOMAIN_NOT_FOUND = 1 DOMAIN_ERROR = 2 OTHERS = 3.

RKD_SHORT_TEXT_SINGLE CALL FUNCTION 'RKD_SHORT_TEXT_SINGLE' EXPORTING APPLCLASS = 'KC' CHARACTERISTIC = STATINFO-KEYID CRITERIA = STATINFO-FIENM I_RKB1X = RKB1X IMPORTING CHARACTERISTIC_TEXT = KEYID_TEXT EXCEPTIONS CRITERIA_NOT_FOUND = 1 KEY_NOT_FOUND = 2 TABLE_NOT_FOUND = 3 TKEBF_ENTRY_NOT_FOUND = 4 EMPTY_APPLCLASS = 5 WRONG_MODE = 6 NO_ESCAPE_SYMBOL_ALLOWED = 7 OTHERS = 8.

RKD_SHORT_TEXT_SINGLE CALL FUNCTION 'RKD_SHORT_TEXT_SINGLE' EXPORTING APPLCLASS = 'KC' CHARACTERISTIC = FIELDINFO-KEYID CRITERIA = FIENM I_RKB1X = RKB1X IMPORTING CHARACTERISTIC_TEXT = KEYID_TEXT EXCEPTIONS CRITERIA_NOT_FOUND = 1 KEY_NOT_FOUND = 2 TABLE_NOT_FOUND = 3 TKEBF_ENTRY_NOT_FOUND = 4 EMPTY_APPLCLASS = 5 WRONG_MODE = 6 NO_ESCAPE_SYMBOL_ALLOWED = 7 OTHERS = 8.

RKC_FTAB_GET CALL FUNCTION 'RKC_FTAB_GET' EXPORTING USG_SEL = 'D' TABNM = CFNNN_TAB APPLC = 'KC ' TABLES FIELD_TAB = DIM_TAB EXCEPTIONS NO_INFO = 1 SELECTION_ERROR = 2 FTAB_EMPTY = 3 OTHERS = 4.

HELP_VALUES_GET_WITH_TABLE CALL FUNCTION 'HELP_VALUES_GET_WITH_TABLE' IMPORTING SELECT_VALUE = FIENM TABLES FIELDS = HELP_FIELD_TAB VALUETAB = HELP_VALUE_TAB EXCEPTIONS FIELD_NOT_IN_DDIC = 01 MORE_THEN_ONE_SELECTFIELD = 02 NO_SELECTFIELD = 03.

RKC_ASPET_POPUP CALL FUNCTION 'RKC_ASPET_POPUP' EXPORTING STATUS = 'A' IMPORTING ASPET = ASPET.

RKC_ASPET_INFO CALL FUNCTION 'RKC_ASPET_INFO' EXPORTING ASPET = ASPET EXCEPTIONS NOT_EXIST = 2 NOT_IN_CLIENT = 4 NOT_IN_STATE = 6.



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