P_BankAddressRprstnCode

DDL: P_BANKADDRESSRPRSTNCODE Type: view_entity COMPOSITE Package: VDM_BF_BANK

Address Representation Code

P_BankAddressRprstnCode is a Composite CDS View that provides data about "Address Representation Code" in SAP S/4HANA. Part of development package VDM_BF_BANK.

Annotations (7)

NameValueLevelField
AccessControl.authorizationCheck #NOT_REQUIRED view
EndUserText.label Address Representation Code view
VDM.private true view
VDM.viewType #COMPOSITE view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.dataClass #MASTER view
ObjectModel.usageType.serviceQuality #A view

Fields (1)

KeyFieldSource TableSource FieldDescription
UICT_AddrRprstnCodeExists
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Address Representation Code'
@VDM.private:true
@VDM.viewType: #COMPOSITE
@ObjectModel.usageType.sizeCategory: #S
@ObjectModel.usageType.dataClass:  #MASTER
@ObjectModel.usageType.serviceQuality: #A
define view entity P_BankAddressRprstnCode
  as select distinct from I_ActiveAddressRepresentation
{
  count( * ) as UICT_AddrRprstnCodeExists
}
group by
  AddressRepresentationCode