I_BPDocumentStatus

DDL: I_BPDOCUMENTSTATUS SQL: IBPDOCSTAT Type: view BASIC Package: VDM_CPM_WS

Billing Plan Document Status

I_BPDocumentStatus is a Basic CDS View that provides data about "Billing Plan Document Status" in SAP S/4HANA. It reads from 1 data source (dd07l) and exposes 2 fields with key field SDDocumentStatus. Part of development package VDM_CPM_WS.

Data Sources (1)

SourceAliasJoin Type
dd07l dd07l from

Annotations (10)

NameValueLevelField
AbapCatalog.sqlViewName IBPDOCSTAT view
AbapCatalog.compiler.compareFilter true view
AccessControl.authorizationCheck #NOT_REQUIRED view
ClientHandling.algorithm #SESSION_VARIABLE view
VDM.viewType #BASIC view
EndUserText.label Billing Plan Document Status view
ObjectModel.representativeKey SDDocumentStatus view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.serviceQuality #D view
ObjectModel.usageType.dataClass #MIXED view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY SDDocumentStatus domvalue_l
_Text _Text
@AbapCatalog.sqlViewName: 'IBPDOCSTAT'
@AbapCatalog.compiler.compareFilter: true
@AccessControl.authorizationCheck:#NOT_REQUIRED
@ClientHandling.algorithm: #SESSION_VARIABLE 
@VDM.viewType: #BASIC
@EndUserText.label: 'Billing Plan Document Status'
@ObjectModel.representativeKey: 'SDDocumentStatus'
@ObjectModel.usageType.sizeCategory: #S
@ObjectModel.usageType.serviceQuality: #D
@ObjectModel.usageType.dataClass: #MIXED

define view I_BPDocumentStatus 
as select from 
dd07l
association[0..*] to I_BPDocumentStatusName as _Text on $projection.SDDocumentStatus = _Text.SDDocumentStatus
{

 @ObjectModel.text.association: '_Text'
  key domvalue_l as SDDocumentStatus,
  
 _Text
  
}
where dd07l.domname = 'FKSAF' and dd07l.as4local = 'A'