C_CollectionsBPQuickView
Collections Business Partner Quick View
C_CollectionsBPQuickView is a Consumption CDS View that provides data about "Collections Business Partner Quick View" in SAP S/4HANA. It reads from 1 data source (R_CollectionsBPQuickView) and exposes 11 fields with key fields BusinessPartner, CollectionSegment, CompanyCode. It is exposed through 1 OData service (UI_PROCESSRECEIVABLES_MANAGE). Part of development package ODATA_PROCESS_RECEIVABLES.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| R_CollectionsBPQuickView | R_CollectionsBPQuickView | projection |
Annotations (8)
| Name | Value | Level | Field |
|---|---|---|---|
| EndUserText.label | Collections Business Partner Quick View | view | |
| ObjectModel.usageType.dataClass | #TRANSACTIONAL | view | |
| ObjectModel.usageType.sizeCategory | #L | view | |
| ObjectModel.usageType.serviceQuality | #C | view | |
| AccessControl.authorizationCheck | #CHECK | view | |
| AccessControl.personalData.blocking | #BLOCKED_DATA_EXCLUDED | view | |
| VDM.viewType | #CONSUMPTION | view | |
| Metadata.allowExtensions | true | view |
OData Services (1)
| Service | Binding | Version | Contract | Release |
|---|---|---|---|---|
| UI_PROCESSRECEIVABLES_MANAGE | UI_PROCESSRECEIVABLES_MAN | V2 | C1 | NOT_TO_BE_RELEASED_STABLE |
Fields (11)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | BusinessPartner | BusinessPartner | ||
| KEY | CollectionSegment | CollectionSegment | ||
| KEY | CompanyCode | CompanyCode | ||
| BusinessPartnerCategory | BusinessPartnerCategory | |||
| BusinessPartnerPerson | BusinessPartnerPerson | |||
| virtualCompleteAddresstext100 | ||||
| virtualWebsiteURLtext1000 | ||||
| virtualContactCardPictureURLtext60 | ||||
| virtualUICT_MainContactboolean | ||||
| virtualUICT_WebsiteURLboolean | ||||
| _BusinessPartner | _BusinessPartner |
@EndUserText: { label: 'Collections Business Partner Quick View' }
@ObjectModel: { usageType: { dataClass: #TRANSACTIONAL,
sizeCategory: #L,
serviceQuality: #C } }
@AccessControl: { authorizationCheck: #CHECK,
personalData: { blocking: #BLOCKED_DATA_EXCLUDED } }
@VDM: { viewType: #CONSUMPTION }
@Metadata: { allowExtensions: true }
@Consumption: { dbHints: [ 'USE_HEX_PLAN' ] }
define root view entity C_CollectionsBPQuickView
provider contract transactional_query
as projection on R_CollectionsBPQuickView
{
// VDM Fields
key BusinessPartner,
key CollectionSegment,
key CompanyCode,
BusinessPartnerCategory,
BusinessPartnerPerson,
@ObjectModel: { virtualElementCalculatedBy: 'ABAP:CL_COLL_PR_BP_POPOVER_VE' }
virtual CompleteAddress : text100,
@ObjectModel: { virtualElementCalculatedBy: 'ABAP:CL_COLL_PR_BP_POPOVER_VE' }
virtual WebsiteURL : text1000,
@ObjectModel: { virtualElementCalculatedBy: 'ABAP:CL_COLL_PR_BP_POPOVER_VE' }
virtual ContactCardPictureURL : text60,
@ObjectModel: { virtualElementCalculatedBy: 'ABAP:CL_COLL_PR_BP_POPOVER_VE' }
virtual UICT_MainContact : boolean,
@ObjectModel: { virtualElementCalculatedBy: 'ABAP:CL_COLL_PR_BP_POPOVER_VE' }
virtual UICT_WebsiteURL : boolean,
// Exposed associations
_BusinessPartner,
_CollectionsMainContact : redirected to C_CollectionsMainContact
}
Learn More
- What Is a CDS View in SAP S/4HANA?
- Types of CDS Views: Basic, Composite, Consumption, and Transactional
- SAP Tables vs CDS Views — Key Differences
- Understanding Data Lineage in SAP S/4HANA
- VDM (Virtual Data Model) in SAP S/4HANA Explained
- CDS View Annotations — A Complete Guide
- CDS View Field Mapping and Associations
- Understanding the SAP S/4HANA Data Model
- CDS View Extensions and Custom Fields in SAP S/4HANA
- Released APIs and Stability Contracts in SAP S/4HANA