TCY08 SAP (Option profiles) Table details

Dictionary Type: Table
Description: Option profiles




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




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

TCY08 is a standard SAP Table which is used to store Option profiles data and is available within R/3 SAP systems depending on the version and release level.

The TCY08 table consists of various fields, each holding specific information or linking keys about Option profiles data available in SAP. These include DARPROF_ID (ID of a user-spec. profile in the table for option profiles), HIEVER (Cumulate capacity requirements using work center hierarchy), HIEAUF (Explode hierarchy), KUMUL (Indicator, whether cumulated display is desired).. 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: Can be enhanced (character-type or numeric)

Text table = TCY12


SAP TCY08 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
DARPROF_IDID of a user-spec. profile in the table for option profiles DARPROF_IDCHAR10DARPROF_ID
HIEVERCumulate capacity requirements using work center hierarchy HIEVERCHAR1KREUZ
HIEAUFExplode hierarchy HIEAUFCHAR1KREUZ
KUMULIndicator, whether cumulated display is desired KUMULDCHAR1KREUZ
MINBELMinimum load that will be displayed MINBELADEC3BELAST
MAXBELMaximum load that will be displayed MAXBELADEC3BELAST
RUECKDATOffset (in days) of dispatch date for backlog to curr. date RDATUM_CNTDEC5DAYCNT
PEINHEITUnit in which the period duration is specified (day, week..) DAPERCHAR1DAPER
PDAUERDuration of a period (units as specified in period type) DAPEDDEC3CY_DAPED
LIBARTRequirements category (scheduled or remaining) CY_SBARTCHAR1CY_SBART
ZAPERType of date specification CY_ZAPERCHAR1CY_ZAPER
LIDAVCNTOffset (in days) of start date for lists to current date CY_DCNTVDEC5DAYCNT
LIDABCNTOffset (in days) of end date for lists to current date CY_DCNTBDEC5DAYCNT
LIEINHUnit of of measure for displaying capacity requirements CY_KEINHUNIT3T006CUNITMEINS
DAVAPDistribution according to key in work center or operation DAVAPCHAR1XFELD
HNAMEName of hierarchy CR_HNAMECHAR10CHAR10CHY
HWERKSPlant WERKS_DCHAR4T001WWERKSWRKH_T001W_C
VERTL1Distribution of capacity requirements (Planned/prod.order) CR_VERTLCHAR8TC29CR_VERTL
VERTLNDistr.cap.reqmts (plant maint.,process order, network) CR_VERTLNCHAR8TC29CR_VERTL
POOLKAPIndicator: Cumulated view of the rqmts of pooled capacity CY_POOLKAPCHAR1KREUZ
TT_FAUFTIndicator: Branch to production order - change or display CY_TTFAUFTCHAR1CY_TRANSTY
TT_PAUFTIndicator: Branch to planned order display or maintenance CY_TTPAUFTCHAR1CY_TRANSTY
TT_ARBPLSwitch: Branch to work center - change or display CY_TTARBPLCHAR1CY_TRANSTY
ANVERCumulate available capacity using work center hierarchy CY_ANVERCHAR1CY_ANVER
DATEFROMStart date for output of capacity evaluations CY_DATEFCHAR10CHAR10
DATETOFinish date for output of capacity evaluations CY_DATETCHAR10CHAR10
RDATE_TYPEType of date specification CY_RDATETYCHAR1CY_ZAPER
RDATEDate of backlog dispatching CY_RDATECHAR10CHAR10
MRPPPPC planning calendar MRPPPCHAR3T439GMRPPP
UNITSOURCEOrigin of unit of measure for available cap. and cap.reqmts CY_UNITSRCCHAR1KREUZ
PPSWERKPlant WERKS_DCHAR4T001WWERKSWRKH_T001W_C

Key field Non-key field



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

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

SELECT SINGLE *
FROM TCY08
INTO CORRESPONDING FIELDS OF WA_TCY08
WHERE...

How to access SAP table TCY08

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