J_1GVL_COVP SAP (Generated Table for View) Table View details

Dictionary Type: Table View
Description: Generated Table for View




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




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

J_1GVL_COVP 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 J_1GVL_COVP table consists of various fields, each holding specific information or linking keys about Generated Table for View data available in SAP. These include KOKRS (Controlling Area), BELNR (Document Number), BUZEI (Posting row), AUFNR (Order Number).. 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 J_1GVL_COVP 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
KOKRSControlling Area KOKRSCHAR4TKA01CACCDCAC
BELNRDocument Number CO_BELNRCHAR10ALPHACO_BELNRBLN
BUZEIPosting row CO_BUZEINUMC3BUZEI
AUFNROrder Number AUFNRCHAR12AUFKALPHAAUFNRANR
POSNROrder Item Number CO_POSNRNUMC4CO_POSNR
GJAHRFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
VERSNVersion in CO Document Header VERSN_COBKCHAR3TKA09ALPHACOVERSIKVT
BUDATPosting Date CO_BUDATDATS8DATUM
WSDATValue Date for Currency Translation WSDATDATS8DATUMWSD
USNAMUser Name SYUNAMECHAR12SYCHAR12
STOKZIndicator: Document Has Been Reversed CO_STOKZCHAR1FLAG
REFBTDocument type of reference document CO_REFBTCHAR1BELTY
REFBNReference Document Number CO_REFBNCHAR10ALPHABELNR
REFBKCompany code of FI document CO_REFBKCHAR4T001BUKRS
BLARTDocument type of FI reference document CO_REFBACHAR2T003BLARTBAR
ORGVGOriginal CO business transaction CO_ORGVGCHAR4T022ACTIVITY
KWAERControlling area currency KWAERCUKY5TCURCWAERSKWS
AWTYPReference Transaction AWTYPCHAR5AWTYP
AWORGReference Organizational Units AWORGCHAR10AWORG
CPUTMTime of Entry CPUTMTIMS6UZEIT
AWREF_REVReversal: Reverse Document Reference Document Number AWREF_REVCHAR10ALPHAAWREF
AWORG_REVReversal: Reverse Document Reference Organization AWORG_REVCHAR10AWORG
PERIOPeriod CO_PERIONUMC3PERBLVPE
WTGBTRTotal Value in Transaction Currency WTGXXXCURR15(2) WERTV8
WOGBTRTotal Value in Object Currency WOGXXXCURR15(2) WERTV8
WKGBTRTotal Value in Controlling Area Currency WKGXXXCURR15(2) WERTV8
OBJNRObject number J_OBJNRCHAR22ONR00J_OBJNRONR
WRTTPValue Type CO_WRTTPCHAR2CO_WRTTP
KSTARCost Element KSTARCHAR10CSKAALPHAKSTARKAT
USPOBSource Object (Cost Center/Activity Type) USPOBCHAR22ONR00J_OBJNR
TWAERTransaction Currency TWAERCUKY5TCURCWAERSFWS
OWAERCurrency Key OWAERCUKY5TCURCWAERSOWS
BUKRSCompany Code BUKRSCHAR4T001BUKRSBUKC_T001
SCOPEObject Class SCOPE_CVCHAR2SCOPESCOPE_CVPCO
PROJNWork breakdown structure element (WBS element) PS_PSP_ELENUMC8PRPSKONPRPS_POSNR
KDAUFSales order number CO_KDAUFCHAR10VBUKALPHAVBELNAUN
KDPOSSales order item CO_KDPOSNUMC6VBUPPOSNRAUP
MATNRMaterial Number for Order CO_MATNRCHAR18MARAMATN1MATNRMAT
KNTTPAccount Assignment Category KNTTPCHAR1T163KKNTTPKNT
BWTARValuation Type BWTAR_DCHAR10T149DBWTARBWT
BWTTYValuation Category BWTTY_DCHAR1T149CBWTTY
PWERKPlanning plant for the order CO_PWERKCHAR4T001WWERKS
LGORTStorage Location LGORT_DCHAR4T001LLGORTLAG
DWERKPlant WERKS_DCHAR4T001WWERKSWRKH_T001W_C
DAUATOrder Type AUFARTCHAR4T003OAUFARTAAT
CHARGBatch Number CHARG_DCHAR10MCHACHARGCHA
GSBERBusiness Area GSBERCHAR4TGSBGSBERGSB
PAROBPartner Object PAROBCHAR22ONR00J_OBJNR
VRGNGCO Business Transaction CO_VORGANGCHAR4TJ01J_VORGANG
CPUDTDate Document Was Created CO_CPUDTDATS8DATUM
REFGJFiscal year of reference document CO_REFGJNUMC4GJAHRGJAHR
SERNRBOM explosion number SERNRCHAR8SNUMSERNR
DAUTYOrder category AUFTYPNUMC2AUFTYP
CUOBJConfiguration (internal object number) CUOBJNUMC18CUOBJCUX
SERNPSerial Number Profile SERAILCHAR4T377PSERAIL
PSMNGOrder item quantity CO_PSMNGQUAN13(3) MENG13

Key field Non-key field



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

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

SELECT SINGLE *
FROM J_1GVL_COVP
INTO CORRESPONDING FIELDS OF WA_J_1GVL_COVP
WHERE...

How to access SAP table J_1GVL_COVP

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