The Function Module FVSS_GET_ZINSTYP (Zinstyp des Wertpapiers und aktuell gültige Kondition bestimmen) is a standard Function Module in SAP ERP and is part of the function group FVSS within the package FTVV.
Function Module | FVSS_GET_ZINSTYP |
Short Text | Zinstyp des Wertpapiers und aktuell gültige Kondition bestimmen |
Function Group | FVSS |
Package | FTVV |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
STICHTAG | LIKE | SY-DATUM | SY-DATUM | Stichtag |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
BKOND | LIKE | VZBEST-BKOND | Betragkondition | |
DGUEL_KP | LIKE | VZZKOPO-DGUEL_KP | Konditionspostiion gültig ab | |
KBKOND | LIKE | VZBEST-KBKOND | Zinsbetrag währungsunabhängig | |
PKOND | LIKE | VZBEST-PKOND | Prozentkondition | |
SWHRKOND | LIKE | VZBEST-SWHRKOND | Währung Kondition | |
ZINSREF | LIKE | VZBEST-SZSREF | Zinsreferenz | |
ZINSTYP | LIKE | VZBEST-SZINSTYP | Zinstyp der Anleihe (Klassifizierung) |
This function module does not define any CHANGING parameters.
These are the TABLE parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
KOPO | LIKE | VVZZKOPO | Konditionspositionen (Input) |
This function module does not define any Exceptions.