I_COLLECTIONSPROFILE
Collections Profile
I_COLLECTIONSPROFILE is a CDS View in S/4HANA. Collections Profile. 1 CDS views read from this table.
CDS Views using this table (1)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| I_CollectionsProfileVH | view | from | COMPOSITE | Collections Profile Value Help |
@AbapCatalog: { sqlViewName: 'ICOLLSPRF',
compiler: { compareFilter: true },
preserveKey: true }
@AccessControl: { authorizationCheck: #NOT_REQUIRED }
@EndUserText: { label: 'Collections Profile' }
@VDM: { viewType: #BASIC,
lifecycle: { contract: { type: #PUBLIC_LOCAL_API } } }
@ClientHandling: { algorithm: #SESSION_VARIABLE }
@Metadata.ignorePropagatedAnnotations:true
@ObjectModel: { usageType: { serviceQuality: #A,
sizeCategory: #S,
dataClass: #CUSTOMIZING },
semanticKey: [ 'CollectionProfile' ],
representativeKey: 'CollectionProfile' }
@ObjectModel.supportedCapabilities: [#SQL_DATA_SOURCE,
#CDS_MODELING_DATA_SOURCE,
#CDS_MODELING_ASSOCIATION_TARGET,
#ANALYTICAL_DIMENSION ]
define view I_CollectionsProfile
as select from udm_coll_prof
// VDM Associations
association [0..*] to I_CollectionsProfileText as _Text on $projection.CollectionProfile = _Text.CollectionProfile
{
// VDM Fields
@ObjectModel: { text: { association: '_Text' } }
key coll_profile as CollectionProfile,
// Exposed Associations
_Text
}