COVPR SAP (Generated Table for View) Table View details

Dictionary Type: Table View
Description: Generated Table for View




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




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

COVPR 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 COVPR 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), PERIO (Period).. 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 COVPR 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_BELNRCHAR10COBKALPHACO_BELNRBLN
BUZEIPosting row CO_BUZEINUMC3BUZEI
PERIOPeriod CO_PERIONUMC3PERBLVPE
SMEBTRStatistical quantity SMEXXXQUAN15(3) CQUA8
SMABTRMaximum statistical quantity SMAXXXQUAN15(3) CQUA8
MEINHUnit of Measure: Statistical Key Figure CO_MEINH_RUNIT3T006CUNITMEINS
GRTYPStatistical Key Figure Category GRTYPCHAR1GRTYP
SGTXTSegment text CO_SGTXTCHAR50TEXT50
LEDNRLedger for Controlling objects LEDNRCHAR2ALPHALEDNR
OBJNRObject number J_OBJNRCHAR22ONR00J_OBJNRONR
GJAHRFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
WRTTPValue Type CO_WRTTPCHAR2CO_WRTTP
VERSNVersion VERSNCHAR3TKA09ALPHACOVERSIKVS
STAGRStatistical key figure STAGRCHAR6TKA03STAGRSTA
HRKFTCO key subnumber CO_SUBKEYCHAR14CO_SUBKEY
VRGNGCO Business Transaction CO_VORGANGCHAR4J_VORGANG
ZLENRDocument Item Number DZLENRNUMC3NUM3
PERNRPersonnel Number PERNR_DNUMC8PERNRPER
DABRZReference Date for Settlement DABRBEZDATS8DDAT
FKBERFunctional Area FKBERCHAR16TFKBFKBERFBE
GEBERFund FM_FUNDCHAR10BP_GEBERFIC
GRANT_NBRGrant GM_GRANT_NBRCHAR20ALPHAGM_GRANT_NBRGM_GRANT_NBRGRANTS_GENERIC
BUDGET_PDFM: Budget Period FM_BUDGET_PERIODCHAR10FM_BUDGET_PERIODBUDPER
PERABFrom Period CO_PERABNUMC3PERBL
PERBITo period CO_PERBINUMC3PERBL
BLDATDocument Date CO_BLDATDATS8DATUM
BUDATPosting Date CO_BUDATDATS8DATUM
CPUDTDate Document Was Created CO_CPUDTDATS8DATUM
USNAMUser Name SYUNAMECHAR12SYCHAR12
BLTXTDocument Header Text CO_BLTXTCHAR50TEXT50
STFLGIdentifier for reversal document CO_STFLGCHAR1FLAG
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
REFGJFiscal year of reference document CO_REFGJNUMC4GJAHRGJAHR
BLARTDocument type of FI reference document CO_REFBACHAR2T003BLARTBAR
ORGVGOriginal CO business transaction CO_ORGVGCHAR4T022ACTIVITY
SUMBZNumber of posting lines for local objects CO_SUMBZNUMC3BUZEI
DELBZNumber of deleted line items CO_DELBZNUMC3BUZEI
WSDATValue Date for Currency Translation WSDATDATS8DATUMWSD
KURSTExchange Rate Type KURSTCHAR4TCURVKURSTKUT
VARNRCO actual postings fast input: Variant CO_VARNRCHAR5VARNR_021F
KWAERControlling area currency KWAERCUKY5TCURCWAERSKWS
CTYP1Currency Type 1 in CO Standard Ledger CO_CTYP1CHAR2CURTP
CTYP2Currency Type 2 in CO Standard Ledger CO_CTYP2CHAR2CURTP
CTYP3Currency Type 3 in CO Standard Ledger CO_CTYP3CHAR2CURTP
CTYP4Currency Type 4 in CO Standard Ledger CO_CTYP4CHAR2CURTP
AWTYPReference Transaction AWTYPCHAR5AWTYP
AWORGReference Organizational Units AWORGCHAR10AWORG
LOGSYSTEMLogical System LOGSYSTEMCHAR10TBDLSALPHALOGSYS
CPUTMTime of Entry CPUTMTIMS6UZEIT
ALEBZNumber of posting rows sent to external systems CO_ALEBZNUMC3BUZEI
ALEBNFor ALE: CO Document Number in Generating System CO_ALEBNCHAR10ALPHABELNR
AWSYSLogical system of source document AWSYSCHAR10ALPHALOGSYS
AWREF_REVReversal: Reverse Document Reference Document Number AWREF_REVCHAR10ALPHAAWREF
AWORG_REVReversal: Reverse Document Reference Organization AWORG_REVCHAR10AWORG
VALDTSpecial Valuation Date for Cost Accounting CO_VALDTDATS8DATUM
K_GJAHRFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
K_VERSNVersion in CO Document Header VERSN_COBKCHAR3TKA09ALPHACOVERSIKVT
K_VRGNGCO Business Transaction CO_VORGANGCHAR4TJ01J_VORGANG
K_TIMESTMPTime created (Greenwich Meantime) RKE_HZSTMPDEC16RKE_TSTMP

Key field Non-key field



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

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

SELECT SINGLE *
FROM COVPR
INTO CORRESPONDING FIELDS OF WA_COVPR
WHERE...

How to access SAP table COVPR

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