Menu

SAP Function Module STATISTIKRECHNER_USEREXIT

Beispielbaustein für die externe Volatilitäts- und Korrelationsberechnung

Unsere Literaturempfehlung

Kundeneigene Erweiterungen mit ABAP: User-Exits, klassische und neue BAdIs, Switch und Enhancement Framework

Alle Technologien in einem Band! Ob Sie zukunftssichere Erweiterungen programmieren oder mit den Modifikationen in Ihren SAP-Systemen aufräumen möchten – hier erhalten Sie das erforderliche Wissen. Jede Methode wird ausführlich und mit Codebeispielen erläutert: User-Exits, klassische und neue BAdIs, Business Transaction Events, implizite und explizite Erweiterungspunkte u. v. m.

Bei amazon.de ansehen →

The Function Module STATISTIKRECHNER_USEREXIT (Beispielbaustein für die externe Volatilitäts- und Korrelationsberechnung) is a standard Function Module in SAP ERP and is part of the function group RMXX within the package FTBB.

Technical Information

Function Module STATISTIKRECHNER_USEREXIT
Short Text Beispielbaustein für die externe Volatilitäts- und Korrelationsberechnung
Function Group RMXX
Package FTBB
Module Type Remote-Enabled

Importing Parameters

These are the IMPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
STATDATA LIKE ATVO3 Beschreibung der benutzten Statistikart
UPWIND LIKE JBRIHSDEF-UNWIND Haltedauer

Exporting Parameters

These are the EXPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
SIGMA LIKE VTVSTUEDATATYPES-RESULT berechnete Volatilität

Changing Parameters

This function module does not define any CHANGING parameters.

Table Parameters

These are the TABLE parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
RISKFACTORS LIKE JBRRHBLATT Beschreibung des übergebenen Risikofaktors
VALUEVECTOR LIKE VTVUESTVALUETAB Vektor der Wertveränderungen

Exceptions

These are the Exceptions of this function module.

Exception Name Short Text
NEGATIV_VALUE Negative Volatilität
NO_ENTRIES_IN_TABLE leere Tabelle übergeben
ONLY_ONE_ENTRY_IN_TABLE nur ein Eintrag in der Tabelle vorhanden