/CUM/CUDESIGN SAP (CU: Design Header Data) Table details

Dictionary Type: Table
Description: CU: Design Header Data




ABAP Code to SELECT data from /CUM/CUDESIGN
Related tables to /CUM/CUDESIGN
Access table /CUM/CUDESIGN




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

/CUM/CUDESIGN is a standard SAP Table which is used to store CU: Design Header Data data and is available within R/3 SAP systems depending on the version and release level.

The /CUM/CUDESIGN table consists of various fields, each holding specific information or linking keys about CU: Design Header Data data available in SAP. These include DESGUID (CU: GUID of Design Document), DESNUM (CU: Design Number), DESTYP (CU: Type of Design), DESCAT (CU: Design Category).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP /CUM/CUDESIGN 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
DESGUIDCU: GUID of Design Document /CUM/DESGUIDRAW16SYSUUID
DESNUMCU: Design Number /CUM/DESNUMCHAR12Assigned to domainALPHA/CUM/DESNUM/CUM/DESNUM
DESTYPCU: Type of Design /CUM/DESTYPCHAR1/CUM/DESTYPE/CUM/DESTYP/CUM/DESTYP/CUM/DESTYPE
DESCATCU: Design Category /CUM/DESCATCHAR1ALPHA/CUM/DESCAT/CUM/DESTYP
OBJNRObject number J_OBJNRCHAR22Assigned to domainJ_OBJNRONR
PRFIDCU: Profile for Order Generation /CUM/PRFID_ORDCHAR10/CUM/PRF_ORD/CUM/PRFID_ORD/CUM/PRFID_ORD
BEGRUTechnical object authorization group IAUTGCHAR4T370BIAUTG
IWERKMaintenance Planning Plant IWERKCHAR4T001WWERKSIWK
AUARTOrder Type AUFARTCHAR4T003OAUFARTAAT
ILARTMaintenance activity type ILACHAR3T353IILARTH_T350I
PRIOKPriority PRIOKCHAR1T356PRIOKPRIOK
ANLZUSyst.Condition ANLZUCHAR1T357MANLZU
INGRPPlanner Group for Customer Service and Plant Maintenance INGRPCHAR3T024IINGRPIHG
VAPLZMain work center for maintenance tasks GEWRKCHAR8ARBPLVAP
TXJCDTax Jurisdiction TXJCDCHAR15Assigned to domainTXJCDTXJ
POSIDWork Breakdown Structure Element (WBS Element) PS_POSIDCHAR24PROJNPS_POSIDPRO
GSBERBusiness Area GSBERCHAR4TGSBGSBERGSB
GSTRPBasic start date CO_GSTRPDATS8DATUM
GLTRPBasic finish date CO_GLTRPDATS8DATUM
TPLNRFunctional Location TPLNRCHAR30Assigned to domainTPLNRTPLNRIFLIFLM
EQUNREquipment Number EQUNRCHAR18Assigned to domainALPHAEQUNREQNEQUI
BAUTLAssembly BAUTLCHAR18MARAMATN1MATNRMAT
KTEXTDescription AUFTEXTCHAR40TEXT40
CMNUMCU: Construction Measure Number /CUM/CMNUMCHAR12/CUM/CONMSALPHA/CUM/CMNUM/CUM/CMNUM/CUM/V_CMNUM_ALL
AUFNROrder Number AUFNRCHAR12AUFKALPHAAUFNRANR
ERDATDate on Which Record Was Created ERDATDATS8DATUM
ERNAMName of Person who Created the Object ERNAMCHAR12USNAM
AEDATChanged On AEDATDATS8DATUM
AENAMName of Person Who Changed Object AENAMCHAR12USNAM

Key field Non-key field



How do I retrieve data from SAP table /CUM/CUDESIGN using ABAP code

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

SELECT SINGLE *
FROM /CUM/CUDESIGN
INTO CORRESPONDING FIELDS OF WA_/CUM/CUDESIGN
WHERE...

How to access SAP table /CUM/CUDESIGN

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