P_IsSupplierEUMember
P_IsSupplierEUMember is a Consumption CDS View in SAP S/4HANA. It reads from 1 data source (I_Supplier) and exposes 21 fields with key field Supplier. It has 1 association to related views.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_Supplier | I_Supplier | from |
Associations (1)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..1] | I_Country | _Country | $projection.Country = _Country.Country |
Annotations (7)
| Name | Value | Level | Field |
|---|---|---|---|
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| VDM.viewType | #CONSUMPTION | view | |
| VDM.private | true | view | |
| AccessControl.personalData.blocking | #REQUIRED | view | |
| ObjectModel.usageType.sizeCategory | #XL | view | |
| ObjectModel.usageType.serviceQuality | #C | view | |
| ObjectModel.usageType.dataClass | #MIXED | view |
Fields (21)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | Supplier | Supplier | ||
| SupplierName | SupplierName | |||
| IsEuropeanUnionMember | _Country | IsEuropeanUnionMember | ||
| PostingIsBlocked | PostingIsBlocked | |||
| SupplierAccountGroup | SupplierAccountGroup | |||
| CreatedByUser | CreatedByUser | |||
| CreationDate | CreationDate | |||
| IsOneTimeAccount | IsOneTimeAccount | |||
| VATRegistration | VATRegistration | |||
| Country | Country | |||
| Customer | Customer | |||
| AddressID | AddressID | |||
| Region | Region | |||
| OrganizationBPName1 | OrganizationBPName1 | |||
| OrganizationBPName2 | OrganizationBPName2 | |||
| CityName | CityName | |||
| PostalCode | PostalCode | |||
| StreetName | StreetName | |||
| DeletionIndicator | DeletionIndicator | |||
| AuthorizationGroup | AuthorizationGroup | |||
| IsBusinessPurposeCompleted | IsBusinessPurposeCompleted |
@AccessControl.authorizationCheck: #NOT_REQUIRED
@VDM.viewType: #CONSUMPTION
@VDM.private:true
@AccessControl.personalData.blocking: #REQUIRED
@ObjectModel.usageType.sizeCategory: #XL
@ObjectModel.usageType.serviceQuality: #C
@ObjectModel.usageType.dataClass: #MIXED
define view entity P_IsSupplierEUMember
as select from I_Supplier
association [0..1] to I_Country as _Country on $projection.Country = _Country.Country
{
key Supplier,
SupplierName,
_Country.IsEuropeanUnionMember,
PostingIsBlocked,
SupplierAccountGroup,
CreatedByUser,
CreationDate,
IsOneTimeAccount,
VATRegistration,
Country,
Customer,
AddressID,
Region,
OrganizationBPName1,
OrganizationBPName2,
CityName,
PostalCode,
StreetName,
DeletionIndicator,
AuthorizationGroup,
IsBusinessPurposeCompleted
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_COUNTRY",
"I_SUPPLIER"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/
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