The Function Module BUPA_BANK_DESCRIPTION_GET (Bankverbindung-Beschreibung ermitteln) is a standard Function Module in SAP ERP and is part of the function group BUBA_5 within the package BUPA.
Function Module | BUPA_BANK_DESCRIPTION_GET |
Short Text | Bankverbindung-Beschreibung ermitteln |
Function Group | BUBA_5 |
Package | BUPA |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
IV_BKVID | TYPE | BAPIBUS1006_HEAD-BANKDETAILID | Bankverbindungs-ID | |
IV_PARTNER | TYPE | BU_PARTNER | Geschäftspartnernummer | |
IV_PARTNER_GUID | TYPE | BU_PARTNER_GUID | GUID eines Geschäftspartners | |
IV_VALID_DATE | TYPE | BAPI_BUPA_VALID_DATE | SY-DATLO | Gültigkeitsdatum |
IV_XDESCRIPTION_REVERSE | LIKE | BOOLE-BOOLE | SPACE | Kennzeichen: Reihenfolge Details ändern |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
EV_DESCRIPTION | LIKE | BUS000FLDS-DESCRIP | Beschreibung gesamt | |
EV_DESCRIPTION_BANK | LIKE | BUS000FLDS-DESCRIP | Beschreibung der Bank | |
EV_DESCRIPTION_BANK_LONG | TYPE | CHAR120 | Beschreibung der Bank (lang) | |
EV_DESCRIPTION_BKVID | LIKE | BUS000FLDS-DESCRIP | Beschreibung der Bankverbindung | |
EV_DESCRIPTION_LONG | TYPE | CHAR140 | Beschreibung gesamt (lang) |
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 |
---|---|---|---|---|
ET_RETURN | LIKE | BAPIRET2 | Returnparameter |
This function module does not define any Exceptions.