The Function Module BKK_COND_CLOSE_GET_PERIOD_VDAT (Konvertiert Datum in Buchungsjahr und -nummer) is a standard Function Module in SAP ERP and is part of the function group FB96 within the package FKBC.
Function Module | BKK_COND_CLOSE_GET_PERIOD_VDAT |
Short Text | Konvertiert Datum in Buchungsjahr und -nummer |
Function Group | FB96 |
Package | FKBC |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
I_ACNUM_INT | LIKE | BKK91-ACNUM_INT | interne Kontonummer | |
I_BKKRS | LIKE | BKK91-BKKRS | Bankkreis | |
I_CLOS_TYP | LIKE | BKK92-CLOS_TYP | Abschlußart | |
I_VAL_DATE | LIKE | SY-DATUM | Datum |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
E_POSTING_END_DATE | LIKE | BKK92-END_DATE | Enddatum der Periode | |
E_POSTING_END_DATE_I | LIKE | BKK92-END_DATE_I | Enddatum der Zinsperiode | |
E_POSTING_NR | LIKE | BKK92-CLOS_NR | Buchungsnummer | |
E_POSTING_NRADD | LIKE | BKK92-CLOS_NRADD | Buchungsnummernzusatz | |
E_POSTING_START_DATE | LIKE | BKK92-START_DATE | Anfangsdatum der Periode | |
E_POSTING_YEAR | LIKE | BKK92-CLOS_YEAR | Buchungsjahr |
This function module does not define any CHANGING parameters.
This function module does not define any TABLE parameters.
These are the Exceptions of this function module.
Exception Name | Short Text |
---|---|
NO_PERIOD_FOUND | Keine Periode bestimmbar |