I_PartnerCompanySupplierAuthzn
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)
| Source | Alias | Join Type |
|---|---|---|
| I_Supplier | I_Supplier | from |
Annotations (9)
| Name | Value | Level | Field |
|---|---|---|---|
| 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)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| 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 = ''
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