The Function Module BKK_PAYM_ORDER_PLANNED_CREATE (Aufruf Dialog Zahlungsauftrag für Terminauftrag) is a standard Function Module in SAP ERP and is part of the function group FBPO within the package FKBO.
Function Module | BKK_PAYM_ORDER_PLANNED_CREATE |
Short Text | Aufruf Dialog Zahlungsauftrag für Terminauftrag |
Function Group | FBPO |
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_DATE_POST | TYPE | BKK_PSTDAT | Buchungsdatum | |
I_POIT_SND | TYPE | IBKKPOIT | Struktur für Zahlungsauftrag - Postendaten |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
E_PAORN | TYPE | BKK_PAORN_TMP | Nummer des geplanten Zahlungsauftrags | |
E_PO_STATUS | TYPE | BKK_POSTAT | Status eines Zahlungsauftrages | |
E_RC | LIKE | SY-SUBRC | Returncode |
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.