Menu

SAP Function Module 463EVAL_A_FAZ

Brutto / Netto / CVaR. Dies ist die OBERSTE STUFE (entry-point).

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 463EVAL_A_FAZ (Brutto / Netto / CVaR. Dies ist die OBERSTE STUFE (entry-point).) is a standard Function Module in SAP ERP and is part of the function group 463EVAL_FAZ_FLOW_CONTROL within the package FTBK01.

Technical Information

Function Module 463EVAL_A_FAZ
Short Text Brutto / Netto / CVaR. Dies ist die OBERSTE STUFE (entry-point).
Function Group 463EVAL_FAZ_FLOW_CONTROL
Package FTBK01
Module Type Normal Module

Importing Parameters

These are the IMPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
I_DATUM LIKE SY-DATUM Stichtag der Berechnung
I_DEAL_ECON_COLLAT_TAB TYPE FZP_COLLAT_TAB Die WIRTSCHaftlichen EG-Sicherheiten
I_DEAL_GROS_TAB TYPE FZP_DEAL_TAB Brutto-AB der Faz-EG
I_DEAL_NET_ECON_TAB TYPE FZP_DEAL_TAB Netto-AB der Faz-EG, nachwirtsch. Sicherh
I_DEAL_NET_POL_TAB TYPE FZP_DEAL_TAB Netto-AB der Faz-EG, nach pol. Sicherh.
I_DEAL_POL_COLLAT_TAB TYPE FZP_COLLAT_TAB Die POLitischen EG-Sicherheiten
I_FAZ TYPE FZP_DEAL_TYP Externe Zusage der Fazilität
I_FAZ_ECON_COLLAT_RAW_TAB TYPE FZP_COLLAT_TAB Die rohen WIRTSCH. FAZ_Sicherheiten
I_FAZ_POL_COLLAT_RAW_TAB TYPE FZP_COLLAT_TAB Die rohen POL. FAZ_Sicherheiten
I_FLOW_CTRL TYPE FZFC_FLOW_CTRL Steuerungsparameter fuer die Faz-AB-ERmittlung

Exporting Parameters

These are the EXPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
E_GROS_FAZ_PGE TYPE FZP_DEAL_TYP FAZ Primary Gros Exposure
E_GROS_FAZ_SGE_COLLAT_TAB TYPE FZP_COLLAT_TAB FAZ Secondary Gros Exposure
E_NET_DEAL_PNE_TAB TYPE FZP_DEAL_TAB EG Final Primary Net Exposure of FAZ-Deals
E_NET_FAZ_PNE TYPE FZP_DEAL_TYP FAZ Primary Net-Exposure
E_NET_FAZ_SNE_COLLAT_TAB TYPE FZP_COLLAT_TAB FAZ Secondary Net-Exposure

Changing Parameters

This function module does not define any CHANGING parameters.

Table Parameters

This function module does not define any TABLE parameters.

Exceptions

This function module does not define any Exceptions.