R_BUSPARTCOLLSPROFILEASSGMTTP
Business Partner: Collection Profiles
R_BUSPARTCOLLSPROFILEASSGMTTP is a CDS View in S/4HANA. Business Partner: Collection Profiles. 1 CDS views read from this table.
CDS Views using this table (1)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| C_BusPartCollsProfileAssgmtTP | view_entity | projection | CONSUMPTION | Business Partner: Collection Profiles |
@AccessControl: { authorizationCheck: #CHECK,
personalData: { blocking: #BLOCKED_DATA_EXCLUDED } }
@EndUserText: { label: 'Business Partner: Collection Profiles' }
@VDM: { viewType: #TRANSACTIONAL,
lifecycle: { contract: { type: #SAP_INTERNAL_API } } }
@ObjectModel: { usageType: { serviceQuality: #X,
sizeCategory: #L,
dataClass: #TRANSACTIONAL },
semanticKey: [ 'CollectionProfile',
'BusinessPartner' ],
representativeKey: 'BusinessPartner' }
define view entity R_BusPartCollsProfileAssgmtTP
as select from I_BPCollectionProfileAssgmt
// BO Composition
// Collections Master Data
association to parent R_CollsMgmtBusinessPartnerTP as _CollsMgmtBusinessPartnerTP on $projection.BusinessPartner = _CollsMgmtBusinessPartnerTP.BusinessPartner
{
// VDM Fields
key BusinessPartner,
key BPCollPrflAssignmentValidTo,
BPCollPrflAssignmentValidFrom,
CollectionProfile,
LastChangeDateTime,
// Exposed Associations
_BusinessPartner,
_CollectionsProfile,
// BO Compositions
_CollsMgmtBusinessPartnerTP
}
where
BPCollPrflAssignmentValidTo = '99991231'