TKENC3 SAP (CO-PA Realignments: Selection Criteria) Table details

Dictionary Type: Table
Description: CO-PA Realignments: Selection Criteria




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




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

TKENC3 is a standard SAP Table which is used to store CO-PA Realignments: Selection Criteria data and is available within R/3 SAP systems depending on the version and release level.

The TKENC3 table consists of various fields, each holding specific information or linking keys about CO-PA Realignments: Selection Criteria data available in SAP. These include CHGORD (Realignment request), FNAM (Field Name), SUBNR (Subnumber for seq.number for selection condition), SIGN (SIGN field in creation of SELECT-OPTIONS tables).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP TKENC3 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
CHGORDRealignment request RKENCCORDNUMC10TKENC2ALPHARKENCUNIFY
FNAMField Name FIELDNAMECHAR30Assigned to domainFDNAMEDFD
SUBNRSubnumber for seq.number for selection condition RKE_SUBNR4NUMC4NUMC4
SIGNSIGN field in creation of SELECT-OPTIONS tables RALDB_SIGNCHAR1RALDB_SIGN
OPTIOPTION field in structure of SELECT-OPTIONS tables RALDB_OPTICHAR2RALDB_OPTI
LOWCO-PA characteristic value RKB1T_CHARCHAR50KEYID
HIGHCO-PA characteristic value RKB1T_CHARCHAR50KEYID

Key field Non-key field



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

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

SELECT SINGLE *
FROM TKENC3
INTO CORRESPONDING FIELDS OF WA_TKENC3
WHERE...

How to access SAP table TKENC3

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