SAPMF7AK is a standard Module pool for a dialog screen ABAP Program available within your SAP system (depending on your version and release level). It is used for Option price calculator: Ask and bid premiums for European and American standard options are calculated using the Black-Scholes formula and the binomial tree on the basis of the market data displayed...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 SAPMF7AK into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
TXAK - Calculation of option premiums
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.
Calculate
Title: Calculation Module for Standard Options
Text Symbol: 212 = Put 2 Premium Bid European
Text Symbol: 211 = Put 1 Premium Bid European
Text Symbol: 206 = Call 3 Strike
Text Symbol: 205 = Call 2 Strike
Text Symbol: 204 = Call 1 Strike
Text Symbol: 203 = Put 3 Strike
Text Symbol: 202 = Put 2 Strike
Text Symbol: 201 = Put 1 Strike
Text Symbol: 088 = European-Style
Text Symbol: 087 = RhoFor.
Text Symbol: 086 = RhoIn
Text Symbol: 085 = Vega
Text Symbol: 084 = Theta
Text Symbol: 083 = Gamma
Text Symbol: 082 = Delta
Text Symbol: 081 = Call 3
Text Symbol: 080 = Call 2
Text Symbol: 079 = Call 1
Text Symbol: 078 = Put 3
Text Symbol: 077 = Put 2
Text Symbol: 076 = Put 1
Text Symbol: 075 = Basis
Text Symbol: 074 = American-style
Text Symbol: 072 = Days:
Text Symbol: 213 = Put 3 Premium Bid European
Text Symbol: TYP = Cat.
Text Symbol: REB = Rebate
Text Symbol: BAR = Barrier
Text Symbol: 246 = Call 3 Premium Ask American
Text Symbol: 245 = Call 2 Premium Ask American
Text Symbol: 244 = Call 1 Premium Ask American
Text Symbol: 243 = Put 3 Premium Ask American
Text Symbol: 242 = Put 2 Premium Ask American
Text Symbol: 241 = Put 1 Premium Ask American
Text Symbol: 236 = Call 3 Premium Bid American
Text Symbol: 235 = Call 2 Premium Bid American
INCLUDE MF7AKTOP.
INCLUDE MF7AKO01.
INCLUDE MF7AKI01.
INCLUDE MF7AKF01.
INCLUDE MF7AKF02.
INCLUDE MF7AKF03.
INCLUDE MF7AKF04.
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.
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 SAPMF7AK or its description.