RMCS0F0K is a standard ABAP INCLUDE 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 RMCS0F0K 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.
Title: LIS Standard Analyses: Routines with K
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
MC_KEY_FIGURES_CHANGE CALL FUNCTION 'MC_KEY_FIGURES_CHANGE' EXPORTING I_MCINF = HLP_MCINF I_FLG_ALL_FIGURES = TRUE I_OBJECT = AKT_OBJEKT IMPORTING E_FLG_ACTIVATED = KL_FLG_CUSTOMER_ACTIVATED TABLES T_AUS_S000 = AUS_S000 T_DRILLDOWN = AKT_DRILLDOWN T_KEY_FIGURES = KENNZAHLEN_TAB T_KEY_FIGURES_DEF = KENNZAHLEN_TAB EXCEPTIONS OTHERS = 1.
MC_POPUP_TO_MARK_FIELDS CALL FUNCTION 'MC_POPUP_TO_MARK_FIELDS' EXPORTING I_FIELDS_MARKED = KM_FLG_MARKIERT I_FIELD_NUMBER_MAX = KM_MAX_KENNZAHLEN I_FIELD_NUMBER_MIN = KM_MIN_KENNZAHLEN I_OBJECT_NAME_PLURAL = HLP_TEXT1 I_OBJECT_NAME_SINGULAR = HLP_TEXT2 I_POPUP_TITLE = HLP_TEXT3 I_TEXTLINE = KM_TEXTZEILE IMPORTING E_MARKED = KM_FLG_MARK TABLES T_FIELDS = KENNZAHLEN_SSTAB T_MARKED_FIELDS = KM_MARK_FELDER.
GET_ACCESSIBILITY_MODE CALL FUNCTION 'GET_ACCESSIBILITY_MODE' IMPORTING ACCESSIBILITY = gf_acc_on EXCEPTIONS ITS_NOT_AVAILABLE = 1 OTHERS = 2 .
CLASSIFICATION_PERFORM CALL FUNCTION 'CLASSIFICATION_PERFORM' EXPORTING E_ANALYSE = ANALYSE E_KENNZAHL = KENNZAHL TABLES DATA = LCDATA.
KORRELATION_PERFORM CALL FUNCTION 'KORRELATION_PERFORM' EXPORTING E_ANALYSE = ANALYSE TABLES DATA = LCDATA T_KENNZAHL = T_KENNZAHL.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.