CEBWKYF SAP (Transfer of Calculated Key Figures from CO-PA to SAP BW) Structure details

Dictionary Type: Structure
Description: Transfer of Calculated Key Figures from CO-PA to SAP BW




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




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

CEBWKYF 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 "Transfer of Calculated Key Figures from CO-PA to SAP BW" 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_CEBWKYF TYPE CEBWKYF.

The CEBWKYF table consists of various fields, each holding specific information or linking keys about Transfer of Calculated Key Figures from CO-PA to SAP BW data available in SAP. These include COPASLQTY (Sales Quantity), COPAREVEN (Revenue), COPACDSCN (Customer Discount), COPAPDSCN (Product Discount).. 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: Can be enhanced (character-type or numeric)


SAP CEBWKYF 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
COPASLQTUSales Unit COPASLQTUUNIT3Assigned to domainCUNITMEINS
COPASLQTYSales Quantity COPASLQTYQUAN15(3) MENGV15_3
COPAREVENRevenue COPAREVENCURR15(2) WERTV8
COPACDSCNCustomer Discount COPACDSCNCURR15(2) WERTV8
COPAPDSCNProduct Discount COPAPDSCNCURR15(2) WERTV8
COPAQDSCNQuantity Discount COPAQDSCNCURR15(2) WERTV8
COPASPROMPromotion COPASPROMCURR15(2) WERTV8
COPACASHDCash Discount COPACASHDCURR15(2) WERTV8
COPAREBATRebates COPAREBATCURR15(2) WERTV8
COPAODSCNOther sales deductions COPAODSCNCURR15(2) WERTV8
COPADISCTTotal sales deductions COPADISCTCURR15(2) WERTV8
COPANETSLNet sales COPANETSLCURR15(2) WERTV8
COPASCOMMSales Commission COPASCOMMCURR15(2) WERTV8
COPASDIRSSpecial Direct Costs from Sales COPASDIRSCURR15(2) WERTV8
COPAFRGTCAnticipated Shipment Costs COPAFRGTCCURR15(2) WERTV8
COPADIRSLTotal Direct Sales Costs COPADIRSLCURR15(2) WERTV8
COPANETRVNet revenue COPANETRVCURR15(2) WERTV8
COPADMATCMaterial Direct Costs COPADMATCCURR15(2) WERTV8
COPAPRDCVVariable Production Costs COPAPRDCVCURR15(2) WERTV8
COPACOGSVTotal variable costs of goods manufact'd COPACOGSVCURR15(2) WERTV8
COPAMRGN1Contribution margin I COPAMRGN1CURR15(2) WERTV8
COPAMATOHMaterial Overhead Costs COPAMATOHCURR15(2) WERTV8
COPAPRDCFFixed Production Costs COPAPRDCFCURR15(2) WERTV8
COPACOGSFTotal fixed costs of goods manufactured COPACOGSFCURR15(2) WERTV8
COPAMRGN2Contribution margin II COPAMRGN2CURR15(2) WERTV8
COPAVRNCSTotal Variances COPAVRNCSCURR15(2) WERTV8
COPAMRGN3Contribution margin III COPAMRGN3CURR15(2) WERTV8
COPAOHMRKMarketing Overhead Costs COPAOHMRKCURR15(2) WERTV8
COPAOHSLSSales Overhead COPAOHSLSCURR15(2) WERTV8
COPAOHADMAdministrative Overhead Costs COPAOHADMCURR15(2) WERTV8
COPAOHRNDResearch and Development Overhead COPAOHRNDCURR15(2) WERTV8
COPAOHLOGLogistical Overhead Costs COPAOHLOGCURR15(2) WERTV8
COPAOHOTHOther Overhead Costs COPAOHOTHCURR15(2) WERTV8
COPAOVHDCTotal Overhead Costs COPAOVHDCCURR15(2) WERTV8
COPAPROFTOperating Profit or Loss COPAPROFTCURR15(2) WERTV8
COPAUSR01Ratio 1 COPAUSR01CURR15(2) WERTV8
COPAUSR02Ratio 2 COPAUSR02CURR15(2) WERTV8
COPAUSR03Key Figure 3 COPAUSR03CURR15(2) WERTV8
COPAUSR04Key Figure 4 COPAUSR04CURR15(2) WERTV8
COPAUSR05Key Figure 5 COPAUSR05CURR15(2) WERTV8
COPAUSR06Key Figure 6 COPAUSR06CURR15(2) WERTV8
COPAUSR07Key Figure 7 COPAUSR07CURR15(2) WERTV8
COPAUSR08Key Figure 8 COPAUSR08CURR15(2) WERTV8
COPAUSR09Key Figure 9 COPAUSR09CURR15(2) WERTV8
COPACOGSTotal Cost of Goods Manufactured COPACOGSCURR15(2) WERTV8

Key field Non-key field



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

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

How to access SAP table CEBWKYF

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