P_BankAddressRprstnCode

DDL: P_BANKADDRESSRPRSTNCODE Type: view_entity

Address Representation Code

P_BankAddressRprstnCode is a CDS View that provides data about "Address Representation Code" in SAP S/4HANA.

Annotations (6)

NameValueLevelField
AccessControl.authorizationCheck #NOT_REQUIRED view
EndUserText.label Address Representation Code view
VDM.private true 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

@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
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_ACTIVEADDRESSREPRESENTATION"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/