@AbapCatalog.sqlViewName: 'PPAYTMETHTEXT'
@ObjectModel.representativeKey: 'PaymentMethod'
@VDM.viewType: #BASIC@ClientHandling.algorithm: #SESSION_VARIABLE@Metadata.ignorePropagatedAnnotations: true@AccessControl.authorizationCheck: #NOT_REQUIRED@VDM.private: true@AbapCatalog.compiler.compareFilter: truedefineview P_PaymentMethodText
asselectfrom t042zt
association [0..1] to I_Country as _Country on $projection.Country = _Country.Country
association [0..1] to I_Language as _Language on $projection.Language = _Language.Language
{
@ObjectModel.foreignKey.association: '_Country'
key land1 as Country,
@ObjectModel.text.element: 'PaymentMethodDescription'
keycast( zlsch as farp_schzw_bseg ) as PaymentMethod,
@ObjectModel.foreignKey.association: '_Language'
@Semantics.language: truekey spras as Language,
@Semantics.text: true
text2 as PaymentMethodDescription,
_Country,
_Language
}