The Function Module BKK_ACCNT_BP_PER_PROD_ALLOWED (Prüft ob einen GP die Zahl den erlaubten Produkten übersteigt) is a standard Function Module in SAP ERP and is part of the function group FBK6 within the package FKBK.
Function Module | BKK_ACCNT_BP_PER_PROD_ALLOWED |
Short Text | Prüft ob einen GP die Zahl den erlaubten Produkten übersteigt |
Function Group | FBK6 |
Package | FKBK |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
I_BKKRS | LIKE | IBKK_BKKRS-BKKRS | Bankkreis | |
I_PARTNER | LIKE | BUT000-PARTNER | GP Nummer | |
I_PRODINT | LIKE | FIPR_PRODUCT-PRODINT | Interne Produkt-ID |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
E_BPS_FOR_PROD | TYPE | I | Nummer vorgebenen Produkte dieser GP schon hat | |
E_NUM_PROD_ALLOWED | TYPE | I | Nummer erlaubt von Produkt | |
E_RC | TYPE | SY-SUBRC | 0: Produkt erlaubt, 1: Nummer überschritten, 2: Austattung nicht im Produkt, 3: |
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.