I_PartnerCompanyCustomerAuthzn

DDL: I_PARTNERCOMPANYCUSTOMERAUTHZN Type: view_entity BASIC Package: FINS_FIS_FICO

Customer Authorization in Company

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

Data Sources (1)

SourceAliasJoin Type
I_Customer I_Customer from

Annotations (9)

NameValueLevelField
AccessControl.authorizationCheck #PRIVILEGED_ONLY view
AccessControl.personalData.blocking #BLOCKED_DATA_EXCLUDED view
EndUserText.label Customer 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 Customer I_Customer Customer
PartnerCompany I_Customer TradingPartner
AuthorizationGroup I_Customer AuthorizationGroup
@AccessControl.authorizationCheck: #PRIVILEGED_ONLY
@AccessControl.personalData.blocking: #BLOCKED_DATA_EXCLUDED
@EndUserText.label: 'Customer 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_PartnerCompanyCustomerAuthzn as select from I_Customer as I_Customer {
  key I_Customer.Customer,
  I_Customer.TradingPartner as PartnerCompany,
  I_Customer.AuthorizationGroup
}
where I_Customer.TradingPartner <> ''
  and I_Customer.AuthorizationGroup <> ''
  and I_Customer.IsBusinessPurposeCompleted = ''