The Function Module BKK_PAYM_ORDER_GET_DATE_FUT_PL (Zahlungsauftrag : zukünftiges Budatum innerhalb Toleranz bei geplanten ZA) is a standard Function Module in SAP ERP and is part of the function group FBP4 within the package FKBO.
Function Module | BKK_PAYM_ORDER_GET_DATE_FUT_PL |
Short Text | Zahlungsauftrag : zukünftiges Budatum innerhalb Toleranz bei geplanten ZA |
Function Group | FBP4 |
Package | FKBO |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
I_BKKRS | TYPE | BKK_BKKRS | Bankkreis | |
I_CAL_ID1 | TYPE | BKK_CAL1 | Feiertagskalenderschlüssel 1 | |
I_CAL_ID2 | TYPE | BKK_CAL2 | Feiertagskalenderschlüssel 2 | |
I_DATE_PLANNED | TYPE | BKK_PSTDAT | Buchungsdatum geplant | |
I_DATE_POST | TYPE | BKK_PSTDAT | Buchungsdatum aktuell | |
I_PRODINT | TYPE | BKK_PRODINT | Interne Produkt ID | |
I_VERSION | TYPE | BKK_PRODVERSION | Version eines Produkts | |
I_X_NO_MSG | TYPE | BKK_XFELD | XFeld |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
E_DATE_NEXT_WK_DAY | TYPE | BKK_PSTDAT | Buchungsdatum als nächster Werktag | |
E_DATE_PLANNED_MAX | TYPE | BKK_PSTDAT | Buchungsdatum geplant obere Toleranzgrenze | |
E_DATE_PLANNED_MIN | TYPE | BKK_PSTDAT | Buchungsdatum geplant untere Toleranzgrenze | |
E_RETURN | LIKE | SY-SUBRC | RETURN-Code |
This function module does not define any CHANGING parameters.
This function module does not define any TABLE parameters.
This function module does not define any Exceptions.