COEPX SAP (Communication COEPs and Settlement) Structure details

Dictionary Type: Structure
Description: Communication COEPs and Settlement




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




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

COEPX 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 "Communication COEPs and Settlement" 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_COEPX TYPE COEPX.

The COEPX table consists of various fields, each holding specific information or linking keys about Communication COEPs and Settlement data available in SAP. These include BELNR (Document Number), BUZEI (Posting row), PERIO (Period), WTGBTR (Total Value in Transaction Currency).. 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 COEPX 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
KOKRSControlling Area KOKRSCHAR4Assigned to domainCACCDCAC
BELNRDocument Number CO_BELNRCHAR10Assigned to domainALPHACO_BELNRBLN
BUZEIPosting row CO_BUZEINUMC3BUZEI
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
WKFBTRFixed Value in Controlling Area Currency WKFXXXCURR15(2) WERTV8
PAGBTRTotal Price Variance in CO Area Currency PAGXXXCURR15(2) WERTV8
PAFBTRFixed Price Variance in CO Area Currency PAFXXXCURR15(2) WERTV8
MEGBTRTotal Quantity MEGXXXQUAN15(3) MENGV8
MEFBTRFixed Quantity MEFXXXQUAN15(3) MENGV8
MBGBTRTotal quantity entered MBGXXXQUAN15(3) MENGV8
MBFBTRFixed quantity entered MBFXXXQUAN15(3) MENGV8
OBJNRObject number J_OBJNRCHAR22Assigned to domainJ_OBJNRONR
GJAHRFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
WRTTPValue Type CO_WRTTPCHAR2CO_WRTTP
KSTARCost Element KSTARCHAR10Assigned to domainALPHAKSTARKAT
HRKFTOrigin Group as Subdivision of Cost Element HRKFTCHAR4Assigned to domainHRKFT
VRGNGCO Business Transaction CO_VORGANGCHAR4Assigned to domainJ_VORGANG
USPOBSource Object (Cost Center/Activity Type) USPOBCHAR22Assigned to domainJ_OBJNR
BEKNZDebit/credit indicator BEKNZCHAR1BEKNZBEKNZ
TWAERTransaction Currency TWAERCUKY5Assigned to domainWAERSFWS
WERKSPlant WERKS_DCHAR4Assigned to domainWERKSWRKH_T001W_C
MATNRMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
WTGRESTotal rem.val. in transaction currency WTGRESCURR15(2) WERTV8
WOGRESTotal rem.value in object currency WOGRESCURR15(2) WERTV8
WKGRESTotal rem. value in controlling area currency WKGRESCURR15(2) WERTV8
WKFRESRem.value fixed in controlling area currency WKFRESCURR15(2) WERTV8
VBUREGDistribution rule group BRSGRNUMC3NUMC3
ABUREGDistribution rule group BRSGRNUMC3NUMC3
BUREGDistribution rule group BRSGRNUMC3NUMC3
ABWNRProcessing number ABWNRNUMC2NUM2
ABWSTStatus of transf./settlmt. of line item in cap.inv. measure ABSTTCHAR2ABSTT
ABWDAPosting date of development IM_DATUMDATS8DATUM
ABWNR1Prelim. settlmt. of devel. no. ABWNR1NUMC2NUM2
ABWNR2Devel. no. of the settlmt./transfer ABWNR2NUMC2NUM2
ABWNR3Dev. number retirement ABWNR3NUMC2NUM2
FLGVORIndicator: Prel.settlement carried out FLGVORCHAR1XFELD
FLGABGIndicator: settlement/transfer carried out FLGABGCHAR1XFELD
KWAERControlling area currency KWAERCUKY5Assigned to domainWAERSKWS
OWAERCurrency Key OWAERCUKY5Assigned to domainWAERSOWS
ABGDAPosting date of transfer to asset under construction IM_AUCDADATS8DATUM
WSDATValue Date for Currency Translation WSDATDATS8DATUMWSD
URZUOSource Assignment URZUOCHAR3Assigned to domainALPHACO_SCZUO
BELTPDebit type BP_INOUTNUMC1BP_INOUT
VERSNVersion VERSNCHAR3Assigned to domainALPHACOVERSIKVS
MEINHUnit of Measure CO_MEINHUNIT3Assigned to domainCUNITMEINS

Key field Non-key field



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

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

How to access SAP table COEPX

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