TKE1PP51 SAP (EC-PCA: Application-Specific Extension to TKA51) Table details

Dictionary Type: Table
Description: EC-PCA: Application-Specific Extension to TKA51




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




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

TKE1PP51 is a standard SAP Table which is used to store EC-PCA: Application-Specific Extension to TKA51 data and is available within R/3 SAP systems depending on the version and release level.

The TKE1PP51 table consists of various fields, each holding specific information or linking keys about EC-PCA: Application-Specific Extension to TKA51 data available in SAP. These include PLPROF (Planner profile), TABNAME (Table name for planning area/planning layout), DOCTY (FI-SL Document Type), AUCOS (Derive Direct Material Costs Automatically).. 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: E - Control table, SAP and customer have separate key areas
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP TKE1PP51 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
PLPROFPlanner profile KPP_PLPROFCHAR8TKA50ALPHAKPP_PLPROFPPP
TABNAMETable name for planning area/planning layout KPP_ZSTABNCHAR30TKA51KPP_ZSTABN
DOCTYFI-SL Document Type DOCTYCHAR2T889DOCTYBAR
AUCOSDerive Direct Material Costs Automatically PCA_AUCOSCHAR1XFELD
AUVALAutomatic Valuation with Transfer Prices PCA_AUVALCHAR1XFELD
AUCISAutomatic valuation of stock changes PCA_AUCISCHAR1XFELD

Key field Non-key field



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

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

SELECT SINGLE *
FROM TKE1PP51
INTO CORRESPONDING FIELDS OF WA_TKE1PP51
WHERE...

How to access SAP table TKE1PP51

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