CPED_COVERAGE SAP (Coverage - General Master Data) Table details

Dictionary Type: Table
Description: Coverage - General Master Data




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




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

CPED_COVERAGE is a standard SAP Table which is used to store Coverage - General Master Data data and is available within R/3 SAP systems depending on the version and release level.

The CPED_COVERAGE table consists of various fields, each holding specific information or linking keys about Coverage - General Master Data data available in SAP. These include COVERAGE_GUID (Coverage - GUID), APPLICATION (CPE Caller - Application using CPE), ORGANIZATION (CPE Caller - Organization), PARTNER_GUID (Business Partner GUID).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP CPED_COVERAGE table 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
CLIENTClient MANDTCLNT3Assigned to domainMANDT
COVERAGE_GUIDCoverage - GUID CPET_COVERAGE_GUIDRAW16SYSUUID
APPLICATIONCPE Caller - Application using CPE CPET_APPLICATIONCHAR4CPE_APPLICATION
ORGANIZATIONCPE Caller - Organization CPET_ORGANIZATIONCHAR14HROBJEC_14
PARTNER_GUIDBusiness Partner GUID BU_PARTNER_GUIDRAW16SYSUUID
COV_UOMCoverage - Unit of Measure of Commodity CPET_COVERAGEUOMUNIT3T006CUNITMEINS
COVERAGEIDCoverage Number CPET_COVERAGEIDCHAR10CPE_DOCUMENT
COV_VALIDTOCoverage - Validity of Commodity Coverage CPET_COV_VALIDTOCHAR14TIMESTAMP
COV_STOCKCoverage - Current Commodity Stock CPET_COV_STOCKQUAN15(3) CPE_QUANTITY
COV_CONSUMEDCoverage - Consumed Commodity Quantity CPET_COV_CONSUMEDQUAN15(3) CPE_QUANTITY
COV_TOLERANCECoverage - Tolerance for Consumption of Commodity CPET_COV_TOLERANCEDEC3(1) CPE_COV_TOLERANCE
FORMIDCPE Formula - Key CPET_FORMIDCHAR10CPE_FORMIDCPE_FORMID
FORMINPUT_GUIDCPE Formula - GUID of Changed Input for General Data CPET_FORMINPUT_GUIDRAW16SYSUUID
FORMRATECPE Formula - Rate in Formula Currency CPET_FORMRATECURR15(2) CPE_AMOUNT
FORMCURRCPE Formula - Currency CPET_FORMCURRCUKY5TCURCWAERS
FORMPRUNCPE Formula - Price Unit CPET_FORMPRUNDEC5CPE_PRUN
FORMSTATUSCPE Formula - Status of Evaluation CPET_FORMSTATUSNUMC2CPE_FORMSTATUS

Key field Non-key field



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

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

SELECT SINGLE *
FROM CPED_COVERAGE
INTO CORRESPONDING FIELDS OF WA_CPED_COVERAGE
WHERE...

How to access SAP table CPED_COVERAGE

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