RMCS0F0B 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 RMCS0F0B 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 B
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
MCS_BUSG3_MENU CALL FUNCTION 'MCS_BUSG3_MENU' EXPORTING I_BARS = CON_BUSG3_ANZ_BARS I_DIM1 = HLP_TEXT1 I_DIM2 = AKT_DRILLDOWN-SCRTEXT_M I_TITLE = ANALYSE-ORGANEH I_VALT = BA_BUSG3_EINHEIT TABLES T_EXTRAKT3 = BUSG3_DATA T_KENNZAHLEN = MARK_KENNZAHLEN.
MCS_STATG CALL FUNCTION 'MCS_STATG' EXPORTING STATG_TITLE = ANALYSE_TEXT STATG_UTITLE = ANALYSE-ORGANEH STATG_XTEXT = AKT_DRILLDOWN-SCRTEXT_M STATG_EINHEIT = BA_BUSG3_EINHEIT TABLES STATG_DATA = BUSG3_DATA T_KENNZAHLEN = MARK_KENNZAHLEN.
MCS_BUSG3_MENU CALL FUNCTION 'MCS_BUSG3_MENU' EXPORTING I_BARS = CON_BUSG3_ANZ_BARS I_DIM1 = KENNZAHL_SPALTE-REPTEXT I_DIM2 = AKT_DRILLDOWN-SCRTEXT_M I_TITLE = BV_TITLE I_VALT = BV_CURR TABLES T_EXTRAKT3 = BUSG3_DATA T_KENNZAHLEN = BV_VGL_KZ.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RMCS0F0B - LIS Standard Analyses: Routines with B RMCS0F0A - LIS Standard Analyses: Routines with A RMCS0F00 - LIS Standard Analyses: Collection of FORM Routine Includes RMCS0EWS - LIS Standard Analyses: Routines for EWS RMCS0ES2 - Extended Selection in STA Part 2 RMCS0ES1 - Extended Selection in STA Part 1