I_PartnerCompanyCustomerAuthzn
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)
| Source | Alias | Join Type |
|---|---|---|
| I_Customer | I_Customer | from |
Annotations (9)
| Name | Value | Level | Field |
|---|---|---|---|
| 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)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| 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 = ''
Learn More
- What Is a CDS View in SAP S/4HANA?
- Types of CDS Views: Basic, Composite, Consumption, and Transactional
- SAP Tables vs CDS Views — Key Differences
- Understanding Data Lineage in SAP S/4HANA
- VDM (Virtual Data Model) in SAP S/4HANA Explained
- CDS View Annotations — A Complete Guide
- CDS View Field Mapping and Associations
- Understanding the SAP S/4HANA Data Model
- CDS View Extensions and Custom Fields in SAP S/4HANA
- Released APIs and Stability Contracts in SAP S/4HANA