I_SalesDocumentCreationStatus

DDL: I_SALESDOCUMENTCREATIONSTATUS SQL: ISDCRTNSTS Type: view BASIC

Sales Document Creation Status

I_SalesDocumentCreationStatus is a Basic CDS View (Dimension) that provides data about "Sales Document Creation Status" in SAP S/4HANA. It reads from 1 data source (dd07l) and exposes 2 fields with key field SalesDocumentCreationStatus. It has 1 association to related views.

Data Sources (1)

SourceAliasJoin Type
dd07l dd07l from

Associations (1)

CardinalityTargetAliasCondition
[0..*] I_SalesDocCreationStatusText _Text $projection.SalesDocumentCreationStatus = _Text.SalesDocumentCreationStatus

Annotations (18)

NameValueLevelField
AbapCatalog.sqlViewName ISDCRTNSTS view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
ClientHandling.algorithm #SESSION_VARIABLE view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.dataClass #MASTER view
ObjectModel.resultSet.sizeCategory #XS view
ObjectModel.representativeKey SalesDocumentCreationStatus view
ObjectModel.dataCategory #VALUE_HELP view
VDM.viewType #BASIC view
AccessControl.authorizationCheck #NOT_REQUIRED view
EndUserText.label Sales Document Creation Status view
Metadata.ignorePropagatedAnnotations true view
Analytics.dataCategory #DIMENSION view
Analytics.dataExtraction.enabled true view
Analytics.internalName #LOCAL view
VDM.lifecycle.contract.type #PUBLIC_LOCAL_API view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY SalesDocumentCreationStatus
_Text _Text
@AbapCatalog.sqlViewName: 'ISDCRTNSTS'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@ClientHandling.algorithm: #SESSION_VARIABLE 
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.sizeCategory: #S
@ObjectModel.usageType.dataClass: #MASTER
@ObjectModel.resultSet.sizeCategory: #XS
@ObjectModel.representativeKey: 'SalesDocumentCreationStatus'
@ObjectModel.dataCategory:#VALUE_HELP
@VDM.viewType: #BASIC
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Sales Document Creation Status'
@Metadata.ignorePropagatedAnnotations: true
@Analytics.dataCategory: #DIMENSION
@Analytics.dataExtraction.enabled: true
@Analytics.internalName: #LOCAL
@VDM.lifecycle.contract.type: #PUBLIC_LOCAL_API

define view I_SalesDocumentCreationStatus 
as select from dd07l
   association [0..*] to I_SalesDocCreationStatusText as _Text 
      on $projection.SalesDocumentCreationStatus = _Text.SalesDocumentCreationStatus
{
    @ObjectModel.text.association: '_Text'
    key cast ( substring( domvalue_l, 1, 1 ) as slsdoc_creation_status ) as SalesDocumentCreationStatus,

    _Text
}
where domname  = 'SLSDOC_CREATION_STATUS' 
  and as4local = 'A'
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"DD07L"
],
"ASSOCIATED":
[
"I_SALESDOCCREATIONSTATUSTEXT"
],
"BASE":
[],
"ANNO_REF":
[],
"VERSION":0
}
}*/