The Function Module ISB_GET_LAST_VALID_DATE (IS-B: Bestimmung letztes Gültigkeitsdatum einer Zinskurve vor einem Datum) is a standard Function Module in SAP ERP and is part of the function group JBT6 within the package JBT.
Function Module | ISB_GET_LAST_VALID_DATE |
Short Text | IS-B: Bestimmung letztes Gültigkeitsdatum einer Zinskurve vor einem Datum |
Function Group | JBT6 |
Package | JBT |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
ANF_DAT | LIKE | SY-DATUM | Datum ab dem in die Vergangenheit gesucht wird | |
KURVENART | LIKE | JBD11-SZKART | Zinskurvenart | |
WAER | LIKE | JBDGSCH-WGWAER | Währung |
This function module does not define any EXPORTING parameters.
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 |
---|---|---|---|---|
SAV_JBD11 | LIKE | JBD11 | Tabelle zum Speichern der gefundenen Kurve | |
SAV_JBVDATE | LIKE | JBVDATE | Tabelle zum Speichern des gefundenen Datums |
These are the Exceptions of this function module.
Exception Name | Short Text |
---|---|
NOT_FOUND | keine Zinskurve gefunden |