V_TCORU SAP (Generated Table for View) Table View details

Dictionary Type: Table View
Description: Generated Table for View




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




Table View field list including key, data, relationships and ABAP select examples

V_TCORU is a standard SAP Table View which is used to store Generated Table for View data and is available within R/3 SAP systems depending on the version and release level.

The V_TCORU table consists of various fields, each holding specific information or linking keys about Generated Table for View data available in SAP. These include WERKS (Plant), AUART (Order Type), NAME1 (Name), TXT (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: Not classified


SAP V_TCORU table view 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
MANDTClient MANDTCLNT3T000MANDT
WERKSPlant WERKS_DCHAR4T001WWERKSWRKH_T001W_C
AUARTOrder Type AUFARTCHAR4T003OAUFARTAAT
NAME1Name NAME1CHAR30TEXT30
TXTShort Text AUARTTEXTCHAR40TEXT40
UNTLICheck underdelivery tolerance in order UNTLICHAR1CO_UNTLI
UEBLICheck overdelivery tolerance in order CO_UEBLICHAR1CO_UEBLI
AUSORPost open reservations AUSORCHAR1XFELD
AUERUPartial/Final Confirmation AUERU_VSCHAR1AUERU_VS
ZEVGZDefault value time unit via automatic optimization RU_ZEVGZCHAR1XFELD
ZESTDTime unit for the default value: Hours RU_ZESTDCHAR1XFELD
ZEMINTime unit for the default value: Minutes RU_ZEMINCHAR1XFELD
AZSMGDisplay quantities to be confirmed AZSMGCHAR1XFELD
AZSLEDisplay activities to be confirmed AZSLECHAR1XFELD
AZSZTDisplay dates to be confirmed AZSZTCHAR1XFELD
AZSZUDisplay personnel data to be confirmed AZSZUCHAR1XFELD
VSSMGPropose Quantities VSSMGCHAR1XFELD
VSSLEPropose activities VSSLECHAR1XFELD
VSSZTPropose dates VSSZTCHAR1XFELD
VSSZUPropose personnel data VSSZUCHAR1XFELD
AZIMGDisplay confirmed quantities AZIMGCHAR1XFELD
AZILEDisplay confirmed activities AZILECHAR1XFELD
AZIZTDisplay confirmed dates AZIZTCHAR1XFELD
ISERFOnly create actual values ISERFCHAR1XFELD
SCHAEEnter forecast values CO_SCHAEKZCHAR1XFELD
MRFLGCheck of operation sequence in order CO_MRFLGCHAR1CO_MRFLG
TRMZKAllow actual dates in the future TRMZUKUNFTCHAR1X
ABARBDeviation (in %) permitted for work in confirmation DELTAARBNUMC3NUM3
ABDAUPermitted deviation (in %) for duration in confirmation DELTADAUNUMC3NUM3
CPROTDisplay Log for Actual Cost Calculation CO_CPROTCHAR1XFELD
GPROTProvide error handling for goods movements CO_GPROTCHAR1XFELD
ACOMPAll components on goods movements overview CO_ACOMPCHAR1XFELD
AUTYPOrder category AUFTYPNUMC2AUFTYP
GMOVJIndicator: Goods movements via background job GMOVJCHAR1GMOVJ
PRZSTControl confirmation process CO_PRZSTCHAR4CO_PRZST
CAPAJNo data transfer from PP to HR CO_NOHRPCHAR1XFELD
COSTJOnly confirm open orders in collective order CO_OFORDCHAR1XFELD
ERUVGSelect operations with status 'confirmed' CO_ERUVGCHAR1XFELD
RUFHGSelect confirmable operations CO_RUFHGCHAR1XFELD
QRMDEInfluence of QM Results Recording on Confirmation QRMDECHAR1QRMDE
MLSLOQuantity Calculation for Milestone/Progress Confirmation MLSLOCHAR1FLAG
CCANCTermination of Confirmation if Incorrect Actual Costs CO_CCANCCHAR1XFELD
GCANCTermination of Confirmation if Incorrect Goods Movements CO_GCANCCHAR1XFELD
MLTPSGoods Receipt of Co-Products in Confirmation MLTPSCHAR1KREUZ

Key field Non-key field



How do I retrieve data from SAP table V_TCORU using ABAP code

The following ABAP code Example will allow you to do a basic selection on V_TCORU to SELECT all data from the table
DATA: WA_V_TCORU TYPE V_TCORU.

SELECT SINGLE *
FROM V_TCORU
INTO CORRESPONDING FIELDS OF WA_V_TCORU
WHERE...

How to access SAP table V_TCORU

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