The Function Module BKK_COND_IND_VALID_CHECK (Prüfung, ob gültige Individualkonditionen vorhanden sind) is a standard Function Module in SAP ERP and is part of the function group FB86 within the package FKBC.
Function Module | BKK_COND_IND_VALID_CHECK |
Short Text | Prüfung, ob gültige Individualkonditionen vorhanden sind |
Function Group | FB86 |
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 | BKK40-ACNUM_INT | ||
I_BKKRS | LIKE | TBKK01-BKKRS | ||
I_CONDGROUP | LIKE | TBKK85-CONDGR | ||
I_CONDGR_CAT | LIKE | TBKK86-CONDGR_CAT | ||
I_DATE | LIKE | SY-DATUM |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
E_IND_COND_EXISTS | LIKE | Exsistenz Individualkonditionen |
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 |
---|---|---|---|---|
E_T_CONDITION | LIKE | IBKK91 | Struktur für Konditionsübersicht : Kondition |
This function module does not define any Exceptions.