CYDGLEG SAP (Table for editing the legend of capacity planning graphics) Structure details

Dictionary Type: Structure
Description: Table for editing the legend of capacity planning graphics




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




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

CYDGLEG is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "Table for editing the legend of capacity planning graphics" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_CYDGLEG TYPE CYDGLEG.

The CYDGLEG table consists of various fields, each holding specific information or linking keys about Table for editing the legend of capacity planning graphics data available in SAP. These include ARBPLTEXT (Short description), KAPAR (Capacity category), KAPARTEXT (Capacity short text), PERIOD (Planning period considered (capacity planning)).. 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP CYDGLEG structure 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
ARBPLWork center ARBPLCHAR8ARBPLAGR
ARBPLTEXTShort description CR_KTEXTCHAR40TEXT40
KAPARCapacity category KAPARTCHAR3Assigned to domainKAPARTCAA
KAPARTEXTCapacity short text KAPTEXTCHAR40TEXT40
PERIODPlanning period considered (capacity planning) KAPERCHAR10CHAR10
LIEINHAUnit of of measure for displaying capacity requirements CY_KEINHUNIT3Assigned to domainCUNITMEINS
ANGEBAvailable capacity as field of type P CY_ANGEBQUAN13(3) MENG13
MATNRMaterial Number for Order CO_MATNRCHAR18Assigned to domainMATN1MATNRMAT
MATTEXTMaterial Description (Short Text) MAKTXCHAR40TEXT40
AUARTOrder Type AUFARTCHAR4Assigned to domainAUFARTAAT
AUFNROrder number/planned order number CY_AUFNRCHAR12ALPHACY_AUFNR
APRIOOrder priority CO_APRIOCHAR1CHAR1
KTEXTDescription AUFTEXTCHAR40TEXT40
DYAUFTData element for screen texts CY_DYTXCHAR80TEXT80
DYVRGData element for screen texts CY_DYTXCHAR80TEXT80
VORNROperation/Activity Number VORNRCHAR4NUMCVVORNRVGN
BEDARFCapacity requirements CY_BEDARFQUAN15(3) MENG15
LIEINHUnit of of measure for displaying capacity requirements CY_KEINHUNIT3Assigned to domainCUNITMEINS
BELASTCapacity load CY_BELASTDEC14(3) CYKAP
BELEINHUnit of the capacity load CY_BELEINHCHAR1CHAR1
DYSUMData element for screen texts CY_DYTXCHAR80TEXT80
SUMBEDTotal capacity requirements CY_SBEDDEC14(3) CYKAP
SUMBELTotal capacity load CY_SBELDEC14(3) CYKAP
DYBEDData element for screen texts CY_DYTXCHAR80TEXT80
DYBELData element for screen texts CY_DYTXCHAR80TEXT80
SUMBELEINHUnit of the capacity load CY_BELEINHCHAR1CHAR1
SUMLIEINHAUnit of the capacity requirements CY_BEDEINHCHAR80TEXT80
ANGEINHUnit of the available capacity CY_ANGEINHCHAR80TEXT80
LAGEDisplayed dates of the operation or network activity CY_LAGETXCHAR40CY_CHAR40
TERMScheduling indicator on legend window for cap.planng.graphic CY_TERMTXCHAR40CY_CHAR40
ABSCHNITTOperation segment CY_ABSTXCHAR40CY_CHAR40
BDATUMStart date of the operation/activity CY_BDATUMDATS8DATUM
EDATUMFinish date of an operation/activity CY_EDATUMDATS8DATUM
BUZEITStart time of an operation/activity CY_BUZEITTIMS6T
EUZEITFinish time of an operation/capacity planning CY_EUZEITTIMS6T

Key field Non-key field



How do I retrieve data from SAP structure CYDGLEG using ABAP code?

As CYDGLEG is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on CYDGLEG as there is no data to select.

How to access SAP table CYDGLEG

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