I_PARTNERFUNCTION

CDS View

Partner Function

I_PARTNERFUNCTION is a CDS View in S/4HANA. Partner Function. It contains 2 fields. 7 CDS views read from this table.

CDS Views using this table (7)

ViewTypeJoinVDMDescription
C_PartnerFunctionUnconverted view from CONSUMPTION Partner Function (Not Converted)
C_PartnerFunctionValHelp view from CONSUMPTION Partner Function Value Help
I_CntrlPurContrPartnerFuncVH view inner BASIC Central Contract Partner Function details
I_PurContractPartnerFunctionVH view inner COMPOSITE Pur. Contr. Partner Function Value Help
I_SchedgAgrmtPartnerFunctionVH view inner BASIC Scheduling Agreement Partner Function VH
P_ProdAllocPlngBusPartValHelp view from COMPOSITE Product Allocation Planning Business Partner Value Help
R_ComplaintPartnerFunction view_entity from TRANSACTIONAL Partner Function

Fields (2)

KeyField CDS FieldsUsed in Views
KEY PartnerFunction PartnerFunction 3
SDDocumentPartnerType PurchasingDocumentPartnerType 2
@ClientHandling.algorithm: #SESSION_VARIABLE
@ObjectModel.representativeKey: 'PartnerFunction'
@ObjectModel.usageType.dataClass: #CUSTOMIZING
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.sizeCategory: #S
@EndUserText.label: 'Partner Function'
@Analytics.dataCategory: #DIMENSION
@VDM.viewType: #BASIC
@AccessControl.authorizationCheck: #NOT_REQUIRED
@AbapCatalog.sqlViewName: 'ISDPARTFUNC'
@AbapCatalog.buffering.status: #ACTIVE
@AbapCatalog.buffering.type: #FULL
@AbapCatalog.preserveKey: true
@AbapCatalog.compiler.compareFilter: true
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel.modelingPattern:           #ANALYTICAL_DIMENSION
@ObjectModel.supportedCapabilities:  [  #SQL_DATA_SOURCE,
                                        #CDS_MODELING_DATA_SOURCE,
                                        #CDS_MODELING_ASSOCIATION_TARGET,
                                        #ANALYTICAL_DIMENSION  ]
@ObjectModel.sapObjectNodeType.name:'PartnerFunction'                                        
define view I_PartnerFunction
as select from tpar

association [0..*] to I_PartnerFunctionText as _Text on $projection.PartnerFunction = _Text.PartnerFunction
association [0..*] to I_PartnerFunctionLangDepdnt as _PartnerFunctionLangDepdnt on $projection.PartnerFunction = _PartnerFunctionLangDepdnt.PartnerFunction
{
    @ObjectModel.text.association: '_Text'
    key cast(parvw as parvw_unv) as PartnerFunction,
    nrart as SDDocumentPartnerType,
    
    //Association

    _Text,
    _PartnerFunctionLangDepdnt
};