RMCSFATB 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 RMCSFATB 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.
Selection Text: MCINF = D Eval.structure
Title: Analysis Report: Table Entries for Flexible Analyses
Text Symbol: 001 = Evaluation structure:
Text Symbol: 002 = Client:
Text Symbol: 003 = Caution! Evaluation structure also exists in other clients:
Text Symbol: 004 = TMCSE: (only set variables, no value variables)
Text Symbol: 005 = Check for T802G
Text Symbol: 006 = Report Writer table:
Text Symbol: 007 = Item from table T801P
Text Symbol: 008 = Library:
Text Symbol: 009 = T801K: (complete)
Text Symbol: 010 = T801E: (selection set only)
Text Symbol: 011 = Evaluations:
Text Symbol: 012 = Layout reports:
Text Symbol: 013 = Caution, T800 entry missing!
Text Symbol: 014 = Standard library 3AA also missing!
Text Symbol: 015 = Accompanying standard layout (T800):
Text Symbol: 016 = Counter readings:
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
MCS_TMC4_F4 CALL FUNCTION 'MCS_TMC4_F4' EXPORTING I_FLG_EVALUATION = 'X' * I_FLG_ONLY_GENERATED = ' ' * I_FLG_ONLY_WITH_TABLE = ' ' * I_FLG_PLANNING = ' ' * I_HIERT = ' ' * I_MCAPP = ' ' * I_DISPLAY_ONLY = ' ' * I_FLG_CHECK_ONLY = ' ' * I_MCINF_TO_CHECK = ' ' * I_CUSTOMER_MCAPP = ' ' * I_FLG_NOT_WO_PERIV = ' ' * I_FLG_ONLY_PLANNING = ' ' IMPORTING * E_ISTXT = E_MCINF = MCINF * E_FLG_ALLOWED = EXCEPTIONS NO_FIELD_SELECTED = 1 OTHERS = 2.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.