Menu

SAP Function Module ISB_METHOD_DAYS

IS-B: Ermitteln von Basistagen und Jahrestagen zur Zinsberechnungsmethode

The Function Module ISB_METHOD_DAYS (IS-B: Ermitteln von Basistagen und Jahrestagen zur Zinsberechnungsmethode) is a standard Function Module in SAP ERP and is part of the function group JBD2 within the package JBST.

Technical Information

Function Module ISB_METHOD_DAYS
Short Text IS-B: Ermitteln von Basistagen und Jahrestagen zur Zinsberechnungsmethode
Function Group JBD2
Package JBST
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 '00000000' Von Datum
I_DATUM_BIS LIKE SY-DATUM '00000000' Bis Datum
I_SKALID LIKE JBD14-SKALID Kalender
I_SZBMETH LIKE JBD14-SZBMETH Zinsberechnungsmethode

Exporting Parameters

These are the EXPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
E_BASIS LIKE Jahresbasistage gemäss Zinsberechnungsmethode
E_JAHR LIKE JBD11-NTAGE Anzahl der Tage eines Jahres gemäss Zinsber.meth

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.