CHOPER SAP (Structure of Operation fields relevant to subsystems) Structure details

Dictionary Type: Structure
Description: Structure of Operation fields relevant to subsystems




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




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

CHOPER 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 "Structure of Operation fields relevant to subsystems" 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_CHOPER TYPE CHOPER.

The CHOPER table consists of various fields, each holding specific information or linking keys about Structure of Operation fields relevant to subsystems data available in SAP. These include AUFNR (Order Number), FOLGE (Sequence), VORNR (Operation/Activity Number), UVORN (Suboperation).. 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 CHOPER 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
RUECKCompletion confirmation number for the operation CO_RUECKNUMC10CO_RUECKRCK
AUFNROrder Number AUFNRCHAR12Assigned to domainALPHAAUFNRANR
FOLGESequence PLNFOLGECHAR6ALPHAPLNFOLGE
VORNROperation/Activity Number VORNRCHAR4NUMCVVORNRVGN
UVORNSuboperation UVORNCHAR4NUMCVVORNR
SPLITSplit number CY_SPLITINT13INT1
AUFTYOrder category AUFTYPNUMC2AUFTYP
MGVRGOperation Quantity MGVRGQUAN13(3) MENG13
ASVRGOperation scrap ASVRGQUAN13(3) MENG13
MEINHUnit of Measure for Activity/Operation VORMEUNIT3Assigned to domainCUNITMEINS
UMRENDenominator for converting rtg and op units of measure CP_UMRENDEC5UMBSN
UMREZNumerator for converting task list and oper. un. of measure CP_UMREZDEC5UMBSZ
GMEINBase Unit of Measure MEINSUNIT3Assigned to domainCUNITMEINS
PLNMETask list unit of measure PLNMEUNIT3Assigned to domainCUNITMEINS
UEBTOOverdelivery Tolerance Limit UEBTODEC3(1) PRZ21
UEBTKIndicator: Unlimited Overdelivery Allowed UEBTKCHAR1XFELD
UNTTOUnderdelivery Tolerance Limit UNTTODEC3(1) PRZ21
VGW01Standard Value VGWRTQUAN9(3) VGWRT
VGE01Unit of measure for the standard value VGWRTEHUNIT3Assigned to domainCUNITMEINS
VGW02Standard Value VGWRTQUAN9(3) VGWRT
VGE02Unit of measure for the standard value VGWRTEHUNIT3Assigned to domainCUNITMEINS
VGW03Standard Value VGWRTQUAN9(3) VGWRT
VGE03Unit of measure for the standard value VGWRTEHUNIT3Assigned to domainCUNITMEINS
VGW04Standard Value VGWRTQUAN9(3) VGWRT
VGE04Unit of measure for the standard value VGWRTEHUNIT3Assigned to domainCUNITMEINS
VGW05Standard Value VGWRTQUAN9(3) VGWRT
VGE05Unit of measure for the standard value VGWRTEHUNIT3Assigned to domainCUNITMEINS
VGW06Standard Value VGWRTQUAN9(3) VGWRT
VGE06Unit of measure for the standard value VGWRTEHUNIT3Assigned to domainCUNITMEINS
LMNGATotal Yield Confirmed LMNGAQUAN13(3) MENG13
XMNGATotal scrap quantity confirmed XMNGAQUAN13(3) MENG13
OBJNRObject number (forecast) OBJNRCHAR18OBJNROBN
ISM01Previously confirmed activity CO_RUMNGQUAN13(3) MENGV13
ISM02Previously confirmed activity CO_RUMNGQUAN13(3) MENGV13
ISM03Previously confirmed activity CO_RUMNGQUAN13(3) MENGV13
ISM04Previously confirmed activity CO_RUMNGQUAN13(3) MENGV13
ISM05Previously confirmed activity CO_RUMNGQUAN13(3) MENGV13
ISM06Previously confirmed activity CO_RUMNGQUAN13(3) MENGV13
LEK01Indicator: No remaining activity expected CO_LEIKZCHAR1XFELD
LEK02Indicator: No remaining activity expected CO_LEIKZCHAR1XFELD
LEK03Indicator: No remaining activity expected CO_LEIKZCHAR1XFELD
LEK04Indicator: No remaining activity expected CO_LEIKZCHAR1XFELD
LEK05Indicator: No remaining activity expected CO_LEIKZCHAR1XFELD
LEK06Indicator: No remaining activity expected CO_LEIKZCHAR1XFELD
ARBIDObject ID of the resource CR_OBJIDNUMC8Assigned to domainCR_OBJID
WERKSPlant WERKS_DCHAR4Assigned to domainWERKSWRKH_T001W_C
ARBIIObject ID of the resource CR_OBJIDNUMC8Assigned to domainCR_OBJID
WERKIPlant WERKS_DCHAR4Assigned to domainWERKSWRKH_T001W_C
ISMNWActual work CO_ISMNWQUAN13(3) MENG13
ARBEIWork involved in the activity ARBEITQUAN7(1) ARBEIT
OFMNWForecasted work (actual + remaining) OFMNWQUAN7(1) ARBEIT
ARBEHUnit for work ARBEITEUNIT3Assigned to domainCUNITMEINS
LEKNWIndicator: No Remaining Work Expected LEKNWCHAR1XFELD
FSAVDEarliest scheduled start: Execution (date) FSAVDDATS8DATUM
FSAVZEarliest scheduled start: Execution (time) FSAVZTIMS6ATIME
SSEDDLatest scheduled finish: Execution (date) SSEDDDATS8DATUM
SSEDZLatest scheduled finish: Execution (time) SSEDZTIMS6ATIME

Key field Non-key field



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

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

How to access SAP table CHOPER

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