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

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




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




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

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

The TBKK_TRNSTYPE_DE table consists of various fields, each holding specific information or linking keys about Assignment Transaction Type -> Text Key data available in SAP. These include TRNSTYPE (Transaction Type), RETURNK (Return Reason), COUNTRY (Country), S_TRNSTYP (Source Transaction Type).. 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_TRNSTYPE_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
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
TXTKEYText key BKK_TXT_KEYNUMC2BKK_TXT_KEY
TXTKEY_ADText key supplement BKK_TXT_KEY_ADDCHAR3BKK_TXT_KEY_ADD

Key field Non-key field



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

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

SELECT SINGLE *
FROM TBKK_TRNSTYPE_DE
INTO CORRESPONDING FIELDS OF WA_TBKK_TRNSTYPE_DE
WHERE...

How to access SAP table TBKK_TRNSTYPE_DE

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