P_IsCustomerEUMember
Is Customer European Union Member
P_IsCustomerEUMember is a Consumption CDS View that provides data about "Is Customer European Union Member" in SAP S/4HANA. It reads from 1 data source (I_Customer) and exposes 65 fields with key field Customer. It has 1 association to related views. Part of development package FINS_FIS_GRC_APPS.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_Customer | I_Customer | 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 (65)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | Customer | Customer | ||
| CustomerName | CustomerName | |||
| CustomerFullName | CustomerFullName | |||
| IsEuropeanUnionMember | _Country | IsEuropeanUnionMember | ||
| CreatedByUser | CreatedByUser | |||
| CreationDate | CreationDate | |||
| AddressID | AddressID | |||
| CustomerClassification | CustomerClassification | |||
| VATRegistration | VATRegistration | |||
| CustomerAccountGroup | CustomerAccountGroup | |||
| AuthorizationGroup | AuthorizationGroup | |||
| DeliveryIsBlocked | DeliveryIsBlocked | |||
| PostingIsBlocked | PostingIsBlocked | |||
| BillingIsBlockedForCustomer | BillingIsBlockedForCustomer | |||
| OrderIsBlockedForCustomer | OrderIsBlockedForCustomer | |||
| IsOneTimeAccount | IsOneTimeAccount | |||
| TaxJurisdiction | TaxJurisdiction | |||
| Industry | Industry | |||
| TaxNumberType | TaxNumberType | |||
| TaxNumber1 | TaxNumber1 | |||
| TaxNumber2 | TaxNumber2 | |||
| TaxNumber3 | TaxNumber3 | |||
| TaxNumber4 | TaxNumber4 | |||
| TaxNumber5 | TaxNumber5 | |||
| TaxNumber6 | TaxNumber6 | |||
| CustomerCorporateGroup | CustomerCorporateGroup | |||
| Supplier | Supplier | |||
| NielsenRegion | NielsenRegion | |||
| IndustryCode1 | IndustryCode1 | |||
| IndustryCode2 | IndustryCode2 | |||
| IndustryCode3 | IndustryCode3 | |||
| IndustryCode4 | IndustryCode4 | |||
| IndustryCode5 | IndustryCode5 | |||
| Country | Country | |||
| OrganizationBPName1 | OrganizationBPName1 | |||
| OrganizationBPName2 | OrganizationBPName2 | |||
| CityName | CityName | |||
| PostalCode | PostalCode | |||
| StreetName | StreetName | |||
| Region | Region | |||
| TelephoneNumber1 | TelephoneNumber1 | |||
| TelephoneNumber2 | TelephoneNumber2 | |||
| AlternativePayerAccount | AlternativePayerAccount | |||
| DataMediumExchangeIndicator | DataMediumExchangeIndicator | |||
| VATLiability | VATLiability | |||
| IsBusinessPurposeCompleted | IsBusinessPurposeCompleted | |||
| ResponsibleType | ResponsibleType | |||
| FiscalAddress | FiscalAddress | |||
| NFPartnerIsNaturalPerson | NFPartnerIsNaturalPerson | |||
| DeletionIndicator | DeletionIndicator | |||
| Language | Language | |||
| TradingPartner | TradingPartner | |||
| DeliveryDateTypeRule | DeliveryDateTypeRule | |||
| ExpressTrainStationName | ExpressTrainStationName | |||
| TrainStationName | TrainStationName | |||
| InternationalLocationNumber2 | InternationalLocationNumber2 | |||
| InternationalLocationNumber3 | InternationalLocationNumber3 | |||
| CityCode | CityCode | |||
| County | County | |||
| CustomerHasUnloadingPoint | CustomerHasUnloadingPoint | |||
| CustomerWorkingTimeCalendar | CustomerWorkingTimeCalendar | |||
| IsCompetitor | IsCompetitor | |||
| TaxInvoiceRepresentativeName | TaxInvoiceRepresentativeName | |||
| BusinessType | BusinessType | |||
| IndustryType | IndustryType |
@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_IsCustomerEUMember
as select from I_Customer
association [0..1] to I_Country as _Country on $projection.Country = _Country.Country
{
//Key
key Customer,
@Semantics.text:true
CustomerName,
CustomerFullName,
_Country.IsEuropeanUnionMember,
CreatedByUser,
CreationDate,
AddressID,
CustomerClassification,
VATRegistration,
CustomerAccountGroup,
AuthorizationGroup,
DeliveryIsBlocked,
PostingIsBlocked,
BillingIsBlockedForCustomer,
OrderIsBlockedForCustomer,
IsOneTimeAccount,
TaxJurisdiction,
Industry,
TaxNumberType,
TaxNumber1,
TaxNumber2,
TaxNumber3,
TaxNumber4,
TaxNumber5,
TaxNumber6,
CustomerCorporateGroup,
Supplier,
NielsenRegion,
IndustryCode1,
IndustryCode2,
IndustryCode3,
IndustryCode4,
IndustryCode5,
Country,
OrganizationBPName1,
OrganizationBPName2,
CityName,
PostalCode,
StreetName,
Region,
TelephoneNumber1,
TelephoneNumber2,
AlternativePayerAccount,
DataMediumExchangeIndicator,
VATLiability,
IsBusinessPurposeCompleted,
ResponsibleType,
FiscalAddress,
NFPartnerIsNaturalPerson,
DeletionIndicator,
Language,
TradingPartner,
DeliveryDateTypeRule,
ExpressTrainStationName,
TrainStationName,
InternationalLocationNumber2,
InternationalLocationNumber3,
CityCode,
County,
CustomerHasUnloadingPoint,
CustomerWorkingTimeCalendar,
IsCompetitor,
TaxInvoiceRepresentativeName,
BusinessType,
IndustryType
}
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