A_FunctionalLocationPartner
Functional Location Partner
A_FunctionalLocationPartner is a Composite CDS View that provides data about "Functional Location Partner" in SAP S/4HANA. It reads from 1 data source (R_FunctionalLocationPartnerTP) and exposes 26 fields with key fields FunctionalLocation, PartnerFunction, FuncnlLocPartnerObjectNmbr. It is exposed through 1 OData service (API_FUNCTIONALLOCATION). Part of development package IEQM.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| R_FunctionalLocationPartnerTP | R_FunctionalLocationPartnerTP | projection |
Annotations (8)
| Name | Value | Level | Field |
|---|---|---|---|
| AccessControl.authorizationCheck | #CHECK | view | |
| EndUserText.label | Functional Location Partner | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| VDM.lifecycle.contract.type | #PUBLIC_REMOTE_API | view | |
| VDM.viewType | #COMPOSITE | view | |
| ObjectModel.usageType.serviceQuality | #C | view | |
| ObjectModel.usageType.sizeCategory | #L | view | |
| ObjectModel.usageType.dataClass | #MASTER | view |
OData Services (1)
| Service | Binding | Version | Contract | Release |
|---|---|---|---|---|
| API_FUNCTIONALLOCATION | API_FUNCTIONALLOCATION | V2 | C2 | C1 |
Fields (26)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| 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'
@Metadata.ignorePropagatedAnnotations: true
@VDM.lifecycle.contract.type: #PUBLIC_REMOTE_API
@VDM.viewType: #COMPOSITE
@VDM.usage.type: [#TRANSACTIONAL_PROCESSING_SERVICE]
@ObjectModel.usageType: {serviceQuality: #C, sizeCategory: #L, dataClass: #MASTER}
define view entity A_FunctionalLocationPartner 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
CntctPersnIsBusPrpsCompleted,
@Consumption.hidden: true
CntctPersnCustomerAccountGroup,
@Consumption.hidden: true
CntctPersnCustomerAuthznGroup,
@Consumption.hidden: true
CntctPersnSupplierAccountGroup,
@Consumption.hidden: true
CntctPersnSupplierAuthznGroup,
@Consumption.hidden: true
CustomerIsBusPrpsCmpltd,
@Consumption.hidden: true
CustomerAccountGroup,
@Consumption.hidden: true
CustomerAuthznGrp,
@Consumption.hidden: true
EmployeeIsBusPrpsCmpltd,
@Consumption.hidden: true
EmployeeAuthznGroup,
@Consumption.hidden: true
SupplierIsBusPrpsCmpltd,
@Consumption.hidden: true
SupplierAccountGroup,
@Consumption.hidden: true
SupplierAuthznGrp,
_FunctionalLocation : redirected to parent A_FunctionalLocation
};
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