I_PartnerCompanySupplierAuthzn

DDL: I_PARTNERCOMPANYSUPPLIERAUTHZN Type: view_entity BASIC Package: FINS_FIS_FICO

Supplier Authorization in Company

I_PartnerCompanySupplierAuthzn is a Basic CDS View that provides data about "Supplier Authorization in Company" in SAP S/4HANA. It reads from 1 data source (I_Supplier) and exposes 3 fields with key field Supplier. Part of development package FINS_FIS_FICO.

Data Sources (1)

SourceAliasJoin Type
I_Supplier I_Supplier from

Annotations (9)

NameValueLevelField
AccessControl.authorizationCheck #PRIVILEGED_ONLY view
AccessControl.personalData.blocking #BLOCKED_DATA_EXCLUDED view
EndUserText.label Supplier Authorization in Company view
ObjectModel.usageType.sizeCategory #M view
ObjectModel.usageType.dataClass #MASTER view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.modelingPattern #NONE view
VDM.viewType #BASIC view
Metadata.ignorePropagatedAnnotations true view

Fields (3)

KeyFieldSource TableSource FieldDescription
KEY Supplier I_Supplier Supplier
PartnerCompany I_Supplier TradingPartner
AuthorizationGroup I_Supplier AuthorizationGroup
@AccessControl.authorizationCheck: #PRIVILEGED_ONLY
@AccessControl.personalData.blocking: #BLOCKED_DATA_EXCLUDED
@EndUserText.label: 'Supplier Authorization in Company'
@ObjectModel: { usageType.sizeCategory: #M,
                usageType.dataClass:  #MASTER,
                usageType.serviceQuality: #C,
                supportedCapabilities: [#CDS_MODELING_ASSOCIATION_TARGET],
                modelingPattern: #NONE }
@VDM.viewType: #BASIC
@Metadata.ignorePropagatedAnnotations: true

define view entity I_PartnerCompanySupplierAuthzn as select from I_Supplier as I_Supplier {
  key I_Supplier.Supplier,
  I_Supplier.TradingPartner as PartnerCompany,
  I_Supplier.AuthorizationGroup
}
where I_Supplier.TradingPartner <> ''
  and I_Supplier.AuthorizationGroup <> ''
  and I_Supplier.IsBusinessPurposeCompleted = ''