I_OverallSDDocReferenceStatus

DDL: I_OVERALLSDDOCREFERENCESTATUS SQL: ISDOVRDOCREFSTS Type: view BASIC Package: VDM_SD_SLS_GF

Overall SD Document Reference Status

I_OverallSDDocReferenceStatus is a Basic CDS View (Dimension) that provides data about "Overall SD Document Reference Status" in SAP S/4HANA. It reads from 1 data source (dd07l) and exposes 3 fields with key field OverallSDDocReferenceStatus. It has 1 association to related views. It is exposed through 5 OData services (C_SALESORDERMANAGE_SD, UI_SALESCONTRACTMANAGE, UI_SALESDOCUMENTMANAGE, ...). Part of development package VDM_SD_SLS_GF.

Data Sources (1)

SourceAliasJoin Type
dd07l dd07l from

Associations (1)

CardinalityTargetAliasCondition
[0..*] I_OverallSDDocReferenceStatusT _Text $projection.OverallSDDocReferenceStatus = _Text.OverallSDDocReferenceStatus

Annotations (17)

NameValueLevelField
ClientHandling.algorithm #SESSION_VARIABLE view
ObjectModel.dataCategory #VALUE_HELP view
ObjectModel.representativeKey OverallSDDocReferenceStatus view
ObjectModel.sapObjectNodeType.name OverallSDDocReferenceStatus view
ObjectModel.usageType.dataClass #META view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.resultSet.sizeCategory #XS view
EndUserText.label Overall SD Document Reference Status view
Analytics.dataCategory #DIMENSION view
Analytics.dataExtraction.enabled true view
VDM.viewType #BASIC view
AccessControl.authorizationCheck #NOT_REQUIRED view
AbapCatalog.sqlViewName ISDOVRDOCREFSTS view
Metadata.ignorePropagatedAnnotations true view
Search.searchable true view
Consumption.ranked true view

OData Services (5)

ServiceBindingVersionContractRelease
C_SALESORDERMANAGE_SD C_SALESORDERMANAGE_SRV V4 C1 NOT_RELEASED
UI_SALESCONTRACTMANAGE UI_SALESCONTRACTMANAGE V4 C1 NOT_RELEASED
UI_SALESDOCUMENTMANAGE UI_SALESDOCUMENTMANAGE V4 C1 NOT_RELEASED
UI_SALESQUOTATIONMANAGE UI_SALESQUOTATIONMANAGE V4 C1 NOT_RELEASED
UI_SLSORDERWITHOUTCHARGEMANAGE UI_SLSORDERWITHOUTCHARGEMANAGE V4 C1 NOT_RELEASED

Fields (3)

KeyFieldSource TableSource FieldDescription
KEY OverallSDDocReferenceStatus
DomainValue domvalue_l
_Text _Text
@ClientHandling.algorithm: #SESSION_VARIABLE 
@ObjectModel: {
  dataCategory: #VALUE_HELP, 
  representativeKey: 'OverallSDDocReferenceStatus',
  sapObjectNodeType.name: 'OverallSDDocReferenceStatus',
  usageType: {
    dataClass: #META,
    serviceQuality: #A, 
    sizeCategory: #S
  },
  resultSet.sizeCategory: #XS,
  supportedCapabilities: [ #ANALYTICAL_DIMENSION, #CDS_MODELING_ASSOCIATION_TARGET, #SQL_DATA_SOURCE, #CDS_MODELING_DATA_SOURCE, #EXTRACTION_DATA_SOURCE, #VALUE_HELP_PROVIDER, #SEARCHABLE_ENTITY ],
  modelingPattern: [ #ANALYTICAL_DIMENSION ]
}
@EndUserText.label: 'Overall SD Document Reference Status'
@Analytics: { dataCategory: #DIMENSION}
@Analytics.dataExtraction.enabled: true
@VDM.viewType: #BASIC
@AccessControl.authorizationCheck:#NOT_REQUIRED
@AbapCatalog.sqlViewName: 'ISDOVRDOCREFSTS'
@Metadata.ignorePropagatedAnnotations:true
@Search.searchable: true
@Consumption.ranked: true

define view I_OverallSDDocReferenceStatus 
as select from dd07l

association [0..*] to I_OverallSDDocReferenceStatusT as _Text on $projection.OverallSDDocReferenceStatus = _Text.OverallSDDocReferenceStatus
{
    @ObjectModel.text.association: '_Text'
    key cast (substring(dd07l.domvalue_l, 1, 1) as rfstk preserving type ) as OverallSDDocReferenceStatus,
    
    @Analytics.hidden: true
    @Consumption.hidden: true
    @Search.defaultSearchElement: true
    @Search.ranking: #HIGH
    domvalue_l as DomainValue,
    
    _Text
}
where (dd07l.domname = 'STATV') and (dd07l.as4local = 'A');