P_RepetitiveCodeBasic

DDL: P_REPETITIVECODEBASIC Type: view_entity BASIC Package: ODATA_BANKTRANSFER

Basic View for Repetitive Code

P_RepetitiveCodeBasic is a Basic CDS View that provides data about "Basic View for Repetitive Code" in SAP S/4HANA. It reads from 1 data source (fibl_rpcode) and exposes 10 fields with key fields PayingCompanyCode, HouseBank, RepetitiveCode. Part of development package ODATA_BANKTRANSFER.

Data Sources (1)

SourceAliasJoin Type
fibl_rpcode rpcode from

Annotations (7)

NameValueLevelField
AccessControl.authorizationCheck #NOT_REQUIRED view
ObjectModel.usageType.serviceQuality #B view
ObjectModel.usageType.sizeCategory #M view
ObjectModel.usageType.dataClass #MIXED view
Metadata.ignorePropagatedAnnotations true view
VDM.viewType #BASIC view
VDM.private true view

Fields (10)

KeyFieldSource TableSource FieldDescription
KEY PayingCompanyCode bukrs
KEY HouseBank hbkid
KEY RepetitiveCode
HouseBankAccount hktid
PayeeCompanyCode pbukr
PayeeHouseBank partn
PayeeHouseBankAccount parta
PaymentMethod zlsch
Currency waers
BankCountry banks
@AccessControl.authorizationCheck: #NOT_REQUIRED
@ObjectModel.usageType.serviceQuality: #B
@ObjectModel.usageType.sizeCategory: #M
@ObjectModel.usageType.dataClass: #MIXED
@Metadata.ignorePropagatedAnnotations: true
@VDM.viewType: #BASIC 
@VDM.private:true
define view entity P_RepetitiveCodeBasic as select from fibl_rpcode as rpcode
{
    key bukrs as PayingCompanyCode,
    key hbkid as HouseBank,
    key cast(rpcode as fclm_cp_template)   as RepetitiveCode,
    hktid as HouseBankAccount,
    pbukr as PayeeCompanyCode,
    partn as PayeeHouseBank,
    parta as PayeeHouseBankAccount,
    zlsch as PaymentMethod,
    waers as Currency,
    banks as BankCountry
} where ptype = '03' and waers <> ''