I_SalesDocumentImportStatus

DDL: I_SALESDOCUMENTIMPORTSTATUS SQL: ISDIMPRTSTATUS Type: view BASIC

Sales Document Import Status

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

Data Sources (1)

SourceAliasJoin Type
dd07l dd07l from

Associations (1)

CardinalityTargetAliasCondition
[0..*] I_SalesDocImportStatusText _Text $projection.SalesDocumentImportStatus = _Text.SalesDocumentImportStatus

Annotations (19)

NameValueLevelField
AbapCatalog.sqlViewName ISDIMPRTSTATUS 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.dataCategory #VALUE_HELP view
ObjectModel.representativeKey SalesDocumentImportStatus view
VDM.viewType #BASIC view
AccessControl.authorizationCheck #NOT_REQUIRED view
EndUserText.label Sales Document Import 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
Search.searchable true view

Fields (3)

KeyFieldSource TableSource FieldDescription
KEY SalesDocumentImportStatus
DomainValue dd07l domvalue_l
_Text _Text
@AbapCatalog.sqlViewName: 'ISDIMPRTSTATUS'
@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.dataCategory:#VALUE_HELP
@ObjectModel.representativeKey: 'SalesDocumentImportStatus'
@VDM.viewType: #BASIC
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Sales Document Import Status'
@Metadata.ignorePropagatedAnnotations: true
@Analytics.dataCategory: #DIMENSION
@Analytics.dataExtraction.enabled: true
@Analytics.internalName: #LOCAL
@VDM.lifecycle.contract.type: #PUBLIC_LOCAL_API
@Search.searchable: true
define view I_SalesDocumentImportStatus
  as select from dd07l
  association [0..*] to I_SalesDocImportStatusText as _Text on $projection.SalesDocumentImportStatus = _Text.SalesDocumentImportStatus
{
      @ObjectModel.text.association: '_Text'      
      key cast ( substring( domvalue_l, 1, 1 ) as slsdoc_import_status ) as SalesDocumentImportStatus,
      
      @Analytics.hidden: true
      @Consumption.hidden: true
      @Search.defaultSearchElement: true
      @Search.ranking: #HIGH
      dd07l.domvalue_l                                                     as DomainValue,

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