C_PARTNERFUNCTIONUNCONVERTED
Partner Function (Not Converted)
C_PARTNERFUNCTIONUNCONVERTED is a CDS View in S/4HANA. Partner Function (Not Converted). It contains 1 fields. 1 CDS views read from this table.
CDS Views using this table (1)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| C_Customer360InternalContact | view_entity | inner | CONSUMPTION | Customer 360 Internal Contact |
Fields (1)
| Key | Field | CDS Fields | Used in Views |
|---|---|---|---|
| KEY | PartnerFunction | PartnerFunction | 1 |
@ClientHandling.algorithm: #SESSION_VARIABLE
@AbapCatalog: {
sqlViewName: 'CPARTFUNCUNCONV',
compiler.compareFilter: true
}
@AbapCatalog.preserveKey: true
@VDM: {
viewType: #CONSUMPTION,
lifecycle.contract.type: #PUBLIC_LOCAL_API
}
@AccessControl.authorizationCheck: #NOT_REQUIRED
@ObjectModel.usageType.dataClass: #CUSTOMIZING
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.sizeCategory: #S
@ObjectModel.representativeKey: 'PartnerFunction'
@Metadata.ignorePropagatedAnnotations: true
@EndUserText.label: 'Partner Function (Not Converted)'
define view C_PartnerFunctionUnconverted
as select from I_PartnerFunction
{
@ObjectModel.text.association: '_Text'
key cast(PartnerFunction as parvw_unv preserving type ) as PartnerFunction,
SDDocumentPartnerType,
//Exposed Associations
_Text
}