COCF_MD_S_CAP_OPS_DETAILS SAP (Extract structure: Operation details of Capacity tab) Structure details

Dictionary Type: Structure
Description: Extract structure: Operation details of Capacity tab




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




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

COCF_MD_S_CAP_OPS_DETAILS 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 "Extract structure: Operation details of Capacity tab" 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_COCF_MD_S_CAP_OPS_DETAILS TYPE COCF_MD_S_CAP_OPS_DETAILS.

The COCF_MD_S_CAP_OPS_DETAILS table consists of various fields, each holding specific information or linking keys about Extract structure: Operation details of Capacity tab data available in SAP. These include CAP_OPS_APPLID (Application ID for Manufacturing Dashboard), CAP_OPS_REFRESH (Checkbox), PERIOD_LOW (Character Field Length = 10), PERIOD_HIGH (Character Field Length = 10).. 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 COCF_MD_S_CAP_OPS_DETAILS 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
CAP_OPS_VARIANTSelection variant CO_VARIANTCHAR14RALDB_VARIORV
CAP_OPS_APPLIDApplication ID for Manufacturing Dashboard COCF_MD_APPLIDCHAR14COCF_MD_APPLID
CAP_OPS_REFRESHCheckbox XFELDCHAR1XFELD
PERIOD_LOWCharacter Field Length = 10 CHAR10CHAR10CHAR10
PERIOD_HIGHCharacter Field Length = 10 CHAR10CHAR10CHAR10
WORK_CENTERWork center ARBPLCHAR8ARBPLAGR
WORK_CENTER_TXTWork center description KTXT40CHAR40TEXT40
CAP_CATEGORYCapacity category KAPARTCHAR3Assigned to domainKAPARTCAA
CAP_CAT_TEXTDescription of the capacity category KAPARTTEXTCHAR20TEXT20
REQ_REMAININGRemaining capacity requirements CY_RBEDARFQUAN15(3) MENG15
REQ_UNITUnit of of measure for displaying capacity requirements CY_KEINHUNIT3Assigned to domainCUNITMEINS
UTILIZATIONCapacity load per period due to remaining capacity reqmts ACC_CYRBELASDEC8(2) DEC6_2
STATUSSingle-Character Indicator CHAR1CHAR1CHAR1
ORDER_NUMBEROrder Number AUFNRCHAR12Assigned to domainALPHAAUFNRANR
ROUTING_NUMRouting number of operations in the order CO_AUFPLNUMC10AUFPL
SEQUENCE_NUMSequence PLNFOLGECHAR6ALPHAPLNFOLGE
OPERATION_NUMOperation/Activity Number VORNRCHAR4NUMCVVORNRVGN
OPERATION_TXTOperation short text LTXA1CHAR40TEXT40
HEADER_MATERIALMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
HEADER_MAT_DESCMaterial description CO_MATXTCHAR40TEXT40
SHD_LT_SRT_DTLatest scheduled start: Execution (date) SSAVDDATS8DATUM
SHD_LT_SRT_TMLatest scheduled start: Execution (time) SSAVZTIMS6ATIME
SHD_LT_FIN_DTLatest scheduled finish: Execution (date) SSEDDDATS8DATUM
SHD_LT_FIN_TMLatest scheduled finish: Execution (time) SSEDZTIMS6ATIME
SHD_ELY_SRT_DTEarliest scheduled start: Execution (date) FSAVDDATS8DATUM
SHD_ELY_SRT_TMEarliest scheduled start: Execution (time) FSAVZTIMS6ATIME
SHD_ELY_FIN_DTEarliest scheduled finish: Execution (date) FSEDDDATS8DATUM
SHD_ELY_FIN_TMEarliest scheduled finish: Execution (time) FSEDZTIMS6ATIME
ACT_STRT_DATEActual start: Execution (date) ISDDDATS8DATUM
ACT_STRT_TIMEActual start: Execution/setup (time) ISDZTIMS6ATIME
ACT_FIN_DATEActual finish: Execution (date) IEDDDATS8DATUMEDR
ACT_FIN_TIMEActual finish: Execution (time) IEDZTIMS6ATIMEEZR
QUANTITYOperation Quantity MGVRGQUAN13(3) MENG13
ACT_OP_UOMUnit of Measure for Activity/Operation VORMEUNIT3Assigned to domainCUNITMEINS
YIELDTotal Yield Confirmed LMNGAQUAN13(3) MENG13
OPER_SYS_STATUSSystem Status CO_STTXTCHAR40CHAR40
OPER_USR_STATUSField displaying user status CO_ASTTXCHAR40CHAR40
PRED_INDSingle-Character Indicator CHAR1CHAR1CHAR1
SUCC_INDSingle-Character Indicator CHAR1CHAR1CHAR1
MAT_AVAIL_INDSingle-Character Indicator CHAR1CHAR1CHAR1
MACH_AVAIL_INDSingle-Character Indicator CHAR1CHAR1CHAR1
TOOL_AVAIL_INDSingle-Character Indicator CHAR1CHAR1CHAR1
CAP_AVAIL_INDSingle-Character Indicator CHAR1CHAR1CHAR1

Key field Non-key field



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

As COCF_MD_S_CAP_OPS_DETAILS 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 COCF_MD_S_CAP_OPS_DETAILS as there is no data to select.

How to access SAP table COCF_MD_S_CAP_OPS_DETAILS

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