I_DFS_AllwncPlanMultiLevel

DDL: I_DFS_ALLWNCPLANMULTILEVEL SQL: IDFSALLWNCPLMLV Type: view BASIC

Allowance Plan Multiple Level

I_DFS_AllwncPlanMultiLevel is a Basic CDS View that provides data about "Allowance Plan Multiple Level" in SAP S/4HANA. It reads from 1 data source (dd07l) and exposes 2 fields with key field DfsAllwncPlanMultiLevel. It has 1 association to related views.

Data Sources (1)

SourceAliasJoin Type
dd07l dd07l from

Associations (1)

CardinalityTargetAliasCondition
[0..*] I_DFS_AllwncPlanMultiLevelT _Text $projection.DfsAllwncPlanMultiLevel = _Text.DfsAllwncPlanMultiLevel

Annotations (13)

NameValueLevelField
AbapCatalog.sqlViewName IDFSALLWNCPLMLV view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
AbapCatalog.buffering.status #ACTIVE view
AbapCatalog.buffering.type #FULL view
ClientHandling.algorithm #SESSION_VARIABLE view
AccessControl.authorizationCheck #NOT_REQUIRED view
EndUserText.label Allowance Plan Multiple Level view
ObjectModel.representativeKey DfsAllwncPlanMultiLevel view
ObjectModel.usageType.dataClass #CUSTOMIZING view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #S view
VDM.viewType #BASIC view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY DfsAllwncPlanMultiLevel
_Text _Text
@AbapCatalog.sqlViewName: 'IDFSALLWNCPLMLV'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@AbapCatalog.buffering.status: #ACTIVE 
@AbapCatalog.buffering.type: #FULL 

@ClientHandling.algorithm: #SESSION_VARIABLE
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Allowance Plan Multiple Level'

@ObjectModel.representativeKey: 'DfsAllwncPlanMultiLevel'
@ObjectModel.usageType.dataClass: #CUSTOMIZING
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.sizeCategory: #S

@VDM.viewType: #BASIC
define view I_DFS_AllwncPlanMultiLevel   as select from dd07l
  association [0..*] to I_DFS_AllwncPlanMultiLevelT as _Text on $projection.DfsAllwncPlanMultiLevel = _Text.DfsAllwncPlanMultiLevel
{
      @ObjectModel.text.association: '_Text'
  key cast( domvalue_l as dfs_allwncplnmultilvl ) as DfsAllwncPlanMultiLevel,
      _Text
}
where
      dd07l.domname  = 'DFS_ALLWNCPLNMULTILVL'
  and dd07l.as4local = 'A';



/*+[internal] {
"BASEINFO":
{
"FROM":
[
"DD07L"
],
"ASSOCIATED":
[
"I_DFS_ALLWNCPLANMULTILEVELT"
],
"BASE":
[],
"ANNO_REF":
[],
"VERSION":0
}
}*/