C_MatlPriceModificationReason

DDL: C_MATLPRICEMODIFICATIONREASON SQL: CMPRCMODRSNT Type: view CONSUMPTION Package: ODATA_ML_UPLMATINVPR

Material Price Modification Reason

C_MatlPriceModificationReason is a Consumption CDS View that provides data about "Material Price Modification Reason" in SAP S/4HANA. It reads from 1 data source (I_MatlPrChgAcctDetnDiffntnRsn) and exposes 7 fields with key fields MatlPrChgAcctDetnDiffntnRsn, TransactionCode. It is exposed through 1 OData service (ASQL_F4006). Part of development package ODATA_ML_UPLMATINVPR.

Data Sources (1)

SourceAliasJoin Type
I_MatlPrChgAcctDetnDiffntnRsn I_MatlPrChgAcctDetnDiffntnRsn from

Annotations (11)

NameValueLevelField
AbapCatalog.sqlViewName CMPRCMODRSNT view
EndUserText.label Material Price Modification Reason view
AccessControl.authorizationCheck #NOT_REQUIRED view
ClientHandling.algorithm #SESSION_VARIABLE view
VDM.viewType #CONSUMPTION view
AbapCatalog.preserveKey true view
AbapCatalog.compiler.compareFilter true view
ObjectModel.representativeKey MatlPrChgAcctDetnDiffntnRsn view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.dataClass #CUSTOMIZING view

OData Services (1)

ServiceBindingVersionContractRelease
ASQL_F4006 ASQL_F4006 C2 NOT_RELEASED

Fields (7)

KeyFieldSource TableSource FieldDescription
KEY MatlPrChgAcctDetnDiffntnRsn MatlPrChgAcctDetnDiffntnRsn Reason
KEY TransactionCode TransactionCode Transaction Code
GLAcctDetnDifferentiation GLAcctDetnDifferentiation Account Modif.
IsDfltAcctDetnDiffntnRsn IsDfltAcctDetnDiffntnRsn Default Entry
CostOriginGroup CostOriginGroup Origin Group
AccountingPrinciple AccountingPrinciple AP Ledger/CoCode
MatlPrChgAcctDetnDiffntnRsnTxt

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_MatlPriceModificationReason.
-- 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: CMPRCMODRSNT

CREATE VIEW C_MatlPriceModificationReason AS
SELECT
  MatlPrChgAcctDetnDiffntnRsn,
  TransactionCode,
  GLAcctDetnDifferentiation,
  IsDfltAcctDetnDiffntnRsn,
  CostOriginGroup,
  AccountingPrinciple,
  _Text[Language = $session.system_language ].MatlPrChgAcctDetnDiffntnRsnTxt AS MatlPrChgAcctDetnDiffntnRsnTxt
FROM I_MatlPrChgAcctDetnDiffntnRsn
;