RMAN_PRPL_CAP_WC_PERIOD SAP (Capa Details per Work Center and Period) Structure details

Dictionary Type: Structure
Description: Capa Details per Work Center and Period




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




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

RMAN_PRPL_CAP_WC_PERIOD 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 "Capa Details per Work Center and Period" 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_RMAN_PRPL_CAP_WC_PERIOD TYPE RMAN_PRPL_CAP_WC_PERIOD.

The RMAN_PRPL_CAP_WC_PERIOD table consists of various fields, each holding specific information or linking keys about Capa Details per Work Center and Period data available in SAP. These include PLANT (Plant), CAP_CATEGORY (Capacity category), ORDER_CATEGORY (Order category), WORKCENTER_TEXT (Text describing work center in more detail).. 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: Cannot Be Enhanced


SAP RMAN_PRPL_CAP_WC_PERIOD 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
WORKCENTERWork center ARBPLCHAR8ARBPLAGR
PLANTPlant WERKS_DCHAR4Assigned to domainWERKSWRKH_T001W_C
CAP_CATEGORYCapacity category KAPARTCHAR3Assigned to domainKAPARTCAA
ORDER_CATEGORYOrder category AUFTYPNUMC2AUFTYP
WORKCENTER_TEXTText describing work center in more detail ARBPLTEXTCHAR40TEXT40
PLANT_TEXTPlant Descript. WERKS_BEZCHAR30TEXT30
CAP_CATEGORY_TEXTDescription of the capacity category KAPARTTEXTCHAR20TEXT20
ORDER_CATEGORY_TEXTOrder Category PRPL_CAPA_AUTYPCHAR40TEXT40
ORDER_STATUS_SHORTTEXTText of order status STATUS_TXTCHAR4STATUS_TXT
ORDER_STATUS_LONGTEXTSystem Status PRPL_CAPA_STATUSCHAR40TEXT40
ORDER_TYPEOrder Type AUFARTCHAR4Assigned to domainAUFARTAAT
ORDER_NUMBERPegged requirements (work- or planned order) as type char. BED_VERURCHAR12Assigned to domainALPHAAUFNR
OPERATION_NUMBEROperation/Activity Number VORNRCHAR4NUMCVVORNRVGN
OPERATION_TEXTOperation short text LTXA1CHAR40TEXT40
MATNRMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
MATTEXTMaterial Description (Short Text) MAKTXCHAR40TEXT40
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
SCHEDULED_START_DATELatest start / date SSTADDATS8DATUM
SCHEDULED_START_TIMELatest start / time SSTAUTIMS6T
SCHEDULED_END_DATELatest finish / date SENDDDATS8DATUM
SCHEDULED_END_TIMELatest finish / time SENDUTIMS6T
SORT_INDEXRow Index of Internal Tables SYTABIXINT410SYST_LONG

Key field Non-key field



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

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

How to access SAP table RMAN_PRPL_CAP_WC_PERIOD

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