I_PaytAdviceAccountTypeStdVH

DDL: I_PAYTADVICEACCOUNTTYPESTDVH SQL: IPAYADVACCTYP_VH Type: view BASIC

Standard value help for Payment Advice Account Type

I_PaytAdviceAccountTypeStdVH is a Basic CDS View that provides data about "Standard value help for Payment Advice Account Type" in SAP S/4HANA. It reads from 1 data source (dd07l) and exposes 2 fields with key field PaymentAdviceAccountType. It has 1 association to related views.

Data Sources (1)

SourceAliasJoin Type
dd07l dd07l from

Associations (1)

CardinalityTargetAliasCondition
[0..*] I_PaytAdviceAccountTypeText _Text $projection.PaymentAdviceAccountType = _Text.PaymentAdviceAccountType

Annotations (11)

NameValueLevelField
AbapCatalog.sqlViewName IPAYADVACCTYP_VH view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
AccessControl.authorizationCheck #NOT_REQUIRED view
EndUserText.label Standard value help for Payment Advice Account Type view
ClientHandling.algorithm #SESSION_VARIABLE view
ObjectModel.usageType.dataClass #MASTER view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.dataCategory #VALUE_HELP view
VDM.viewType #BASIC view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY PaymentAdviceAccountType
_Text _Text
@AbapCatalog.sqlViewName: 'IPAYADVACCTYP_VH'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Standard value help for Payment Advice Account Type'
@ClientHandling.algorithm: #SESSION_VARIABLE


@ObjectModel.usageType.dataClass: #MASTER 
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.sizeCategory: #S
@ObjectModel.dataCategory:#VALUE_HELP


@VDM.viewType: #BASIC

define view I_PaytAdviceAccountTypeStdVH 
    as select from dd07l
    association [0..*] to I_PaytAdviceAccountTypeText as _Text on $projection.PaymentAdviceAccountType = _Text.PaymentAdviceAccountType
     {
      @ObjectModel.text.association: '_Text' 
       key cast ( substring( domvalue_l, 1, 1 ) as koart_av ) as PaymentAdviceAccountType,
      _Text
}
where
      domname  = 'KOART_AV'
 and as4local = 'A'
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"DD07L"
],
"ASSOCIATED":
[
"I_PAYTADVICEACCOUNTTYPETEXT"
],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/