C_MatlPrpslAdjmtFctrIsAppld
Adjusment Factor is applied on the Material Proposal
C_MatlPrpslAdjmtFctrIsAppld is a Consumption CDS View that provides data about "Adjusment Factor is applied on the Material Proposal" in SAP S/4HANA. It reads from 1 data source (I_Indicator) and exposes 2 fields with key field MatlPrpslAdjmtFctrIsApplied.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_Indicator | _Indicator | from |
Annotations (10)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | CADJFCTRAPPLD | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AccessControl.authorizationCheck | #CHECK | view | |
| EndUserText.label | Adjusment Factor is applied on the Material Proposal | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| VDM.viewType | #CONSUMPTION | view | |
| ObjectModel.usageType.dataClass | #TRANSACTIONAL | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| ObjectModel.resultSet.sizeCategory | #XS | view |
Fields (2)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | MatlPrpslAdjmtFctrIsApplied | I_Indicator | IndicatorValue | |
| IndicatorText |
@AbapCatalog.sqlViewName: 'CADJFCTRAPPLD'
@AbapCatalog.compiler.compareFilter: true
@AccessControl.authorizationCheck: #CHECK
@EndUserText.label: 'Adjusment Factor is applied on the Material Proposal'
@ClientHandling.algorithm: #SESSION_VARIABLE
@VDM.viewType: #CONSUMPTION
@ObjectModel.usageType.dataClass: #TRANSACTIONAL
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.sizeCategory: #S
@ObjectModel.resultSet: {
sizeCategory: #XS
}
define view C_MatlPrpslAdjmtFctrIsAppld
as select from I_Indicator as _Indicator
{
@ObjectModel: {text: {
element: [ 'IndicatorText' ]
} }
@UI.textArrangement: #TEXT_ONLY
key _Indicator.IndicatorValue as MatlPrpslAdjmtFctrIsApplied,
_Indicator._IndicatorText[1:Language=$session.system_language].IndicatorText
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_INDICATOR",
"I_INDICATORTEXT"
],
"ASSOCIATED":
[],
"BASE":
[],
"VERSION":0
}
}*/
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