C_PartnerFunctionUnconverted

DDL: C_PARTNERFUNCTIONUNCONVERTED Type: view CONSUMPTION

Partner Function (Not Converted)

C_PartnerFunctionUnconverted is a Consumption CDS View that provides data about "Partner Function (Not Converted)" in SAP S/4HANA. It reads from 1 data source (I_PartnerFunction) and exposes 3 fields with key field PartnerFunction. It is exposed through 5 OData services (C_SALESORDERMANAGE_SD, UI_CREDITMEMOREQUESTMANAGE, UI_CUSTOMERRETURNMANAGE, ...).

Data Sources (1)

SourceAliasJoin Type
I_PartnerFunction I_PartnerFunction from

Annotations (13)

NameValueLevelField
ClientHandling.algorithm #SESSION_VARIABLE view
AbapCatalog.sqlViewName CPARTFUNCUNCONV view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
VDM.viewType #CONSUMPTION view
VDM.lifecycle.contract.type #PUBLIC_LOCAL_API view
AccessControl.authorizationCheck #NOT_REQUIRED view
ObjectModel.usageType.dataClass #CUSTOMIZING view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.representativeKey PartnerFunction view
Metadata.ignorePropagatedAnnotations true view
EndUserText.label Partner Function (Not Converted) view

OData Services (5)

ServiceBindingVersionContractRelease
C_SALESORDERMANAGE_SD C_SALESORDERMANAGE_SRV V4 C1 NOT_RELEASED
UI_CREDITMEMOREQUESTMANAGE UI_CREDITMEMOREQUESTMANAGE V4 C1 NOT_RELEASED
UI_CUSTOMERRETURNMANAGE UI_CUSTOMERRETURNMANAGE V4 C1 NOT_RELEASED
UI_SALESCONTRACTMANAGE UI_SALESCONTRACTMANAGE V4 C1 NOT_RELEASED
UI_SALESQUOTATIONMANAGE UI_SALESQUOTATIONMANAGE V4 C1 NOT_RELEASED

Fields (3)

KeyFieldSource TableSource FieldDescription
KEY PartnerFunction
SDDocumentPartnerType SDDocumentPartnerType
_Text _Text
@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
}