BANK_BIC_ALL SAP (Work area for BIC file to be imported: Database export) Structure details

Dictionary Type: Structure
Description: Work area for BIC file to be imported: Database export




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




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

BANK_BIC_ALL 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 "Work area for BIC file to be imported: Database export" 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_BANK_BIC_ALL TYPE BANK_BIC_ALL.

The BANK_BIC_ALL table consists of various fields, each holding specific information or linking keys about Work area for BIC file to be imported: Database export data available in SAP. These include MODFLAG (Modification flag), BIC (BIC Code), BIC_BRNCH (BIC branch code), BANKA (Institution name).. 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 (character-type)


SAP BANK_BIC_ALL 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
TAGFI Tag identifier0
MODFLAG Modification flag0
BIC BIC Code0
BIC_BRNCH BIC branch code0
BANKA Institution name0
BRNCH_INFO Branch information0
CITY City heading0
SUBIND Subtype indicatior0
VAS Value added service0
EXTRAINFO Extra information0
ADDRESS Physical address0
ZIPCODE Zip code0
LOCATION Location0
COUNTRY Country name0
POB_NUM POB number0
POB_ZICODE POB zip code0
POB_LOC POB Location0
POB_COUNTRY POB country name0
SRC Source of information0
SPEC_CODE Special code0
UP_DATE Update date0
ORIGKEY Origin of key0
BICKEY BIC + key0
DIGIT Check digit0
CHIPS CHIPS UID0
NATID National ID0
ACTDATE Activation date0
DEACTDATE Deactivation date0
UNDO_MERGE1 Undo merge CHIPS UID0
UNDO_MERGE2 Undo merge National ID0
NEW_BICKEY New BIC + key0
COMIT_FLAG Commitment flag0

Key field Non-key field



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

As BANK_BIC_ALL 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 BANK_BIC_ALL as there is no data to select.

How to access SAP table BANK_BIC_ALL

Within an ECC or HANA version of SAP you can also view further information about BANK_BIC_ALL 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!