BBP_SUS_STG_BANK SAP (Staging Bank table) Table details

Dictionary Type: Table
Description: Staging Bank table




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




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

BBP_SUS_STG_BANK is a standard SAP Table which is used to store Staging Bank table data and is available within R/3 SAP systems depending on the version and release level.

The BBP_SUS_STG_BANK table consists of various fields, each holding specific information or linking keys about Staging Bank table data available in SAP. These include PARTNER_ID (Business Partner Number), BANKDETAILID (Bank details ID), BANK_CTRY (Bank country key), BANK_CTRYISO (Country ISO code).. 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: L - Table for storing temporary data, is delivered empty
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can Be Enhanced (Deep)


SAP BBP_SUS_STG_BANK table 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
CLIENTClient MANDTCLNT3Assigned to domainMANDT
PARTNER_IDBusiness Partner Number BU_PARTNERCHAR10Assigned to domainALPHABU_PARTNERBPABUPA
BANKDETAILIDBank details ID BU_BKVIDCHAR4CHAR4
BANK_CTRYBank country key BANKSCHAR3Assigned to domainLAND1BKL
BANK_CTRYISOCountry ISO code INTCACHAR2INTCAF4_INTCA
BANK_KEYBank Keys BANKKCHAR15BANKKBNK
BANK_ACCTBank account number BANKNCHAR18BANKN
CTRL_KEYBank Control Key BKONTCHAR2BKONT
BANK_REFReference specifications for bank details BKREFCHAR20CHAR20
ACCOUNTHOLDERAccount Holder Name BU_KOINHCHAR60BU_KOINH
COLL_AUTHIndicator: Is there collection authorization ? XEZERCHAR1XFELD
EXTERNALBANKIDBank details ID in external system BU_BKEXTCHAR20CHAR20
BANKACCOUNTNAMEName of Bank Account BU_BANKACCNAMECHAR40BU_BKCCNAME
IBANIBAN (International Bank Account Number) IBANCHAR34IBAN
IBAN_FROM_DATEValidity start of IBAN IBAN_VALFRDATS8DATUM
BANKDETAILVALIDFValidity Date (Valid From) BU_DATFROMDATS8DATUM
BANKDETAILVALIDTValidity Date (Valid To) BU_DATTODATS8DATUM
BANKDETAILMOVEDADate of Move BU_MOVEDATDATS8DATUM
BANKDETAILMOVEIDID of Target Details for Change of Bank Details (BP) BU_MOVE_BKVIDCHAR4CHAR4ADR

Key field Non-key field



How do I retrieve data from SAP table BBP_SUS_STG_BANK using ABAP code

The following ABAP code Example will allow you to do a basic selection on BBP_SUS_STG_BANK to SELECT all data from the table
DATA: WA_BBP_SUS_STG_BANK TYPE BBP_SUS_STG_BANK.

SELECT SINGLE *
FROM BBP_SUS_STG_BANK
INTO CORRESPONDING FIELDS OF WA_BBP_SUS_STG_BANK
WHERE...

How to access SAP table BBP_SUS_STG_BANK

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