C_FuncLocationPartnerDP

DDL: C_FUNCLOCATIONPARTNERDP Type: view_entity CONSUMPTION Package: VDM_EAM_FUNCTIONALLOCATION

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)

SourceAliasJoin Type
C_FuncLocationPartnerDEX C_FuncLocationPartnerDEX from

Annotations (12)

NameValueLevelField
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)

ServiceBindingVersionContractRelease
DP_FUNCTIONALLOCATION DP_FUNCTIONALLOCATION C2 NOT_RELEASED

Fields (13)

KeyFieldSource TableSource FieldDescription
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
}