C_FuncLocationPartnerDP
Functional Location Partner
C_FuncLocationPartnerDP is a Consumption CDS View that provides data about "Functional Location Partner" in SAP S/4HANA. It reads from 1 data source (C_FuncLocationPartnerDEX) and exposes 13 fields with key fields MaintObjectInternalID, PartnerFunction, MaintenancePartnerObjectNumber. It is exposed through 1 OData service (DP_FUNCTIONALLOCATION). Part of development package VDM_EAM_FUNCTIONALLOCATION.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| C_FuncLocationPartnerDEX | C_FuncLocationPartnerDEX | from |
Annotations (12)
| Name | Value | Level | Field |
|---|---|---|---|
| EndUserText.label | Functional Location Partner | view | |
| AccessControl.authorizationCheck | #MANDATORY | view | |
| AccessControl.personalData.blocking | #REQUIRED | view | |
| ObjectModel.representativeKey | MaintenancePartnerObjectNumber | view | |
| ObjectModel.sapObjectNodeType.name | FunctionalLocationPartner | view | |
| ObjectModel.usageType.dataClass | #MASTER | view | |
| ObjectModel.usageType.serviceQuality | #C | view | |
| ObjectModel.usageType.sizeCategory | #XL | view | |
| DataIntegration.deltaReplication.intended | true | view | |
| VDM.viewType | #CONSUMPTION | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| Metadata.allowExtensions | true | view |
OData Services (1)
| Service | Binding | Version | Contract | Release |
|---|---|---|---|---|
| DP_FUNCTIONALLOCATION | DP_FUNCTIONALLOCATION | C2 | NOT_RELEASED |
Fields (13)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | MaintObjectInternalID | MaintObjectInternalID | ||
| KEY | PartnerFunction | PartnerFunction | ||
| KEY | MaintenancePartnerObjectNumber | MaintenancePartnerObjectNumber | ||
| FunctionalLocation | FunctionalLocation | |||
| MaintObjectCategory | MaintObjectCategory | |||
| CreatedByUser | CreatedByUser | |||
| CreationDate | CreationDate | |||
| CreationTime | CreationTime | |||
| LastChangedByUser | LastChangedByUser | |||
| LastChangeTime | LastChangeTime | |||
| LastChangeDate | LastChangeDate | |||
| MaintenancePartner | MaintenancePartner | |||
| _PartnerFunction | _PartnerFunction |
@EndUserText.label: 'Functional Location Partner'
@AccessControl: {
authorizationCheck: #MANDATORY,
personalData.blocking: #REQUIRED
}
@ObjectModel: {
supportedCapabilities: [ #EXTERNAL_DATA_PROVIDER ],
representativeKey: 'MaintenancePartnerObjectNumber',
sapObjectNodeType.name: 'FunctionalLocationPartner',
usageType: {
dataClass: #MASTER,
serviceQuality: #C,
sizeCategory: #XL
}
}
@DataIntegration.deltaReplication: { intended: true }
@VDM.viewType: #CONSUMPTION
@Metadata: {
ignorePropagatedAnnotations: true,
allowExtensions: true }
define root view entity C_FuncLocationPartnerDP
as select from C_FuncLocationPartnerDEX
{
key MaintObjectInternalID,
key PartnerFunction,
key MaintenancePartnerObjectNumber,
FunctionalLocation,
MaintObjectCategory,
CreatedByUser,
CreationDate,
CreationTime,
LastChangedByUser,
LastChangeTime,
LastChangeDate,
MaintenancePartner,
_PartnerFunction
}
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