TBKK01E SAP (CpD-accounts for different processes) Table details

Dictionary Type: Table
Description: CpD-accounts for different processes




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




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

TBKK01E is a standard SAP Table which is used to store CpD-accounts for different processes data and is available within R/3 SAP systems depending on the version and release level.

The TBKK01E table consists of various fields, each holding specific information or linking keys about CpD-accounts for different processes data available in SAP. These include BKKRS (Bank Area), PRODINT (Internal Product ID), PROCESS (Processes for Posting to CpD Account), WAERS (Currency of 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: C - Customising table, maintenance only by cust
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP TBKK01E 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
MANDTClient MANDTCLNT3T000MANDT
BKKRSBank Area BKK_BKKRSCHAR4TBKK01BKK_BKKRSBNS
PRODINTInternal Product ID FIPR_PRODINTCHAR18FIPR_PRODUCTFIPR_PRODINT
PROCESSProcesses for Posting to CpD Account BKK_CPD_PROCNUMC1BKK_CPD_PROC
WAERSCurrency of Current Account BKK_ACCURCUKY5TCURCWAERS
CPD_BKKRSBank Area BKK_BKKRSCHAR4TBKK01BKK_BKKRSBNS
CPD_ACTCpD Acct. for Payment Transactions (Ext. Acct. Number) BKK_CPDACCCHAR35ACEXTBKK_ACEXT
CPD_PAYMETHODPayment Method BKK_PAYMETCHAR4Assigned to domainBKK_MEDIUMBCA_SH_PAYMETHOD
CPD_TRNSTYPETransaction Type for Debit Transfer to CpD Account BKK_CPDTTYPECHAR4TBKKG3BKK_TTYPE
CPD_TRNSTYPE2Transaction Type for Credit Transfer to CpD Account BKK_CPDTTYPE2CHAR4TBKKG3BKK_TTYPE

Key field Non-key field



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

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

SELECT SINGLE *
FROM TBKK01E
INTO CORRESPONDING FIELDS OF WA_TBKK01E
WHERE...

How to access SAP table TBKK01E

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