C_MatlPrpslAdjmtFctrIsAppld

DDL: C_MATLPRPSLADJMTFCTRISAPPLD SQL: CADJFCTRAPPLD Type: view CONSUMPTION

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)

SourceAliasJoin Type
I_Indicator _Indicator from

Annotations (10)

NameValueLevelField
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)

KeyFieldSource TableSource FieldDescription
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
}
}*/