MSPCD_S_WORK_CENTER SAP (MSP eCATT: Work Center) Structure details

Dictionary Type: Structure
Description: MSP eCATT: Work Center




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




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

MSPCD_S_WORK_CENTER 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 "MSP eCATT: Work Center" 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_MSPCD_S_WORK_CENTER TYPE MSPCD_S_WORK_CENTER.

The MSPCD_S_WORK_CENTER table consists of various fields, each holding specific information or linking keys about MSP eCATT: Work Center data available in SAP. These include WORK_CENTER (Work center), WORK_CENTER_CATEGORY (Work Center Category), DESCRIPTION (Text, 40 Characters Long), CAPACITY_CATEGORY (Capacity 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP MSPCD_S_WORK_CENTER 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
PLANTPlant WERKS_DCHAR4Assigned to domainWERKSWRKH_T001W_C
WORK_CENTERWork center ARBPLCHAR8ARBPLAGR
WORK_CENTER_CATEGORYWork Center Category AP_VERWECHAR4Assigned to domainAP_VERWECRAH_TC30
DESCRIPTIONText, 40 Characters Long TEXT40CHAR40TEXT40
CAPACITY_CATEGORYCapacity category KAPARTCHAR3Assigned to domainKAPARTCAA
ST_CAP_NR_OF_CAPACITYNumber of individual capacities KAPANZAHLINT25KAPANZAHL
ST_CAP_START_OF_SHIFTStart time KAPBEGZEITTIMS6T
ST_CAP_END_OF_SHIFTFinish time KAPENDZEITTIMS6T
ST_CAP_UTILIZATIONCapacity utilization rate (percent) NUTZGRADNUMC3NUM3
ST_CAP_BREAK_DURATION Length of break0
IS_SAREACheckbox XFELDCHAR1XFELD
CAP_VAR_SHIFT_FACTOR_APOCharacter field of length 40 CHAR40CHAR40CHAR40
CAP_VAR_SHIFT_SEQUENCE_APOCharacter field of length 40 CHAR40CHAR40CHAR40
CAP_VAR_VERSION_ACTIVE_APO Active version of capacity variant0
CAP_VAR_START_DATE Start Date0
CAP_VAR_END_DATE End Date0
CAP_VAR_FIRST_DAY First Day0
CAP_VAR_WORK_DAYS ' ' Use Factory Cal , '0' - All days work days, '1' - all nw0
NI_R3_WORK_CENTER_OBJ_IDObject ID of the resource CR_OBJIDNUMC8Assigned to domainCR_OBJID
NI_R3_CAPACITY_IDCapacity ID KAPIDNUMC8Assigned to domainKAPID
NI_APO_RESOURCE_NAMECharacter field of length 40 CHAR40CHAR40CHAR40
NI_APO_RESOURCE_LOCATIONChar 20 CHAR20CHAR20CHAR20
NI_APO_RESIDText string 22 characters CHAR22CHAR22CHAR22
NI_IPPE_RES_NAMECharacter field of length 40 CHAR40CHAR40CHAR40

Key field Non-key field



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

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

How to access SAP table MSPCD_S_WORK_CENTER

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