I_FunctionalLocationPartnerTP

DDL: I_FUNCTIONALLOCATIONPARTNERTP Type: view_entity TRANSACTIONAL

Functional Location Partner - TP

I_FunctionalLocationPartnerTP is a Transactional CDS View that provides data about "Functional Location Partner - TP" in SAP S/4HANA. It reads from 1 data source (R_FunctionalLocationPartnerTP) and exposes 26 fields with key fields FunctionalLocation, PartnerFunction, FuncnlLocPartnerObjectNmbr.

Data Sources (1)

SourceAliasJoin Type
R_FunctionalLocationPartnerTP R_FunctionalLocationPartnerTP projection

Annotations (9)

NameValueLevelField
AccessControl.authorizationCheck #CHECK view
EndUserText.label Functional Location Partner - TP view
ObjectModel.modelingPattern #TRANSACTIONAL_PROJECTED_ENTITY view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #L view
ObjectModel.usageType.dataClass #MASTER view
VDM.lifecycle.contract.type #PUBLIC_LOCAL_API view
VDM.viewType #TRANSACTIONAL view
Metadata.ignorePropagatedAnnotations true view

Fields (26)

KeyFieldSource TableSource FieldDescription
KEY FunctionalLocation FunctionalLocation
KEY PartnerFunction
KEY FuncnlLocPartnerObjectNmbr FuncnlLocPartnerObjectNmbr
FunctionalLocationLabelName FunctionalLocationLabelName
Partner Partner
CreatedByUser CreatedByUser
CreationDate CreationDate
CreationTime CreationTime
LastChangedByUser LastChangedByUser
LastChangeTime LastChangeTime
LastChangeDate LastChangeDate
MaintObjectInternalID MaintObjectInternalID
PartnerFunctionType PartnerFunctionType
CntctPersnIsBusPrpsCompleted CntctPersnIsBusPrpsCompleted
CntctPersnCustomerAccountGroup CntctPersnCustomerAccountGroup
CntctPersnCustomerAuthznGroup CntctPersnCustomerAuthznGroup
CntctPersnSupplierAccountGroup CntctPersnSupplierAccountGroup
CntctPersnSupplierAuthznGroup CntctPersnSupplierAuthznGroup
CustomerIsBusPrpsCmpltd CustomerIsBusPrpsCmpltd
CustomerAccountGroup CustomerAccountGroup
CustomerAuthznGrp CustomerAuthznGrp
EmployeeIsBusPrpsCmpltd EmployeeIsBusPrpsCmpltd
EmployeeAuthznGroup EmployeeAuthznGroup
SupplierIsBusPrpsCmpltd SupplierIsBusPrpsCmpltd
SupplierAccountGroup SupplierAccountGroup
SupplierAuthznGrp SupplierAuthznGrp
@AccessControl.authorizationCheck: #CHECK
@EndUserText.label: 'Functional Location Partner - TP'
@ObjectModel: {
   modelingPattern:       #TRANSACTIONAL_PROJECTED_ENTITY,
   supportedCapabilities: [#TRANSACTIONAL_PROVIDER],
   usageType: {
     serviceQuality: #C,
     sizeCategory:   #L,
     dataClass:      #MASTER
   },
   semanticKey: ['FunctionalLocation']
 }

@VDM: {
  lifecycle.contract.type: #PUBLIC_LOCAL_API,
  viewType: #TRANSACTIONAL
}
@Metadata.ignorePropagatedAnnotations:true
define view entity I_FunctionalLocationPartnerTP as projection on R_FunctionalLocationPartnerTP {
key FunctionalLocation,
key cast(PartnerFunction as parvw_unv preserving type ) as PartnerFunction,
key FuncnlLocPartnerObjectNmbr,
FunctionalLocationLabelName,
Partner,
CreatedByUser,
CreationDate,
CreationTime,
LastChangedByUser,
LastChangeTime,
LastChangeDate,
MaintObjectInternalID,
@Consumption.hidden: true
PartnerFunctionType,
@Consumption.hidden: true
@Semantics.booleanIndicator: true
CntctPersnIsBusPrpsCompleted,
@Consumption.hidden: true
CntctPersnCustomerAccountGroup,
@Consumption.hidden: true
CntctPersnCustomerAuthznGroup,
@Consumption.hidden: true
CntctPersnSupplierAccountGroup,
@Consumption.hidden: true
CntctPersnSupplierAuthznGroup,
@Consumption.hidden: true
@Semantics.booleanIndicator: true
CustomerIsBusPrpsCmpltd,
@Consumption.hidden: true
CustomerAccountGroup,
@Consumption.hidden: true
CustomerAuthznGrp,
@Consumption.hidden: true
@Semantics.booleanIndicator: true
EmployeeIsBusPrpsCmpltd,
@Consumption.hidden: true
EmployeeAuthznGroup,
@Consumption.hidden: true
@Semantics.booleanIndicator: true
SupplierIsBusPrpsCmpltd,
@Consumption.hidden: true
SupplierAccountGroup,
@Consumption.hidden: true
SupplierAuthznGrp,
_FunctionalLocation : redirected to parent I_FunctionalLocationTP
  
};