CNO1CONF SAP (Activities to be Confirmed) Structure details

Dictionary Type: Structure
Description: Activities to be Confirmed




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




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

CNO1CONF 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 "Activities to be Confirmed" 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_CNO1CONF TYPE CNO1CONF.

The CNO1CONF table consists of various fields, each holding specific information or linking keys about Activities to be Confirmed data available in SAP. These include ACTIVITY (Operation/Activity Number), SUB_ACTIVITY (Suboperation), PROCSS_DEG (Confirmation: Degree of processing), ACT_WORK (Actual work).. 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: Not classified


SAP CNO1CONF 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
ORDEROrder Number AUFNRCHAR12Assigned to domainALPHAAUFNRANR
ACTIVITYOperation/Activity Number VORNRCHAR4NUMCVVORNRVGN
SUB_ACTIVITYSuboperation UVORNCHAR4NUMCVVORNR
PROCSS_DEGConfirmation: Degree of processing CO_ABARBNUMC3CO_ABARB
ACT_WORKActual work ISMNWQUAN7(1) ARBEIT
REM_WORKRemaining work REMNWQUAN7(1) ARBEIT
UN_WORKUnit for work ARBEITEUNIT3Assigned to domainCUNITMEINS
UN_REM_WRKUnit of measure for remaining work OFMNEUNIT3Assigned to domainCUNITMEINS
FIN_CONFPartial/Final Confirmation AUERU_VSCHAR1AUERU_VS
START_DATEConfirmed date for start of execution RU_ISDDDATS8DATUM
END_DATEConfirmed date for execution finish RU_IEDDDATS8DATUMEDR
FCSTFINDATForecast finish date of operation from confirmation CO_PEDDDATS8DATUM
PERS_NOPersonnel number CO_PERNRNUMC8PERNRPER

Key field Non-key field



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

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

How to access SAP table CNO1CONF

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