TCY06 SAP (Overall profiles for capacity planning) Pooled Table details

Dictionary Type: Pooled Table
Description: Overall profiles for capacity planning




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




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

TCY06 is a standard SAP Pooled Table which is used to store Overall profiles for capacity planning data and is available within R/3 SAP systems depending on the version and release level.

The TCY06 table consists of various fields, each holding specific information or linking keys about Overall profiles for capacity planning data available in SAP. These include PROFIL_ID (ID of a user-spec. profile in the table for overall profiles), SETPROF_ID (ID of a user-spec. profile in the tab. for selectn. profiles), DARPROF_ID (ID of a user-spec. profile in the table for option profiles), LISPROF_ID (List profile).. 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

Text table = TCY10


SAP TCY06 pooled 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
PROFIL_IDID of a user-spec. profile in the table for overall profiles PROFIL_IDCHAR10PROFIL_ID
SETPROF_IDID of a user-spec. profile in the tab. for selectn. profiles SETPROF_IDCHAR10TCY07SETPROF_ID
DARPROF_IDID of a user-spec. profile in the table for option profiles DARPROF_IDCHAR10TCY08DARPROF_ID
LISPROF_IDList profile LISPROF_IDCHAR10TCY09LISPROF_ID
GRAPROF_IDID of a user-spec. profile in the tab. for graphics profiles GRAPROF_IDCHAR10TCY21GRAPROF_ID

Key field Non-key field



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

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

SELECT SINGLE *
FROM TCY06
INTO CORRESPONDING FIELDS OF WA_TCY06
WHERE...

How to access SAP table TCY06

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