COVPT2 SAP (CO Object: Line Items for Prices (by Period)) Structure details

Dictionary Type: Structure
Description: CO Object: Line Items for Prices (by Period)




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




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

COVPT2 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 "CO Object: Line Items for Prices (by Period)" 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_COVPT2 TYPE COVPT2.

The COVPT2 table consists of various fields, each holding specific information or linking keys about CO Object: Line Items for Prices (by Period) data available in SAP. These include MANDT (Client), KOKRS (Controlling Area), BELNR (Document Number), BUZEI (Posting row).. 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 COVPT2 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
MANDTClient MANDTCLNT3T000MANDT
KOKRSControlling Area KOKRSCHAR4TKA01CACCDCAC
BELNRDocument Number CO_BELNRCHAR10COBKALPHACO_BELNRBLN
BUZEIPosting row CO_BUZEINUMC3BUZEI
K_GJAHRFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
K_VERSNVersion VERSNCHAR3TKVSALPHACOVERSIKVS
K_VRGNGCO Business Transaction CO_VORGANGCHAR4TJ01J_VORGANG
K_TIMESTMPTime created (Greenwich Meantime) RKE_HZSTMPDEC16RKE_TSTMP
PERIOPeriod CO_PERIONUMC3PERBLVPE
TKGBTRTotal Price per Unit of Measure in CO Area Currency TKGXXXCURR11(2) WERTV6
TKFBTRFixed Price Per Unit of Measure in CO Area Currency TKFXXXCURR11(2) WERTV6
TKEBTRPrice Unit in Controlling Area Currency TKEXXXNUMC5PRCUNIT
TOGBTRFixed and Variable Price per UoM in Object Currency TOGXXXCURR11(2) WERTV6
TOFBTRFixed Price Per UoM in Object Currency TOFXXXCURR11(2) WERTV6
TOEBTRPrice Units in Object Currency TOEXXXNUMC5TOEXXX
LEDNRLedger for Controlling objects LEDNRCHAR2ALPHALEDNR
OBJNRObject number J_OBJNRCHAR22ONR00J_OBJNRONR
GJAHRFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
WRTTPValue Type CO_WRTTPCHAR2CO_WRTTP
VERSNVersion VERSNCHAR3Assigned to domainALPHACOVERSIKVS
TARKZPrice Indicator: Calculate Allocation Price TARKZCHAR3TKA10ALPHATARKZ
VRGNGCO Business Transaction CO_VORGANGCHAR4Assigned to domainJ_VORGANG
SGTXTSegment text CO_SGTXTCHAR50TEXT50
REFBZPosting row of reference document CO_REFBZNUMC3BUZEI
ZLENRDocument Item Number DZLENRNUMC3NUM3
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 AWTYPCHAR5Assigned to domainAWTYP
AWORGReference Organizational Units AWORGCHAR10AWORG
LOGSYSTEMLogical System LOGSYSTEMCHAR10Assigned to domainALPHALOGSYS
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 AWSYSCHAR10Assigned to domainALPHALOGSYS
AWREF_REVReversal: Reverse Document Reference Document Number AWREF_REVCHAR10ALPHAAWREF
AWORG_REVReversal: Reverse Document Reference Organization AWORG_REVCHAR10AWORG

Key field Non-key field



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

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

How to access SAP table COVPT2

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