RMCI1000 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Customer Notification Analysis Using this report, you can execute the standard analysis, "customer notification analysis"...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.
If you would like to execute this report or see the full code listing simply enter RMCI1000 into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
MCIA - PMIS: Customer Notification Analysis
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: VRSIO = Version
Selection Text: SL_WAERS = Analysis currency
Selection Text: SL_SPWOC = Week
Selection Text: SL_SPTAG = Day
Selection Text: SL_SPMON = Month
Selection Text: SL_SPBUP = Period
Selection Text: SL_HIER = Functional location hierarchy
Selection Text: SL_0009 = Assembly
Selection Text: SL_0008 = Equipment
Selection Text: SL_0007 = Functional location
Selection Text: SL_0006 = Customer
Selection Text: SL_0005 = Notification type
Selection Text: SL_0004 = PM planning plant
Selection Text: SL_0003 = Division
Selection Text: SL_0002 = Distribution channel
Selection Text: SL_0001 = Sales organization
Selection Text: EXC_NO = Exception
Title: Standard Analysis for Info Structure S116 - Customer Analysis
Text Symbol: 090 = Characteristic restriction
Text Symbol: 032 = Further selection criteria
Text Symbol: 030 = Period to analyze
Text Symbol: 029 = Characteristics
Text Symbol: 001 = Customer notification analysis
INCLUDE RMCS0TP1.
INCLUDE RMCI0TOP.
INCLUDE RMCI100T.
INCLUDE RMCS0TP2.
INCLUDE RMCS0ES1.
INCLUDE RMCS0ES2.
INCLUDE RMCS00SP.
INCLUDE RMCS00SO.
INCLUDE MIOLXF68.
INCLUDE RMCS00AL .
INCLUDE RMCS0F00 .
INCLUDE RMCI0F00.
INCLUDE RMCI100F.
No SAP DATABASE tables are accessed within this REPORT code!
No SAP FUNCTION MODULES are executed within this report code!
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RMCI1000 - Standard Analysis for Info Structure S116 - Customer Analysis RMCI1000 - Standard Analysis for Info Structure S116 - Customer Analysis RMCI0TOP - Data for Standard Analyses of Customer Applications RMCI0F01 - FORM Routines to Calculate Additional Key Figures RMCI0F00 - FORM Routines for Standard Analyses of Customer Applications RMCI09F0 - Sample Program for Generating Standard Analyses: FORM Routines