The Function Module BKK_BUPA_ALIAS_GET_LIST (Liste mit Aliasnamen zum GP) is a standard Function Module in SAP ERP and is part of the function group FBB1_ABA within the package FKBG_ABA.
Function Module | BKK_BUPA_ALIAS_GET_LIST |
Short Text | Liste mit Aliasnamen zum GP |
Function Group | FBB1_ABA |
Package | FKBG_ABA |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
I_PARTNER | LIKE | BKK21-PARTNER | Aliasnamen des Geschäftspartners | |
I_XALIAS | LIKE | BOOLE-BOOLE | 'X' | space - keine Aliasnamen, |
I_XDB | LIKE | BUS050FLDS-XDB | Datenbank lesen |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
E_RETURN | LIKE | SY-SUBRC | Returncode (Werte siehe Langtext) |
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 |
---|---|---|---|---|
T_BPALIAS | LIKE | BKK21 | Exporttabelle mit Namen zum Kontoinh. und Verf.b | |
T_RETURN | LIKE | BAPIRET2 | Rückmeldungen |
This function module does not define any Exceptions.