I_BkStmntPartialApplStatus

DDL: I_BKSTMNTPARTIALAPPLSTATUS SQL: IBSPRTLAPPLSTAT Type: view BASIC

Partial Application Status

I_BkStmntPartialApplStatus is a Basic CDS View that provides data about "Partial Application Status" in SAP S/4HANA. It reads from 1 data source (dd07l) and exposes 3 fields with key field BkStmntPartialApplStatus. It has 1 association to related views.

Data Sources (1)

SourceAliasJoin Type
dd07l dd07l from

Associations (1)

CardinalityTargetAliasCondition
[0..*] I_BkStmntPartialApplStatusText _Text $projection.BkStmntPartialApplStatus = _Text.BkStmntPartialApplStatus

Annotations (15)

NameValueLevelField
AbapCatalog.sqlViewName IBSPRTLAPPLSTAT view
AbapCatalog.compiler.compareFilter true view
EndUserText.label Partial Application Status view
VDM.viewType #BASIC view
ObjectModel.representativeKey BkStmntPartialApplStatus view
ObjectModel.usageType.dataClass #CUSTOMIZING view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.resultSet.sizeCategory #XS view
ObjectModel.modelingPattern #ANALYTICAL_DIMENSION view
AccessControl.authorizationCheck #NOT_REQUIRED view
ClientHandling.algorithm #SESSION_VARIABLE view
Metadata.ignorePropagatedAnnotations true view
Search.searchable true view
Consumption.ranked true view

Fields (3)

KeyFieldSource TableSource FieldDescription
KEY BkStmntPartialApplStatus
DomainValue dd07l domvalue_l
_Text _Text
@AbapCatalog.sqlViewName: 'IBSPRTLAPPLSTAT'
@AbapCatalog.compiler.compareFilter: true

@EndUserText.label: 'Partial Application Status'

@VDM.viewType: #BASIC

@ObjectModel.representativeKey: 'BkStmntPartialApplStatus'
@ObjectModel.usageType.dataClass: #CUSTOMIZING
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.sizeCategory: #S
@ObjectModel.resultSet.sizeCategory: #XS
@ObjectModel.modelingPattern:         #ANALYTICAL_DIMENSION
@ObjectModel.supportedCapabilities: [ #ANALYTICAL_DIMENSION,
                                      #CDS_MODELING_DATA_SOURCE,
                                      #CDS_MODELING_ASSOCIATION_TARGET,
                                      #SQL_DATA_SOURCE,
                                      #VALUE_HELP_PROVIDER,
                                      #SEARCHABLE_ENTITY ]

@AccessControl.authorizationCheck: #NOT_REQUIRED

@ClientHandling.algorithm: #SESSION_VARIABLE

@Metadata.ignorePropagatedAnnotations: true

@Search.searchable: true

@Consumption.ranked: true

define view I_BkStmntPartialApplStatus as select from dd07l
  association [0..*] to I_BkStmntPartialApplStatusText as _Text
  on $projection.BkStmntPartialApplStatus = _Text.BkStmntPartialApplStatus
{
      @ObjectModel.text.association: '_Text'
  key cast( substring(dd07l.domvalue_l, 1, 1) as feb_part_appl_status ) as BkStmntPartialApplStatus,
      @Analytics.hidden: true
      @Consumption.hidden: true
      @Search.defaultSearchElement: true
      @Search.fuzzinessThreshold: 0.8
      @Search.ranking: #HIGH
      dd07l.domvalue_l                             as DomainValue,
      _Text
}
where
      domname  = 'FEB_PART_APPL_STATUS'
  and as4local = 'A'
  and as4vers  = '0000'
  and domvalue_l <> '';
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"DD07L"
],
"ASSOCIATED":
[
"I_BKSTMNTPARTIALAPPLSTATUSTEXT"
],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/