I_ACMPrcgTermInputData
Interface Layer for Prcg Term Input Data
I_ACMPrcgTermInputData is a Basic CDS View that provides data about "Interface Layer for Prcg Term Input Data" in SAP S/4HANA. It reads from 1 data source (cped_terminput) and exposes 14 fields with key field ACMPrcgTermInputUUID.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| cped_terminput | cped_terminput | from |
Annotations (12)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | IPRCGTRMINPDATA | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AbapCatalog.preserveKey | true | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| ClientHandling.type | #INHERITED | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| VDM.viewType | #BASIC | view | |
| ObjectModel.usageType.dataClass | #TRANSACTIONAL | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| ObjectModel.usageType.serviceQuality | #C | view | |
| ObjectModel.usageType.sizeCategory | #L | view | |
| EndUserText.label | Interface Layer for Prcg Term Input Data | view |
Fields (14)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | ACMPrcgTermInputUUID | terminput_guid | ||
| PricingConditionTermFixedRate | fixtermrate_df34 | |||
| PrcgConditionTermFixedRateCrcy | fixtermcurr | |||
| PrcgConditionTermFixedRateQty | fixtermprun | |||
| PrcgCndnTermFixedRateQtyUnit | fixtermuom | |||
| DerivativeContrSpecification | dcsid | |||
| ACMPricingMarketIdentifierCode | mic | |||
| MaturityKeyDate | keydate | |||
| CmmdtyMaturityMonthYear | ||||
| PricingConditionQuotationKey | quotkey | |||
| ACMTermCalcType | termtype | |||
| PriceQuotationType | pricetype | |||
| CmmdtyOrdReqDocExternalID | ||||
| BasisType | basis_type |
@AbapCatalog.sqlViewName: 'IPRCGTRMINPDATA'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@ClientHandling.type: #INHERITED
@ClientHandling.algorithm: #SESSION_VARIABLE
@VDM.viewType: #BASIC
@ObjectModel.usageType.dataClass: #TRANSACTIONAL
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel.usageType.serviceQuality: #C
@ObjectModel.usageType.sizeCategory: #L
@EndUserText.label: 'Interface Layer for Prcg Term Input Data'
define view I_ACMPrcgTermInputData
as select from cped_terminput
{
key terminput_guid as ACMPrcgTermInputUUID,
fixtermrate_df34 as PricingConditionTermFixedRate,
fixtermcurr as PrcgConditionTermFixedRateCrcy,
@Semantics.quantity.unitOfMeasure: 'PrcgCndnTermFixedRateQtyUnit'
fixtermprun as PrcgConditionTermFixedRateQty,
@Semantics.unitOfMeasure: true
fixtermuom as PrcgCndnTermFixedRateQtyUnit,
dcsid as DerivativeContrSpecification,
mic as ACMPricingMarketIdentifierCode,
keydate as MaturityKeyDate,
cast(substring( keydate, 1, 4) as cmmfdof_aif_maturity_mon_yr ) as CmmdtyMaturityMonthYear,
quotkey as PricingConditionQuotationKey,
termtype as ACMTermCalcType,
pricetype as PriceQuotationType,
cast( psmguid as cmmfdor_ordreqdocexternalid ) as CmmdtyOrdReqDocExternalID,
basis_type as BasisType
}
Learn More
- What Is a CDS View in SAP S/4HANA?
- Types of CDS Views: Basic, Composite, Consumption, and Transactional
- SAP Tables vs CDS Views — Key Differences
- Understanding Data Lineage in SAP S/4HANA
- VDM (Virtual Data Model) in SAP S/4HANA Explained
- CDS View Annotations — A Complete Guide
- 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