COCM_PARAMS SAP (Entry parameters for order change process) Structure details

Dictionary Type: Structure
Description: Entry parameters for order change process




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




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

COCM_PARAMS 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 "Entry parameters for order change process" 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_COCM_PARAMS TYPE COCM_PARAMS.

The COCM_PARAMS table consists of various fields, each holding specific information or linking keys about Entry parameters for order change process data available in SAP. These include CHGNR (Select Initiating Object Records for Change Numbers), PPORD (Procurement element change records for production orders), PLORD (Procurement element change records for planned orders), ORDERS (Procurement element change records for purchase orders).. 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)


SAP COCM_PARAMS 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
SDORDSelect Initiating Object Records for Sales Order CO_PARAM_SDORDCHAR1COCM_CHOICE
CHGNRSelect Initiating Object Records for Change Numbers CO_PARAM_CHGNRCHAR1COCM_CHOICE
PPORDProcurement element change records for production orders CO_PARAM_PPORDCHAR1COCM_CHOICE
PLORDProcurement element change records for planned orders CO_PARAM_PLORDCHAR1COCM_CHOICE
ORDERSProcurement element change records for purchase orders CO_PARAM_ORDERCHAR1COCM_CHOICE
LIST_VIEWDisplay Initiating Object Records CO_PARAM_VIEWCHAR1COCM_CHOICE
PROV_SEARCHSearch for procurement elements CO_PARAM_PROV_SEARCHCHAR1COCM_CHOICE
PROV_NEW_SEARCHSearch for procurement elements again CO_PARAM_PROV_NEW_SEARCHCHAR1COCM_CHOICE
AUTH_DELETEDelete Initiating Object Record Without Proc. Elements CO_PARAM_AUTH_DELETECHAR1COCM_CHOICE
CLOSED_DELETEDelete Init. Object Record with Completed Change Process CO_PARAM_CLOSE_DELETECHAR1COCM_CHOICE
VIEW_NORESUnrestricted Search for Initiating Object Records CO_PARAM_NORESCHAR1COCM_CHOICE
VIEW_CLOSEDInitiating Object Record with Completed Change Process CO_PARAM_VIEW_CLOSECHAR1COCM_CHOICE
VIEW_WO_PROVInitiating Object Records Without Procurement Elements CO_PARAM_VIEW_WO_PROVCHAR1COCM_CHOICE
VIEW_WO_REF_PROVInit. Object Records for which no Proc. Elements were Found CO_PARAM_VIEW_WO_REF_PROVCHAR1COCM_CHOICE
VIEW_SEARCHEDInit. Object Records for which Proc.Elements Searched For CO_PARAM_VIEW_SEARCHCHAR1COCM_CHOICE
VIEW_WO_SEARCHInit.Object Records: No Search Made for Procurement Elements CO_PARAM_VIEW_WO_SEARCHCHAR1COCM_CHOICE
PPORD_SEARCHFind production orders CO_PARAM_PPORD_SEARCHCHAR1COCM_CHOICE
PLORD_SEARCHFind planned orders CO_PARAM_PLORD_SEARCHCHAR1COCM_CHOICE
ORDER_SEARCHFind purchase orders CO_PARAM_ORDER_SEARCHCHAR1COCM_CHOICE
VIEW_ALLUnrestricted search for procurement element change records CO_PARAM_VIEW_ALLCHAR1COCM_CHOICE
VIEW_UNPROCProcurement element change records 'Not processed' CO_PARAM_VIEW_UNPROCCHAR1COCM_CHOICE
VIEW_VERSProcurement element change rec. 'Simulation order created' CO_PARAM_VIEW_VERSCHAR1COCM_CHOICE
VIEW_COMPProcurement element change records 'Changes determined' CO_PARAM_VIEW_COMPCHAR1COCM_CHOICE
VIEW_CHECKProcurement element change records 'Changes checked' CO_PARAM_VIEW_CHECKCHAR1COCM_CHOICE
VIEW_TRANSProcurement element change records 'Changes executed' CO_PARAM_VIEW_TRANSCHAR1COCM_CHOICE
FUNC_10Reason for change: 'Sales order change' CO_PARAM_FUNC_10CHAR1COCM_CHOICE
FUNC_20Reason for Change: 'Release of Change Number' CO_PARAM_FUNC_20CHAR1COCM_CHOICE
FUNC_30Reason for change: 'Change package supplement' CO_PARAM_FUNC_30CHAR1COCM_CHOICE
FUNC_40Reason for change: 'Date shift leading change master record' CO_PARAM_FUNC_40CHAR1COCM_CHOICE
FUNC_50Reason for change: 'Direct assignment' CO_PARAM_FUNC_50CHAR1COCM_CHOICE
ACTION_SIMCreate simulation order CO_PARAM_ACTION_SIMCHAR1COCM_CHOICE
ACTION_COMPDetermine changes CO_PARAM_ACTION_COMPCHAR1COCM_CHOICE
ACTION_CHECKCheck changes CO_PARAM_ACTION_CHECKCHAR1COCM_CHOICE
ACTION_UPDExecute changes CO_PARAM_ACTION_UPDCHAR1COCM_CHOICE
CDATE_VInitiating object record: Creation date CO_PARAM_CDATE_VDATS8DATUM
CDATE_BProcurement element change record: Creation date CO_PARAM_CDATE_BDATS8DATUM
PERIOD_TYPETime unit CO_PARAM_PERIODE_TYPECHAR1COCM_PERIODE_TYPE
PERIODProcessing not possible since CO_PARAM_PERIODENUMC2COCM_PERIODE
HORIZCreation period related to date CO_PARAM_HORIZNUMC3NUMC3
SELMINUSProcess reservations marked 'to be deleted' SELMINUSCHAR1COCM_CHOICE
SELPLUSProcess reservations marked as 'inserted' SELPLUSCHAR1COCM_CHOICE
COLORD_COMPLSearch all orders in the collective order CO_PARAM_COLORDCHAR1COCM_CHOICE
CHACCConfirm change CO_PARAM_CHACCCHAR1COCM_CHOICE
CHREJCancel Change CO_PARAM_CHREJCHAR1COCM_CHOICE
COMPLChange process has been completed for at least CO_PARAM_COMPLNUMC2NUMC2

Key field Non-key field



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

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

How to access SAP table COCM_PARAMS

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