Menu

SAP Function Module ISB_CASHFLOW_PERIOD_DUE_DATES

IS-B: Ermittlung der Zahlungszeitpunkte (streng) innnerhalb einer Periode

Recommended Now

Fire TV Stick Lite Essentials Bundle

This bundle contains Amazon Fire TV Stick Lite and Mission USB Power Cable. The USB power cable eliminates the need to find an AC outlet near your TV by powering Amazon Fire TV directly from your TV's USB port. Includes special power management circuitry that enhances the peak power capability of the USB port by storing excess energy and then releasing it as needed.

Check it out on amazon.com →

The Function Module ISB_CASHFLOW_PERIOD_DUE_DATES (IS-B: Ermittlung der Zahlungszeitpunkte (streng) innnerhalb einer Periode) is a standard Function Module in SAP ERP and is part of the function group JBTM within the package JBT.

Technical Information

Function Module ISB_CASHFLOW_PERIOD_DUE_DATES
Short Text IS-B: Ermittlung der Zahlungszeitpunkte (streng) innnerhalb einer Periode
Function Group JBTM
Package JBT
Module Type Normal Module

Importing Parameters

These are the IMPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
PERBEG LIKE JBDZSTR-DZSBEW Beginn der Periode
PEREND LIKE JBDZSTR-DZSBEW Ende der Periode

Exporting Parameters

These are the EXPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
LEFT LIKE SY-TABIX Index erster Zahlungszeitpunkt
RIGHT LIKE SY-TABIX Index letzter Zahlungszeitpunkt
SBEGIN LIKE Flag (' ','X'): Beginn vor erster Zahlung

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
WRK_JBDZSTR LIKE JBDZSTR Zahlungsstromtabelle

Exceptions

These are the Exceptions of this function module.

Exception Name Short Text
NO_DUE_DATES Keine Zahlungszeitpunkte gefunden
NO_IMPORT Import-Parameter nicht definiert
NO_PERIOD Periodenbeginn später als Ende
PERIOD_AFTER_LAST_DUE_DATE Periodenbeginn nach letztem Zahlungszeitpunkt
PERIOD_BEFORE_FIRST_DUE_DATE Periodenende vor dem ersten Zahlungszeitpunkt