CPS_TASK_LIST_MAINT_PRT SAP (Maint. Task List: Production Resources/Tools) Structure details

Dictionary Type: Structure
Description: Maint. Task List: Production Resources/Tools




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




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

CPS_TASK_LIST_MAINT_PRT 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 "Maint. Task List: Production Resources/Tools" 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_CPS_TASK_LIST_MAINT_PRT TYPE CPS_TASK_LIST_MAINT_PRT.

The CPS_TASK_LIST_MAINT_PRT table consists of various fields, each holding specific information or linking keys about Maint. Task List: Production Resources/Tools data available in SAP. These include FLAG_BAR_POINTER (Maint. Task List: Pointer of Checkbox Structure), SEQUENCE_NO (Sequence), ACTIVITY (Operation/Activity Number), OPERATION_ID (Operation ID).. 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 CPS_TASK_LIST_MAINT_PRT 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
MAINTAIN_MODEMaint. Task List: Mode CP_TASK_LIST_MAINT_MODECHAR1CP_TASK_LIST_MAINT_MODE
FLAG_BAR_POINTERMaint. Task List: Pointer of Checkbox Structure CP_TASK_LIST_MAINT_POINTERNUMC10
SEQUENCE_NOSequence PLNFOLGECHAR6ALPHAPLNFOLGE
ACTIVITYOperation/Activity Number VORNRCHAR4NUMCVVORNRVGN
OPERATION_IDOperation ID OPRIDCHAR8CHAR8
OBJECT_TYPE_CIM_RESOURCEObject types of the CIM resource CR_OBJTYCHAR2CR_OBJTY
OBJECT_ID_CIM_RESOURCEObject ID of the resource CR_OBJIDNUMC8Assigned to domainCR_OBJID
OBJECT_OF_TASK_LISTObject of a task list OBJCT_DCHAR1OBJKT
ITEM_NO_OF_PROD_RESOURCEItem Number for Production Resource/Tool PSNFHNUMC4PSNFH
ITEM_NO_OF_PROD_RESOURCE_OLDItem Number for Production Resource/Tool PSNFHNUMC4PSNFH
CTRL_KEYControl key for management of production resources/tools STEUFCHAR4Assigned to domainSTEUF
CREATE_LOAD_RECSIndicator: Create load records for prod. resources/tools KZKBLCHAR1XFELD
START_REF_DATEReference date to start of production resource/tool usage BZOFFBCHAR2Assigned to domainCP_BZOFF
START_OFFSETOffset to start of production resource/tool usage OFFSTBQUAN5VNZTV
START_OFFSET_UNITOffset unit for start of prod. resource/tool usage EHOFFBUNIT3Assigned to domainCUNITMEINS
START_OFFSET_UNIT_ISOISO code for unit of measurement ISOCD_UNITCHAR3Assigned to domainISOCD_UNIT
END_REF_DATEReference date for end of production resource/tool usage BZOFFECHAR2Assigned to domainCP_BZOFF
END_OFFSETOffset to finish of production resource/tool usage OFFSTEQUAN5VNZTV
END_OFFSET_UNITOffset unit for end of production resource/tool usage EHOFFEUNIT3Assigned to domainCUNITMEINS
END_OFFSET_UNIT_ISOISO code for unit of measurement ISOCD_UNITCHAR3Assigned to domainISOCD_UNIT
PRT_MEASURE_UNITQuantity unit of production resource/tool MGEINHUNIT3Assigned to domainCUNITMEINS
PRT_MEASURE_UNIT_ISOISO code for unit of measurement ISOCD_UNITCHAR3Assigned to domainISOCD_UNIT
STD_VALUE_FOR_PRT_QTYStandard value for the PRT quantity MGVGWQUAN9(3) MENG9
FORMULA_TOT_QTYFormula for calculating the total quantity of PRT CF_MGFORMCHAR6Assigned to domainAP_FORMEL
PRT_USAGE_VALUE_UNITUsage value unit of the production resource/tool EWEINHUNIT3Assigned to domainCUNITMEINS
PRT_USAGE_VALUE_UNIT_ISOISO code for unit of measurement ISOCD_UNITCHAR3Assigned to domainISOCD_UNIT
STD_USAGE_VALUE_FOR_PRTStandard usage value for production resources/tools EWVGWQUAN9(3) MENG9
FORMULA_TOT_USAGEFormula for calculating the total usage value of PRT CF_EWFORMCHAR6Assigned to domainAP_FORMEL
STD_TEXT_KEYStandard text key for production resources/tools CF_KTSCHCHAR7Assigned to domainKTSCH
DESCRIPTIONFirst line of text for production resources/tools TXTZ1CHAR40TEXT40
PRT_CATEGORYProduction resources/tools category FHMARCHAR1Assigned to domainFHMARFHMARFHA
PRT_NUMBERProduction resource/tool number FHMNRCHAR33FHMNR
PRT_PLANTProduction resources/tools in plant FHWRKCHAR4Assigned to domainWERKSWRK
MATERIALMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
MISCELLANEOUSProduction resources and tools SFHNRCHAR18ALPHASFHNRFHSFHMS
DOCUMENT_TYPEDocument Type DOKARCHAR3Assigned to domainDOKARCV2
DOCUMENT_NUMBERDocument number DOKNRCHAR25Assigned to domainALPHADOKNRCV1
DOCUMENT_PARTDocument Part DOKTL_DCHAR3DOKTLCV4
DOCUMENT_VERSIONDocument Version DOKVRCHAR2DOKVRCV3
EQUIPMENTEquipment Number EQUNRCHAR18Assigned to domainALPHAEQUNREQNEQUI

Key field Non-key field



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

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

How to access SAP table CPS_TASK_LIST_MAINT_PRT

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