C_EvtBsdProdnCostError
Manage Event-Based Posting Errors
C_EvtBsdProdnCostError is a Consumption CDS View that provides data about "Manage Event-Based Posting Errors" in SAP S/4HANA. It reads from 1 data source (R_EvtBsdProdnCostError) and exposes 27 fields with key fields EventBasedProdnCostErrorUUID, EvtBsdProdnCostErrorObject, LogNumber, Ledger, CompanyCode. It has 5 associations to related views.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| R_EvtBsdProdnCostError | R_EvtBsdProdnCostError | from |
Associations (5)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..1] | I_UserContactCard | _CreatedByUserContactCard | $projection.CreatedByUser = _CreatedByUserContactCard.ContactCardID |
| [0..1] | I_OrderCategoryText | _OrderCategoryText | $projection.OrderCategory = _OrderCategoryText.OrderCategory |
| [1..1] | I_Ledger | _Ledger | $projection.Ledger = _Ledger.Ledger |
| [1..1] | I_CompanyCode | _CompanyCode | $projection.CompanyCode = _CompanyCode.CompanyCode |
| [0..1] | I_Plant | _Plant | $projection.Plant = _Plant.Plant |
Annotations (13)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | CEBPOSTGERROR | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AbapCatalog.preserveKey | true | view | |
| AccessControl.authorizationCheck | #CHECK | view | |
| EndUserText.label | Manage Event-Based Posting Errors | view | |
| Metadata.allowExtensions | true | view | |
| ObjectModel.usageType.serviceQuality | #C | view | |
| ObjectModel.usageType.sizeCategory | #L | view | |
| ObjectModel.usageType.dataClass | #MIXED | view | |
| VDM.viewType | #CONSUMPTION | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| AccessControl.personalData.blocking | #REQUIRED | view | |
| Metadata.ignorePropagatedAnnotations | true | view |
Fields (27)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | EventBasedProdnCostErrorUUID | EventBasedProdnCostErrorUUID | Unique identification of an entry in DBTABLOG | |
| KEY | EvtBsdProdnCostErrorObject | EvtBsdProdnCostErrorObject | ||
| KEY | LogNumber | LogNumber | UUID | |
| KEY | Ledger | Ledger | Ledger | |
| KEY | CompanyCode | CompanyCode | Receiver Company Code | |
| LedgerName | ||||
| CompanyCodeName | _CompanyCode | CompanyCodeName | Company Name | |
| EventBasedProdnCostRefProcess | EventBasedProdnCostRefProcess | Source Transaction | ||
| EvtBsdProdnCostRefProcessName | EvtBsdProdnCostRefProcessName | |||
| LogHandle | LogHandle | LogsHandle | ||
| EvtBsdProdnCostErrObjectType | EvtBsdProdnCostErrObjectType | Object Type | ||
| EvtBsdProdnCostErrObjTypeName | EvtBsdProdnCostErrObjTypeName | |||
| BusinessTransactionCategory | BusinessTransactionCategory | Error Category | ||
| BusTransactionCategoryName | BusTransactionCategoryName | |||
| OrderCategory | OrderCategory | Order Category | ||
| OrderCategoryName | ||||
| OrderType | OrderType | Order Type | ||
| LogMessageText | LogMessageText | Error | ||
| Plant | Plant | Valuation Area | ||
| PlantName | _Plant | PlantName | Plant Name | |
| OrderID | OrderID | Order ID | ||
| Product | Product | Product Sold | ||
| SalesOrder | SD Document | |||
| SalesOrderItem | Sales Order Item | |||
| CreatedByUser | CreatedByUser | User Name | ||
| CreationDate | Time Stamp | |||
| _CreatedByUserContactCard | _CreatedByUserContactCard |
Derived SQL interpretation, reconstructed from the parsed view metadata (data sources, associations, and field mappings). SAP annotations are omitted and the structure is reformulated as SQL — this is a functional approximation, not the verbatim SAP source.
-- Derived SQL interpretation of CDS view C_EvtBsdProdnCostError.
-- Reconstructed from parsed metadata (data sources, associations, fields).
-- SAP annotations are omitted and the structure is reformulated as SQL;
-- this is a functional approximation, not the verbatim SAP source. Some join
-- conditions may be unavailable and a few CDS constructs are kept as-is.
-- SQL view name: CEBPOSTGERROR
CREATE VIEW C_EvtBsdProdnCostError AS
SELECT
EventBasedProdnCostErrorUUID,
EvtBsdProdnCostErrorObject,
LogNumber,
Ledger,
CompanyCode,
_Ledger._Text[1: Language = $session.system_language].LedgerName AS LedgerName,
_CompanyCode.CompanyCodeName AS CompanyCodeName,
EventBasedProdnCostRefProcess,
EvtBsdProdnCostRefProcessName,
LogHandle,
EvtBsdProdnCostErrObjectType,
EvtBsdProdnCostErrObjTypeName,
BusinessTransactionCategory,
BusTransactionCategoryName,
OrderCategory,
_OrderCategoryText[1: Language = $session.system_language].OrderCategoryName AS OrderCategoryName,
OrderType,
LogMessageText,
Plant,
_Plant.PlantName AS PlantName,
OrderID,
Product,
cast(SalesOrder as co_kdauf ) AS SalesOrder,
cast(SalesOrderItem as co_kdpos) AS SalesOrderItem,
CreatedByUser,
cast(CreationDate as fis_auferfdat) AS CreationDate
FROM R_EvtBsdProdnCostError
LEFT OUTER JOIN I_UserContactCard AS _CreatedByUserContactCard ON CreatedByUser = _CreatedByUserContactCard.ContactCardID -- association [0..1]
LEFT OUTER JOIN I_OrderCategoryText AS _OrderCategoryText ON OrderCategory = _OrderCategoryText.OrderCategory -- association [0..1]
LEFT OUTER JOIN I_Ledger AS _Ledger ON Ledger = _Ledger.Ledger -- association [1..1]
LEFT OUTER JOIN I_CompanyCode AS _CompanyCode ON CompanyCode = _CompanyCode.CompanyCode -- association [1..1]
LEFT OUTER JOIN I_Plant AS _Plant ON Plant = _Plant.Plant -- association [0..1]
;
Learn More
- VDM (Virtual Data Model) in SAP S/4HANA Explained
- Types of CDS Views: Basic, Composite, Consumption, and Transactional
- CDS View Annotations — A Complete Guide
- What Is a CDS View in SAP S/4HANA?
- SAP Tables vs CDS Views — Key Differences
- Understanding Data Lineage in SAP S/4HANA
- CDS View Field Mapping and Associations
- Understanding the SAP S/4HANA Data Model
- CDS View Extensions and Custom Fields in SAP S/4HANA
- Released APIs and Stability Contracts in SAP S/4HANA
- BSEG to ACDOCA: The Universal Journal Migration
- Business Partner Migration: KNA1/LFA1 to BUT000
- Material Document Migration: MSEG/MKPF to MATDOC
- How to Find the Right CDS View for an SAP Table
- BW Extractor to CDS View Migration Guide
- S/4HANA CDS View Deprecation: What You Need to Know
- ABAP CDS View Tutorial — From Basics to Real-World Examples
- RAP and CDS Views — Building Transactional Apps in SAP S/4HANA
- Sales Document Status Migration: VBUP/VBUK Removal in S/4HANA
- CO Tables in S/4HANA: COEP, COBK, COSS, COSP to ACDOCA