CTRL_OPR_VIEW SAP (Structure for the Operation Overview During Confirmation) Structure details

Dictionary Type: Structure
Description: Structure for the Operation Overview During Confirmation




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




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

CTRL_OPR_VIEW 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 for the Operation Overview During Confirmation" 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_CTRL_OPR_VIEW TYPE CTRL_OPR_VIEW.

The CTRL_OPR_VIEW table consists of various fields, each holding specific information or linking keys about Structure for the Operation Overview During Confirmation data available in SAP. These include MGVRG (Operation or Confirmation Quantity in the Operation Overview), ASVRG (Operation or Confirmation Scrap in the Operation Overview), MEINH (Operation/Confirmed Quantity UoM in the Operation Overview), LTXA1 (Operation short text).. 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 CTRL_OPR_VIEW 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
FLG_MSTIndicator: Milestone FLG_MSTCHAR1XFELD
MGVRGOperation or Confirmation Quantity in the Operation Overview RU_QUANT_CTRL_OPR_VIEWCHAR17CHAR17
ASVRGOperation or Confirmation Scrap in the Operation Overview RU_SCRAP_CTRL_OPR_VIEWCHAR17CHAR17
MEINHOperation/Confirmed Quantity UoM in the Operation Overview RU_UNIT_CTRL_OPR_VIEWUNIT3Assigned to domainCUNITMEINS
LTXA1Operation short text LTXA1CHAR40TEXT40
RUECKCompletion confirmation number for the operation CO_RUECKNUMC10CO_RUECKRCK
KAPARCapacity category KAPARTCHAR3Assigned to domainKAPARTCAA
SPLITSplit number of the individual capacity SPLIT_CHNUMC3NUMC3
STOKZIndicator: Document Has Been Reversed CO_STOKZCHAR1FLAG
AUERUPartial/Final Confirmation AUERU_VSCHAR1AUERU_VS
MANURIndicator for type of confirmation MANURCHAR1MANUR
BUDATPosting date BUCHDATUMDATS8DATUM
SATZARecord type for confirmation CO_SATZACHAR3CO_SATZA
LDATELogical Date LDATEDATS8DATUM
LTIMELogical time LTIMETIMS6UZEIT
PERNRPersonnel number CO_PERNRNUMC8PERNRPER
ARBPLWork Center RU_ARBPLICHAR8ARBPLAGR
WERKSPlant WERKS_DCHAR4Assigned to domainWERKSWRKH_T001W_C
ERNAMName of the person who entered the confirmation RU_ERNAMCHAR12USNAM
ERSDAConfirmation entry date RU_ERSDADATS8DATUM
ERZETConfirmation entry time RU_ERZETTIMS6UZEIT
EXTIDExternal Key for Confirmation (for example, from PDC System) RU_EXTIDRAW16SYSUUID
RMNGACurrent rework quantity to be confirmed RU_RMNGAQUAN13(3) MENGV13
ISM01Activity Currently to be Confirmed RU_ISMNGQUAN13(3) MENGV13
ISM02Activity Currently to be Confirmed RU_ISMNGQUAN13(3) MENGV13
ISM03Activity Currently to be Confirmed RU_ISMNGQUAN13(3) MENGV13
ISM04Activity Currently to be Confirmed RU_ISMNGQUAN13(3) MENGV13
ISM05Activity Currently to be Confirmed RU_ISMNGQUAN13(3) MENGV13
ISM06Activity Currently to be Confirmed RU_ISMNGQUAN13(3) MENGV13
ILE01Unit of measure for the activity to be confirmed CO_ISMNGEHUNIT3Assigned to domainCUNITMEINS
ILE02Unit of measure for the activity to be confirmed CO_ISMNGEHUNIT3Assigned to domainCUNITMEINS
ILE03Unit of measure for the activity to be confirmed CO_ISMNGEHUNIT3Assigned to domainCUNITMEINS
ILE04Unit of measure for the activity to be confirmed CO_ISMNGEHUNIT3Assigned to domainCUNITMEINS
ILE05Unit of measure for the activity to be confirmed CO_ISMNGEHUNIT3Assigned to domainCUNITMEINS
ILE06Unit of measure for the activity to be confirmed CO_ISMNGEHUNIT3Assigned to domainCUNITMEINS
IPRZ1Current quantity to be confirmed for the business process RU_IPRZSQUAN13(3) MENGV13
IPRE1Unit of measurement for conf. quantity for business process RU_IPRZEUNIT3Assigned to domainCUNITMEINS
WIPB_MAKTXMaterial Short Text for WIP Batch CO_WIPB_MAT_TXTCHAR40TEXT40
OBMATMaterial of WIP Batch CO_WIPBMATCHAR18Assigned to domainMATN1MATNR
OBCHAWIP Batch CO_WIPBBATCHCHAR10Assigned to domainCHARG
.INCLU--AP 0
PCMAKTXMill: Material Short Text Process Batch MILL_PCMAKTXCHAR40TEXT40
UCMATMill: Material in Process Batch MILL_PCMATCHAR18Assigned to domainMATN1MATNRMAT1
UCCHAMill: Process batch MILL_PCCHACHAR10Assigned to domainCHARGMCH1

Key field Non-key field



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

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

How to access SAP table CTRL_OPR_VIEW

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