CEEPW SAP (Default table for all CO-PA value flds.) Structure details

Dictionary Type: Structure
Description: Default table for all CO-PA value flds.




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




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

CEEPW 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 "Default table for all CO-PA value flds." 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_CEEPW TYPE CEEPW.

The CEEPW table consists of various fields, each holding specific information or linking keys about Default table for all CO-PA value flds. data available in SAP. These include ERLOS (Revenue), MRABA (Qty discount), PRABA (Price reduction), RABAT (Other discounts).. 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 CEEPW 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
ABSMGSales quantity RKE2_ABSMGQUAN15(3) MENGV15_3
ERLOSRevenue RKE2_ERLOSCURR15(2) WERTV8
MRABAQty discount RKE2_MRABACURR15(2) WERTV8
PRABAPrice reduction RKE2_PRABACURR15(2) WERTV8
RABATOther discounts RKE2_RABATCURR15(2) WERTV8
JBONUAnnual rebates RKE2_BONUSCURR15(2) WERTV8
AUSFROutgoingFreight RKE2_AUSFRCURR15(2) WERTV8
VSVPDispatchPackag. RKE2_VSVPCURR15(2) WERTV8
UMSLZLicensing Fees RKE2_UMSLZCURR15(2) WERTV8
PROVVExt. Commission RKE2_PROVVCURR15(2) WERTV8
PROVRInt. commission RKE2_PROVRCURR15(2) WERTV8
EINFRIncoming frght RKE2_EINFRCURR15(2) WERTV8
EINVPIncom.packaging RKE2_EINVPCURR15(2) WERTV8
WEINSGoods usage RKE2_WEINSCURR15(2) WERTV8
ROHSTRaw materials RKE2_ROHSTCURR15(2) WERTV8
MATGPVbl.mat.ovhd RKE2_MATGPCURR15(2) WERTV8
MATGFFixed mat.ovhd RKE2_MATGFCURR15(2) WERTV8
FERTPProportional production costs RKE2_FERTPCURR15(2) WERTV8
FERTFFix prod. costs RKE2_FERTFCURR15(2) WERTV8
SEKFPVbl. SDCP RKE2_SEKFPCURR15(2) WERTV8
SEKFFFixed SDCP RKE2_SEKFFCURR15(2) WERTV8
RSTKPProp.setup cost RKE2_RSTKPCURR15(2) WERTV8
RSTKFFix.setup costs RKE2_RSTKFCURR15(2) WERTV8
HILFSOper. supplies RKE2_HILFSCURR15(2) WERTV8
VWGKAdministration Overhead Costs RKE2_VWGKCURR15(2) WERTV8
VTRGKSales Overhead RKE2_VTRGKCURR15(2) WERTV8
STDPRStandard price RKE2_STDPRCURR15(2) WERTV8

Key field Non-key field



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

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

How to access SAP table CEEPW

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