PARTNER_BANK SAP (Data for Creating Bank Details) Structure details

Dictionary Type: Structure
Description: Data for Creating Bank Details




ABAP Code to SELECT data from PARTNER_BANK
Related tables to PARTNER_BANK
Access table PARTNER_BANK




Structure field list including key, data, relationships and ABAP select examples

PARTNER_BANK is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "Data for Creating Bank Details" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_PARTNER_BANK TYPE PARTNER_BANK.

The PARTNER_BANK table consists of various fields, each holding specific information or linking keys about Data for Creating Bank Details data available in SAP. These include TASK_CODE (Change Indicator Role (I = Insert, D=Delete etc. )), BANK_DATA_KEY (), BANK_DATA (), CONTROLLER ().. See below for full list along with technical details, documentation, text table, check tables, foreign key relationships, conversion routines, relevant tcodes and example ABAP select code etc. .

Delivery Class:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can Be Enhanced (Deep)


SAP PARTNER_BANK structure fields - Full list of fields found in SAP data dictionary

Field Description Data Element Data Type length (Dec) Check table Conversion Routine Domain Name MemoryID SHLP
CONTROLLER 0
TASK_CODEChange Indicator Role (I = Insert, D=Delete etc. ) PARTY_TASK_CODECHAR1
BANK_DATA_KEY 0
BANK_DATA 0
CONTROLLER 0
COUNTRY_CODE 0
CONTROLLER 0
UPDATE_INDICATORIndicator whether an element carries an updated value or not UPDATE_INDICATORCHAR5
VALUEProxy Data Element (Generated) GDT_COUNTRY_CODECHAR3
COUNTRY_ISOCODE 0
CONTROLLER 0
UPDATE_INDICATORIndicator whether an element carries an updated value or not UPDATE_INDICATORCHAR5
VALUEProxy Data Element (Generated) GDT_COUNTRY_CODECHAR3
BANK_KEY 0
CONTROLLER 0
UPDATE_INDICATORIndicator whether an element carries an updated value or not UPDATE_INDICATORCHAR5
VALUETypeStringMin0Max15Content TYPE_STRING_MIN0MAX15CONTENTCHAR15
ACCOUNT_NUMBER 0
CONTROLLER 0
UPDATE_INDICATORIndicator whether an element carries an updated value or not UPDATE_INDICATORCHAR5
VALUEBankAccountNumber PARTY_BANK_ACCOUNT_NUMBER_CONCHAR18
CONTROL_KEY 0
CONTROLLER 0
UPDATE_INDICATORIndicator whether an element carries an updated value or not UPDATE_INDICATORCHAR5
VALUEProxy Data Element (generated) TYPE_STRING_MIN0MAX2CONTENTCHAR2
BANK_REFERENCE 0
CONTROLLER 0
UPDATE_INDICATORIndicator whether an element carries an updated value or not UPDATE_INDICATORCHAR5
VALUEProxy Data Element (generated) TYPE_STRING_MIN0MAX20CONTENTCHAR20
ACCOUNT_HOLDER 0
CONTROLLER 0
UPDATE_INDICATORIndicator whether an element carries an updated value or not UPDATE_INDICATORCHAR5
VALUEProxy Data Element (generated) TYPE_STRING_MIN0MAX60CONTENTCHAR60
COLLECTION_AUTHORIZATION 0
CONTROLLER 0
UPDATE_INDICATORIndicator whether an element carries an updated value or not UPDATE_INDICATORCHAR5
VALUE 0
EXTERNAL_BANK_ID 0
CONTROLLER 0
UPDATE_INDICATORIndicator whether an element carries an updated value or not UPDATE_INDICATORCHAR5
VALUEProxy Data Element (generated) TYPE_STRING_MIN0MAX20CONTENTCHAR20
BANK_ACCOUNT_NAME 0
CONTROLLER 0
UPDATE_INDICATORIndicator whether an element carries an updated value or not UPDATE_INDICATORCHAR5
VALUEObject name within business partner data PARTY_NAME_CONTENTCHAR40
IBAN 0
CONTROLLER 0
UPDATE_INDICATORIndicator whether an element carries an updated value or not UPDATE_INDICATORCHAR5
VALUEIBAN (International Bank Account Number) PARTY_IBANIDCONTENTCHAR34
IBANVALIDITY_START_DATE 0
CONTROLLER 0
UPDATE_INDICATORIndicator whether an element carries an updated value or not UPDATE_INDICATORCHAR5
VALUEProxy Data Element (Generated) GDT_DATEDATS8
BANK_DETAIL_VALID_FROM 0
CONTROLLER 0
UPDATE_INDICATORIndicator whether an element carries an updated value or not UPDATE_INDICATORCHAR5
VALUEProxy Data Element (Generated) GDT_DATEDATS8
BANK_DETAIL_VALID_TO 0
CONTROLLER 0
UPDATE_INDICATORIndicator whether an element carries an updated value or not UPDATE_INDICATORCHAR5
VALUEProxy Data Element (Generated) GDT_DATEDATS8
BANK_DETAIL_MOVE_TO 0
CONTROLLER 0
UPDATE_INDICATORIndicator whether an element carries an updated value or not UPDATE_INDICATORCHAR5
VALUEProxy Data Element (Generated) GDT_DATEDATS8
BANK_DETAIL_MOVE_ID 0
CONTROLLER 0
UPDATE_INDICATORIndicator whether an element carries an updated value or not UPDATE_INDICATORCHAR5
VALUEProxy Data Element (generated) TYPE_STRING_MIN0MAX4CONTENTCHAR4
CURRENTLY_VALIDProxy Data Element (generated) PARTNER_CURRENTLY_VALIDCHAR1

Key field Non-key field



How do I retrieve data from SAP structure PARTNER_BANK using ABAP code?

As PARTNER_BANK is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on PARTNER_BANK as there is no data to select.

How to access SAP table PARTNER_BANK

Within an ECC or HANA version of SAP you can also view further information about PARTNER_BANK and the data within it using relevant transactions such as

SE11 (ABAP Dictionary Maintenance)
SM30 (Maintain Table Data)
SE80 (Object Navigator)
SE16 (Data Browser).


Search for further information about these or an SAP related objects



Comments on this SAP object

What made you want to lookup this SAP object? Please tell us what you were looking for and anything you would like to be included on this page!