COSE_S_PRT SAP (Production Order: Create/Change/Delete Prodn Resource/Tool) Structure details

Dictionary Type: Structure
Description: Production Order: Create/Change/Delete Prodn Resource/Tool




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




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

COSE_S_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 "Production Order: Create/Change/Delete Prodn Resource/Tool" 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_COSE_S_PRT TYPE COSE_S_PRT.

The COSE_S_PRT table consists of various fields, each holding specific information or linking keys about Production Order: Create/Change/Delete Prodn Resource/Tool data available in SAP. These include OPERATION (Operation/Activity Number), PRT_ITEM_NO (Item Number for Production Resource/Tool), PRT_CATEGORY (Production resources/tools category), PLANT (Production resources/tools in plant).. 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 COSE_S_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
SEQUENCESequence PLNFOLGECHAR6ALPHAPLNFOLGE
OPERATIONOperation/Activity Number VORNRCHAR4NUMCVVORNRVGN
PRT_ITEM_NOItem Number for Production Resource/Tool PSNFHNUMC4PSNFH
PRT_CATEGORYProduction resources/tools category FHMARCHAR1Assigned to domainFHMARFHMARFHA
PLANTProduction resources/tools in plant FHWRKCHAR4Assigned to domainWERKSWRK
MATERIALMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
MISC_PRTProduction resources and tools SFHNRCHAR18ALPHASFHNRFHSFHMS
DOCUMENT_NODocument number DOKNRCHAR25Assigned to domainALPHADOKNRCV1
DOCUMENT_TYPEDocument Type DOKARCHAR3Assigned to domainDOKARCV2
DOCUMENT_PARTDocument Part DOKTL_DCHAR3DOKTLCV4
DOCUMENT_VERSIONDocument Version DOKVRCHAR2DOKVRCV3
EQUIPMENTEquipment Number EQUNRCHAR18Assigned to domainALPHAEQUNREQNEQUI
STEUFControl key for management of production resources/tools STEUFCHAR4Assigned to domainSTEUF
TEXTFirst line of text for production resources/tools TXTZ1CHAR40TEXT40
TEXT_XUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
QUANTITYStandard value for the PRT quantity MGVGWQUAN9(3) MENG9
QUANTITY_XUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
QUANTITY_UOMQuantity unit of production resource/tool MGEINHUNIT3Assigned to domainCUNITMEINS
QUANTITY_UOM_XUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
QUANTITY_FORMULAFormula for calculating the total quantity of PRT CF_MGFORMCHAR6Assigned to domainAP_FORMEL
QUANTITY_FORMULA_XUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
USAGE_VALUEStandard usage value for production resources/tools EWVGWQUAN9(3) MENG9
USAGE_VALUE_XUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
USAGE_VALUE_UOMUsage value unit of the production resource/tool EWEINHUNIT3Assigned to domainCUNITMEINS
USAGE_VALUE_UOM_XUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
USAGE_VALUE_FORMULAFormula for calculating the total usage value of PRT CF_EWFORMCHAR6Assigned to domainAP_FORMEL
USAGE_VALUE_FORMULA_XUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
START_OFFSETOffset to start of production resource/tool usage OFFSTBQUAN5VNZTV
START_OFFSET_XUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
START_OFFSET_UOMOffset unit for start of prod. resource/tool usage EHOFFBUNIT3Assigned to domainCUNITMEINS
START_OFFSET_UOM_XUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
START_REF_DATEReference date to start of production resource/tool usage BZOFFBCHAR2Assigned to domainCP_BZOFF
START_REF_DATE_XUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
END_OFFSETOffset to finish of production resource/tool usage OFFSTEQUAN5VNZTV
END_OFFSET_XUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
END_OFFSET_UOMOffset unit for end of production resource/tool usage EHOFFEUNIT3Assigned to domainCUNITMEINS
END_OFFSET_UOM_XUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
END_REF_DATEReference date for end of production resource/tool usage BZOFFECHAR2Assigned to domainCP_BZOFF
END_REF_DATE_XUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
DELETION_INDIndicator: Delete Object COSE_DELETECHAR1XFELD

Key field Non-key field



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

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

How to access SAP table COSE_S_PRT

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