JBDBCADERI SAP (Derivation Structure BCA) Structure details

Dictionary Type: Structure
Description: Derivation Structure BCA




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




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

JBDBCADERI 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 "Derivation Structure BCA" 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_JBDBCADERI TYPE JBDBCADERI.

The JBDBCADERI table consists of various fields, each holding specific information or linking keys about Derivation Structure BCA data available in SAP. These include ACNUM_INT (Internal Account Number for Current Account), STATUS (Account Status), STATUS_ADD (Account Status Enhancement), ACNUM_EXT (Account number for current account).. 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 or numeric)


SAP JBDBCADERI 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
BKKRSBank Area BKK_BKKRSCHAR4Assigned to domainBKK_BKKRSBNS
ACNUM_INTInternal Account Number for Current Account BKK_ACCNTCHAR10Assigned to domainALPHABKK_ACCNTACI
STATUSAccount Status BKK_STATUSCHAR1BKK_STATUS
STATUS_ADDAccount Status Enhancement BKK_STATADCHAR4Assigned to domainBKK_STATAD
ACNUM_EXTAccount number for current account BKK_ACEXTCHAR35ACEXTBKK_ACEXTACEBKKACEXT
ACNUM_IBANInternational Bank Account Number BKK_ACIBANCHAR35ALPHABKK_ACIBAN
ACTEXTAccount Description for Current Account BKK_ACTEXTCHAR60TEXT60
SEARCH1Search term 1 BKK_SEAR1CHAR20CHAR20
SEARCH2Search term 2 BKK_SEAR2CHAR20CHAR20
CONDAREACondition Area BKK_CONDARCHAR4Assigned to domainBKK_CONDARCOR
PRODEXTExternal Product ID FIPR_PRODEXTCHAR10FIPR_PRODEXTPCTFIPR_PRODEXT_HELP
VERSIONVersion of a Product BKK_PRODVERSIONNUMC3Assigned to domainFIPR_VERSION
WAERSCurrency of Current Account BKK_ACCURCUKY5Assigned to domainWAERS
CONDGR1Condition Group: Interest BKK_CONGR1CHAR4Assigned to domainBKK_KONGR
CONDGR2Condition Group: Charges BKK_CONGR2CHAR4Assigned to domainBKK_KONGR
CONDGR3Condition Group: Value Dates BKK_CONGR3CHAR4Assigned to domainBKK_KONGR
CONDIND1Flag: Individual Conditions for Interest Exist BKK_CONDX1CHAR1XFELD
CONDIND2Individual Charge Conditions Exist BKK_CONDX2CHAR1XFELD
CONDIND3Individual Value Date Conditions Exist BKK_CONDX3CHAR1XFELD
CONDIND4Flag: Interest Scale Exists BKK_CONDX4CHAR1XFELD
XACREFIndicator: Account Used as Reference Account BKK_XACREFCHAR1XFELD
OPENDATEDate Account Opened BKK_ODATEDATS8DATUM
PRODDATEAccount Go-Live Date BKK_CPDATEDATS8DATUM
DELDATEDate Account Closed BKK_DDATEDATS8DATUM
BALDATEDate of Balance Transfer BKK_BLDATEDATS8DATUM
XOFFERIndicator: Create Account as Offer BKK_XOFFERCHAR1XFELD
XDELECentral Archiving Flag? BKK_XDELECHAR1XFELD
AENDATEDate on Which BCA Account was Last Changed BKK_AEDATEDATS8DATUM

Key field Non-key field



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

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

How to access SAP table JBDBCADERI

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