SAP Reports / Programs

RMCSFATB SAP ABAP Report - Analysis Report: Table Entries for Flexible Analyses







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


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 RMCSFATB. "Basic submit
SUBMIT RMCSFATB AND RETURN. "Return to original report after report execution complete
SUBMIT RMCSFATB 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: 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:


INCLUDES used within this REPORT RMCSFATB

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:

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.



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