The Function Module GET_BANKS_USAGE_LIST (Get Where-Used List for Banks) is a standard Function Module in SAP ERP and is part of the function group FI_BANKS within the package BF_BANK.
Function Module | GET_BANKS_USAGE_LIST |
Short Text | Get Where-Used List for Banks |
Function Group | FI_BANKS |
Package | BF_BANK |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
IM_BANKL_FIELDNAME | TYPE | FIELDNAME | Field Name for Bank Key | |
IM_BANKN_FIELDNAME | TYPE | FIELDNAME | Field Name for Bank Account Number | |
IM_BANKS_FIELDNAME | TYPE | FIELDNAME | Field Name for Bank Country Key | |
IM_BANKS_TO_CHECK | TYPE | BNKAR_TT_BANKS_TO_CHECK | Table of Banks to Be Checked | |
IM_GET_FULL_USE_LIST | TYPE | C | X': List of All Users, ' ': Cancellation After One Hit | |
IM_TABNAME | TYPE | TABNAME | Table Whose Fields Are To Be Checked |
This function module does not define any EXPORTING parameters.
These are the CHANGING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
CH_USED_BANKS | TYPE | BNKAR_TT_USED_BANKS | Table of Used Banks |
This function module does not define any TABLE parameters.
These are the Exceptions of this function module.
Exception Name | Short Text |
---|---|
FIELD_NOT_EXISTING | Field Does Not Exist |
TABLE_NOT_EXISTING | Table Does Not Exist |