SAP Reports / Programs | Financials | Financial Supply Chain Management | Market Risk Analyzer(FIN-FSCM-TRM-MR) SAP FIN

MF7AKI01 SAP ABAP INCLUDE - Optionspreisrechner: PAI Module







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


Text pool values


Title: Optionspreisrechner: PAI Module


INCLUDES used within this REPORT MF7AKI01

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:

FOREX_SPOTVALUE_CALCULATE CALL FUNCTION 'FOREX_SPOTVALUE_CALCULATE' "DS 060798 EXPORTING "DS 060798 waers1 = kalku-waehrungb "DS 060798 waers2 = kalku-waehrunga "DS 060798 dealdate = kalku-datumvon "DS 060798 IMPORTING "DS 060798 spot_valuedate = kalku-valutavon. "DS 060798

POPUP_TO_CONFIRM_NO_WRKDAY_MLT CALL FUNCTION 'POPUP_TO_CONFIRM_NO_WRKDAY_MLT' EXPORTING date_description = text-012 date_to_be_checked = kalku-datumbis "#EC DOM_EQUAL IMPORTING date_checked = kalku-datumbis "#EC DOM_EQUAL TABLES factory_calendars = i_dvtbfcal.

FOREX_SPOTVALUE_CALCULATE CALL FUNCTION 'FOREX_SPOTVALUE_CALCULATE' EXPORTING waers1 = kalku-waehrungb waers2 = kalku-waehrunga * SKALID1 = * SKALID2 = dealdate = kalku-datumbis * DIRECTION = '+' * STEP = '2' IMPORTING spot_valuedate = kalku-valuta.

DATE_COMPUTE_DAY CALL FUNCTION 'DATE_COMPUTE_DAY' EXPORTING date = kalku-datumbis IMPORTING day = daybis.

DATE_COMPUTE_DAY CALL FUNCTION 'DATE_COMPUTE_DAY' EXPORTING date = kalku-valuta IMPORTING day = dayval.

TV_INIT_READ_ATSYC CALL FUNCTION 'TV_INIT_READ_ATSYC' EXPORTING auswt = stand_auswt IMPORTING w_atsyc = i_atsyc EXCEPTIONS evalid_not_found = 1 OTHERS = 2.

ISB_YIELD_CURVE_DEFINITION CALL FUNCTION 'ISB_YIELD_CURVE_DEFINITION' EXPORTING i_szkart = i_atsyc-bcurve i_wwaer = kalku-waehrunga IMPORTING e_jbd14 = i_jbd14 EXCEPTIONS curve_not_found = 1 OTHERS = 2.

FIMA_BASE_DAYS_OF_INTEREST CALL FUNCTION 'FIMA_BASE_DAYS_OF_INTEREST' EXPORTING i_szbmeth = i_jbd14-szbmeth IMPORTING e_abastage = ber_basis.

FOREX_SPOTVALUE_CALCULATE CALL FUNCTION 'FOREX_SPOTVALUE_CALCULATE' EXPORTING waers1 = kalku-waehrungb waers2 = kalku-waehrunga dealdate = kalku-datumvon IMPORTING spot_valuedate = kalku-valutavon.

TV_INIT_READ_ATSYC CALL FUNCTION 'TV_INIT_READ_ATSYC' EXPORTING auswt = stand_auswt IMPORTING w_atsyc = i_atsyc EXCEPTIONS evalid_not_found = 1 OTHERS = 2.

ISB_YIELD_CURVE_DEFINITION CALL FUNCTION 'ISB_YIELD_CURVE_DEFINITION' EXPORTING i_szkart = i_atsyc-bcurve i_wwaer = kalku-waehrungb EXCEPTIONS curve_not_found = 1 OTHERS = 2.

ISB_YIELD_CURVE_DEFINITION CALL FUNCTION 'ISB_YIELD_CURVE_DEFINITION' EXPORTING i_szkart = i_atsyc-bcurveb i_wwaer = kalku-waehrungb EXCEPTIONS curve_not_found = 1 OTHERS = 2.

ISB_YIELD_CURVE_DEFINITION CALL FUNCTION 'ISB_YIELD_CURVE_DEFINITION' EXPORTING i_szkart = i_atsyc-bcurve i_wwaer = kalku-waehrunga EXCEPTIONS curve_not_found = 1 OTHERS = 2.

ISB_YIELD_CURVE_DEFINITION CALL FUNCTION 'ISB_YIELD_CURVE_DEFINITION' EXPORTING i_szkart = i_atsyc-bcurveb i_wwaer = kalku-waehrunga EXCEPTIONS curve_not_found = 1 OTHERS = 2.

F4_EXCHANGE_RATE * CALL FUNCTION 'F4_EXCHANGE_RATE' * EXPORTING * TYPE_OF_RATE = h_type_of_rate * date = sy-datum * foreign_currency = kalku-WAEHRUNGB * local_currency = kalku-WAEHRUNGA * display_only = flg_disp * CHANGING * kurs = h_kurs.



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