COSE_S_HEADER SAP (Production Order: Header and Item Changes) Structure details

Dictionary Type: Structure
Description: Production Order: Header and Item Changes




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




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

COSE_S_HEADER 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: Header and Item Changes" 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_HEADER TYPE COSE_S_HEADER.

The COSE_S_HEADER table consists of various fields, each holding specific information or linking keys about Production Order: Header and Item Changes data available in SAP. These include BASIC_START_DATE_X (Updated information in related user data field), BASIC_START_TIME (Basic start time), BASIC_END_DATE (Basic finish date), BASIC_END_DATE_X (Updated information in related user data field).. 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_HEADER 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
BASIC_START_DATEBasic start date CO_GSTRPDATS8DATUM
BASIC_START_DATE_XUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
BASIC_START_TIMEBasic start time CO_GSUZPTIMS6UHRZT
BASIC_END_DATEBasic finish date CO_GLTRPDATS8DATUM
BASIC_END_DATE_XUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
BASIC_END_TIMEBasic finish (time) CO_GLUZPTIMS6UHRZT
QUANTITYTotal order quantity GAMNGQUAN13(3) MENG13
QUANTITY_XUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
SCRAP_QUANTITYTotal scrap quantity in the order GASMGQUAN13(3) MENG13
SCRAP_QUANTITY_XUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
QUANTITY_UOMCommon unit of measure for all order items CO_GMEINUNIT3Assigned to domainCUNITMEINS
QUANTITY_UOM_XUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
ROUTING_TYPETask List Type PLNTYCHAR1Assigned to domainPLNTYPTYH_TCA01
ROUTING_GROUPKey for Task List Group PLNNRCHAR8ALPHAPLNNRPLNPLKS
ROUTING_COUNTERGroup Counter PLNALCHAR2ALPHAALTNRPAL
ROUTING_XUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
PROD_VERSIONProduction Version VERIDCHAR4Assigned to domainVERIDVER
PROD_VERSION_XUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
EXPLOSION_DATEDate of BOM Explosion/Routing Transfer CO_AUFLDDATS8DATUM
EXPLOSION_DATE_XUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
ORDER_PRIORITYOrder priority CO_APRIOCHAR1CHAR1
ORDER_PRIORITY_XUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
MRP_CONTROLLERMRP controller for the order CO_DISPOCHAR3Assigned to domainDISPODGR
MRP_CONTROLLER_XUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
EXPLODE_NEWNew Input Values XFLAGCHAR1XFLAG
BUSINESS_AREABusiness Area GSBERCHAR4Assigned to domainGSBERGSB
BUSINESS_AREA_XUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
PROFIT_CENTERProfit Center PRCTRCHAR10Assigned to domainALPHAPRCTRPRCPRCTR_EMPTY
PROFIT_CENTER_XUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
SEQ_NUMBERSeq. number order CY_SEQNRNUMC14CY_SEQNR
SEQ_NUMBER_XUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
STOCK_TYPEStock Type INSMKCHAR1INSMK
STOCK_TYPE_XUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
GR_PROC_TIMEGoods Receipt Processing Time in Days WEBAZDEC3DEC3
GR_PROC_TIME_XUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
STORAGE_LOCATIONStorage Location LGORT_DCHAR4Assigned to domainLGORTLAG
STORAGE_LOCATION_XUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
MRP_DISTR_KEYMRP Distribution Key SA_VERTLCHAR4Assigned to domainSA_VERTL
MRP_DISTR_KEY_XUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
GOODS_RECIPIENTGoods Recipient/Ship-To Party WEMPFCHAR12WEMPF
GOODS_RECIPIENT_XUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
UNLOADING_POINTUnloading Point ABLADCHAR25TEXT25
UNLOADING_POINT_XUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
POSITION_NUMBEROrder Item Number CO_POSNRNUMC4CO_POSNR

Key field Non-key field



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

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

How to access SAP table COSE_S_HEADER

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