SAP Reports / Programs

SAPMF7C1 SAP ABAP dialog Program - Module Pool for Scenario Maintenance







SAPMF7C1 is a standard Module pool for a dialog screen ABAP Program 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 SAPMF7C1 into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

TV20 - Create Scenario
TV21 - Change Scenario
TV22 - Display Scenario


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 SAPMF7C1. "Basic submit
SUBMIT SAPMF7C1 AND RETURN. "Return to original report after report execution complete
SUBMIT SAPMF7C1 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Module Pool for Scenario Maintenance
Text Symbol: 211 = Exchange Rate Volatilities
Text Symbol: 212 = Interest Rates
Text Symbol: 213 = Interest Rate Volatilities
Text Symbol: 214 = Security Prices
Text Symbol: 215 = Security Price Volatilities
Text Symbol: 216 = Security Indexes
Text Symbol: 217 = Security Index Volatilities
Text Symbol: 218 = Commodity Prices
Text Symbol: 40A = Do you want the price
Text Symbol: 40B = to be deleted?
Text Symbol: 502 = Evaluation Type
Text Symbol: 504 = Validity Date
Text Symbol: 506 = Date
Text Symbol: 508 = Graphical Display of Yield Curve Values
Text Symbol: 509 = Yld Curve
Text Symbol: 50A = Do you want the quotation
Text Symbol: 50B = to be deleted?
Text Symbol: T01 = Exch. Rates
Text Symbol: T02 = Forex Rate Vol.
Text Symbol: T03 = Yld Curves
Text Symbol: T04 = Int. Vol.
Text Symbol: T05 = Security Prices
Text Symbol: T06 = Security Vol.
Text Symbol: T07 = Security Indexs
Text Symbol: T08 = Index Vol.
Text Symbol: T09 = Commodity Prices
Text Symbol: 001 = Data will be lost.
Text Symbol: 002 = Cancel processing
Text Symbol: 003 = Are you sure you want to cancel?
Text Symbol: 004 = Delete currency
Text Symbol: 005 = Delete volatilities
Text Symbol: 007 = Exit processing
Text Symbol: 008 = Save first?
Text Symbol: 009 = Delete index
Text Symbol: 010 = Create grid points for yield curves
Text Symbol: 011 = Change grid points for yield curves
Text Symbol: 012 = Display grid points for yield curves





Text Symbol: 013 = Import current market data
Text Symbol: 014 = Delete yield curve
Text Symbol: 015 = Delete scenario
Text Symbol: 01A = Delete currency?
Text Symbol: 02A = Delete volatility?
Text Symbol: 040 = Delete security price
Text Symbol: 050 = Delete Commodity Price
Text Symbol: 06A = Delete the
Text Symbol: 06B = yield curve?
Text Symbol: 07A = Delete scenario?
Text Symbol: 09A = Delete index?
Text Symbol: 20A = Choose market data
Text Symbol: 20B = Existing data will be
Text Symbol: 20C = overwritten with
Text Symbol: 20D = market data
Text Symbol: 210 = Exchange Rates


INCLUDES used within this REPORT SAPMF7C1

INCLUDE MF7C1TOP .
INCLUDE MF7C1O01 .
INCLUDE MF7C1I01 .
INCLUDE MF7C1F01 .


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:

No SAP FUNCTION MODULES are executed within this report code!



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