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 }
@ObjectModel: { usageType: { serviceQuality: #A,
sizeCategory: #S,
dataClass: #CUSTOMIZING },
semanticKey: [ 'CollectionProfile' ],
representativeKey: 'CollectionProfile' }
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
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"UDM_COLL_PROF"
],
"ASSOCIATED":
[
"I_COLLECTIONSPROFILETEXT"
],
"BASE":
[],
"ANNO_REF":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/