TBKK_TXTKEY_DE SAP (Assignment: Text Key -> Transaction Type) Table details

Dictionary Type: Table
Description: Assignment: Text Key -> Transaction Type




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




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

TBKK_TXTKEY_DE is a standard SAP Table which is used to store Assignment: Text Key -> Transaction Type data and is available within R/3 SAP systems depending on the version and release level.

The TBKK_TXTKEY_DE table consists of various fields, each holding specific information or linking keys about Assignment: Text Key -> Transaction Type data available in SAP. These include TXTKEY (Text key), TXTKEY_AD (Text key supplement), RUN_NO (Sequential Number in Text Key Maintenance), AMOUNT_FROM (Amount Limit; Amount from).. 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: Not classified


SAP TBKK_TXTKEY_DE 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 MANDTCLNT3Assigned to domainMANDT
TXTKEYText key BKK_TXT_KEYNUMC2BKK_TXT_KEY
TXTKEY_ADText key supplement BKK_TXT_KEY_ADDCHAR3BKK_TXT_KEY_ADD
RUN_NOSequential Number in Text Key Maintenance BKK_TXT_RUN_NONUMC5BKK_TXT_RUN_NO
AMOUNT_FROMAmount Limit; Amount from BKK_AMOUNT_FROMCURR17(2) BKK_ITAMT
CURRENCYCurrency of the Amount Limit BKK_CURR_AMOUNT_FROMCUKY5Assigned to domainWAERS
TRNSTYPETransaction Type BKK_TTYPECHAR4TBKKG3BKK_TTYPE
RETURNKReturn Reason BKK_RKEYCHAR2
COUNTRYCountry BKK_CNTRYCHAR3Assigned to domainLAND1
S_TRNSTYPSource Transaction Type BKK_STTYPECHAR4Assigned to domainBKK_TTYPE
XACTCHK_EIndicator: Error in Check Digits for Account BKK_ACTCHKCHAR1X

Key field Non-key field



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

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

SELECT SINGLE *
FROM TBKK_TXTKEY_DE
INTO CORRESPONDING FIELDS OF WA_TBKK_TXTKEY_DE
WHERE...

How to access SAP table TBKK_TXTKEY_DE

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