I_ACMTrdgContrPrcgMaster
Pricing Master Data
I_ACMTrdgContrPrcgMaster is a Basic CDS View that provides data about "Pricing Master Data" in SAP S/4HANA. It reads from 1 data source (/accgo/t_prmt_md) and exposes 25 fields with key field ACMPriceMethodProgramID.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| /accgo/t_prmt_md | /accgo/t_prmt_md | from |
Annotations (11)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | ICONTRPRCGMASTER | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AbapCatalog.preserveKey | true | view | |
| AccessControl.authorizationCheck | #CHECK | view | |
| EndUserText.label | Pricing Master Data | view | |
| VDM.viewType | #BASIC | view | |
| VDM.lifecycle.contract.type | #PUBLIC_LOCAL_API | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| ObjectModel.usageType.dataClass | #MASTER | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.usageType.sizeCategory | #L | view |
Fields (25)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | ACMPriceMethodProgramID | program_id | Program ID | |
| ACMPriceMethodProgram | program_name | Program Name | ||
| ACMPriceMethodProgramName | external_code | External Code | ||
| ACMPriceMethodProgramFamily | program_family | Program Family | ||
| ACMPriceMethodProgramType | program_type | Program Type | ||
| ACMPriceMethodProgramTypeName | external_code_pt | Program Type (Code) | ||
| ACMPrcMethSignUpStartDate | sign_up_start_date | Signup Start Date | ||
| ACMPrcMethSignUpEndDate | sign_up_end_date | Signup End Date | ||
| PlngDataPricingPeriodStartDate | pricing_start_date | PR SDat | ||
| PlngDataPricingPeriodEndDate | pricing_end_date | Pricing End Date | ||
| DerivativeContractMaturityCode | maturity_code | Contr. Maturity Code | ||
| ACMPrcMethCropYear | crop_year | Crop Year | ||
| ACMPrcMethMarketingTiming | marketing_timing | Market Timing | ||
| ACMPrcMethPriceFutures | price_futures | Futures Pricing | ||
| Currency | currency | Valuation Crcy | ||
| ACMPricingUnitOfMeasure | unit_of_measurement | Unit of Measure | ||
| TrdgContrPurgNetPriceQuantity | per_quantity | Price Unit | ||
| ACMTrdgContrPrcgStatusText | status | Workflow Status | ||
| ACMPricingMethodStatusName | status_text | Status Text | ||
| ACMSettlmtDocPaytSpltCreatedBy | created_by | Version Created By | ||
| TradingContrCreatedOnDate | created_on | Variant created on | ||
| GrantCreatedOnDateTime | created_tstmp | Time Stamp | ||
| ChangedBy | changed_by | User Name | ||
| DateFunctionChangedOn | /accgo/t_prmt_md | changed_on | Variant Changed on | |
| GrantChangedOnDateTime | changed_tstmp | Time Stamp |
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 I_ACMTrdgContrPrcgMaster.
-- 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: ICONTRPRCGMASTER
CREATE VIEW I_ACMTrdgContrPrcgMaster AS
SELECT
program_id AS ACMPriceMethodProgramID,
program_name AS ACMPriceMethodProgram,
external_code AS ACMPriceMethodProgramName,
program_family AS ACMPriceMethodProgramFamily,
program_type AS ACMPriceMethodProgramType,
external_code_pt AS ACMPriceMethodProgramTypeName,
sign_up_start_date AS ACMPrcMethSignUpStartDate,
sign_up_end_date AS ACMPrcMethSignUpEndDate,
pricing_start_date AS PlngDataPricingPeriodStartDate,
pricing_end_date AS PlngDataPricingPeriodEndDate,
maturity_code AS DerivativeContractMaturityCode,
crop_year AS ACMPrcMethCropYear,
marketing_timing AS ACMPrcMethMarketingTiming,
price_futures AS ACMPrcMethPriceFutures,
Currency,
unit_of_measurement AS ACMPricingUnitOfMeasure,
per_quantity AS TrdgContrPurgNetPriceQuantity,
status AS ACMTrdgContrPrcgStatusText,
status_text AS ACMPricingMethodStatusName,
created_by AS ACMSettlmtDocPaytSpltCreatedBy,
created_on AS TradingContrCreatedOnDate,
created_tstmp AS GrantCreatedOnDateTime,
changed_by AS ChangedBy,
/accgo/t_prmt_md.changed_on AS DateFunctionChangedOn,
changed_tstmp AS GrantChangedOnDateTime
FROM /accgo/t_prmt_md
;
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