TCY07 SAP (Sel. profiles (Sets for sel. screens & interv. for display)) Table details

Dictionary Type: Table
Description: Sel. profiles (Sets for sel. screens & interv. for display)




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




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

TCY07 is a standard SAP Table which is used to store Sel. profiles (Sets for sel. screens & interv. for display) data and is available within R/3 SAP systems depending on the version and release level.

The TCY07 table consists of various fields, each holding specific information or linking keys about Sel. profiles (Sets for sel. screens & interv. for display) data available in SAP. These include SETPROF_ID (ID of a user-spec. profile in the tab. for selectn. profiles), SETTAB (Table for set), ARBPL_SET (Name of the work center set), AUFTR_SET (Name of the order set).. 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 = TCY11


SAP TCY07 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
SETPROF_IDID of a user-spec. profile in the tab. for selectn. profiles SETPROF_IDCHAR10SETPROF_ID
SETTABTable for set SETTABLECHAR30Assigned to domainAS4TABGLU
ARBPL_SETName of the work center set ARBPL_SETCHAR24SETHEADERSETNAME
AUFTR_SETName of the order set AUFTR_SETCHAR24SETHEADERSETNAME
KAPAR_SETName of the capacity category set KAPAR_SETCHAR24SETHEADERSETNAME
ANFNG_SETName of the work center-set for the initial screen ANFNG_SETCHAR24SETHEADERSETNAME
BDATUMOffset (in days) of start date to current date BDATUM_CNTDEC5DAYCNT
SDATUMOffset (in days) of end date to current date SDATUM_CNTDEC5DAYCNT
DATE_TYPEType of date specification CY_DBDATYCHAR1CY_ZAPER
DBDATEFROMStart date for data base selection CY_DBDATEFCHAR10CHAR10
DBDATETOFinish date for data base selection CY_DBDATETCHAR10CHAR10
TERMLEVELScheduling level SCHED_TYPECHAR1SCHED_TYPE
SHOPORDERCapacity requirements of work orders are read CY_SHOPORDCHAR1KREUZ
PLANORDERCapacity requirements from planned orders are read CY_PLANORDCHAR1KREUZ
SOPORDERCapacity requirements from SOP orders are read CY_SOPORDCHAR1KREUZ
AVAICAPVERVersion of available capacity CY_CAPVERNUMC2TC36KAPVERSION

Key field Non-key field



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

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

SELECT SINGLE *
FROM TCY07
INTO CORRESPONDING FIELDS OF WA_TCY07
WHERE...

How to access SAP table TCY07

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