The Function Module ISB_KONTO_READ_NEW (IS-B: Lesefunktion für den Kontenstamm, Konditionen, Saldovorträge, ...) is a standard Function Module in SAP ERP and is part of the function group JBTD within the package JBT.
Function Module | ISB_KONTO_READ_NEW |
Short Text | IS-B: Lesefunktion für den Kontenstamm, Konditionen, Saldovorträge, ... |
Function Group | JBTD |
Package | JBT |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
I_DBPERIODE | LIKE | SY-DATUM | Periodenanfang | |
I_DEPERIODE | LIKE | SY-DATUM | Periodenende | |
I_DKALK | LIKE | SY-DATUM | Kalkulationsstichtag | |
I_JBIDBLE | LIKE | JBIDBLE | Lesequelle | |
I_KEY | LIKE | Leseschlüssel | ||
I_SSHKZ_HABEN | LIKE | JBDKKOW-SVSHKZ | Soll/Habenkennzeichen für Dummysalden |
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 |
---|---|---|---|---|
T_JBDGSCH | LIKE | JBIXGSC | Geschäftsstämme zu denen Konten gelesen werden | |
T_JBDKKON | LIKE | JBIXKKO | Kontenstämme | |
T_JBDKKOW | LIKE | JBDKKOW | Saldovorträge | |
T_JBDKOKO | LIKE | JBDKOKO | Konditionsköpfe | |
T_JBDKOPO | LIKE | JBDKOPO | Konditionspositionen | |
T_JBDKUMS | LIKE | JBDKUMS | Umsätze |
This function module does not define any Exceptions.