I_PROPOSALSTATUSTEXT

CDS View

Demand Driven Proposal Status Desc

I_PROPOSALSTATUSTEXT is a CDS View in S/4HANA. Demand Driven Proposal Status Desc. It contains 2 fields. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
C_StockLevelProposalStatus view_entity from CONSUMPTION Stock Level Proposal Status

Fields (2)

KeyField CDS FieldsUsed in Views
KEY StockLevelProposalStatus StockLevelProposalStatus 1
ProposalStatusDescription ProposalStatusDescription 1
@EndUserText.label: 'Demand Driven Proposal Status Desc'
@ObjectModel.dataCategory: #TEXT
@Analytics.technicalName: 'IDDPRPSLSTSTXT'
@ObjectModel.representativeKey: 'StockLevelProposalStatus'
@ObjectModel.usageType.dataClass: #META
@ObjectModel.usageType.serviceQuality: #B
@ObjectModel.usageType.sizeCategory: #S
@VDM.viewType: #BASIC
@AccessControl.authorizationCheck: #NOT_REQUIRED


define view entity I_ProposalStatusText as select from dd07t
association [0..1] to I_ProposalStatus as _ProposalStatus on $projection.StockLevelProposalStatus = _ProposalStatus.StockLevelProposalStatus
association [0..1] to I_Language as _Language on dd07t.ddlanguage = _Language.Language
{
  key cast ( substring( dd07t.domvalue_l, 1, 1 ) as pph_proposal_status ) as StockLevelProposalStatus,

      @ObjectModel.foreignKey.association: '_Language'
      @Semantics.language: true
  key dd07t.ddlanguage                                       as Language,

      @Semantics.text: true
      dd07t.ddtext                                           as ProposalStatusDescription,

    _Language,
    _ProposalStatus
}
where
      dd07t.domname  = 'PPH_PROPOSAL_STATUS'
  and dd07t.as4local = 'A'