P_I_Customer_F2187
P view to get properties for Cust360
P_I_Customer_F2187 is a Consumption CDS View that provides data about "P view to get properties for Cust360" in SAP S/4HANA. It reads from 1 data source (I_Customer) and exposes 10 fields with key field Customer. It has 2 associations to related views. It is used in 1 Fiori application: Customer - 360° View.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_Customer | _Customer | from |
Associations (2)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..*] | C_Customer360_Contactop | _CustomerContact | $projection.businesspartneruuid = _CustomerContact.PartnerUUID |
| [0..*] | I_CustomerClassificationText | _CustomerClassification | $projection.CustomerClassification = _CustomerClassification.CustomerClassification |
Annotations (9)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | PICUSTOMERF2187 | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| VDM.viewType | #CONSUMPTION | view | |
| VDM.private | true | view | |
| ObjectModel.usageType.dataClass | #TRANSACTIONAL | view | |
| ObjectModel.usageType.serviceQuality | #B | view | |
| ObjectModel.usageType.sizeCategory | #M | view | |
| EndUserText.label | P view to get properties for Cust360 | view |
Fiori Apps (1)
| App ID | App Name | Type | Description |
|---|---|---|---|
| F2187 | Customer - 360° View | Fact sheet | Overview of one specific customer by having a look at aggregated sales data |
Customer - 360° View
Business Role: Internal Sales Representative
With this app you can get an overview of one specific customer by reviewing aggregated sales data from the past and the present.You can, for example, display the sales areas and their specific data as well as related sales documents, including sales scheduling agreements. To see more details, you can navigate to related apps.
Fields (10)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | Customer | Customer | Sold-to Party | |
| BusinessPartnerUUID | ||||
| BusinessPartner | ||||
| BusinessPartnerCategory | ||||
| CustomerName | CustomerName | Name of Customer | ||
| AuthorizationGroup | AuthorizationGroup | AuthorizGroup | ||
| CustomerAccountGroup | CustomerAccountGroup | Account group | ||
| CustomerClassification | CustomerClassification | Customer Class. | ||
| _CustomerContact | _CustomerContact | |||
| _CustomerClassification | _CustomerClassification |
Derived SQL interpretation, reconstructed from the parsed view metadata (data sources, associations, and field mappings). SAP annotations are omitted and the structure is reformulated as SQL — this is a functional approximation, not the verbatim SAP source.
-- Derived SQL interpretation of CDS view P_I_Customer_F2187.
-- Reconstructed from parsed metadata (data sources, associations, fields).
-- SAP annotations are omitted and the structure is reformulated as SQL;
-- this is a functional approximation, not the verbatim SAP source. Some join
-- conditions may be unavailable and a few CDS constructs are kept as-is.
-- SQL view name: PICUSTOMERF2187
CREATE VIEW P_I_Customer_F2187 AS
SELECT
Customer,
_Customer._CustomerToBusinessPartner.BusinessPartnerUUID AS BusinessPartnerUUID,
_Customer._CustomerToBusinessPartner._BusinessPartner.BusinessPartner AS BusinessPartner,
_Customer._CustomerToBusinessPartner._BusinessPartner.BusinessPartnerCategory AS BusinessPartnerCategory,
CustomerName,
AuthorizationGroup,
CustomerAccountGroup,
CustomerClassification
FROM I_Customer AS _Customer
LEFT OUTER JOIN C_Customer360_Contactop AS _CustomerContact ON businesspartneruuid = _CustomerContact.PartnerUUID -- association [0..*]
LEFT OUTER JOIN I_CustomerClassificationText AS _CustomerClassification ON CustomerClassification = _CustomerClassification.CustomerClassification -- association [0..*]
;
Learn More
- VDM (Virtual Data Model) in SAP S/4HANA Explained
- Types of CDS Views: Basic, Composite, Consumption, and Transactional
- SAP Fiori Apps Architecture — How Fiori Apps Connect to Data
- CDS View Annotations — A Complete Guide
- What Is a CDS View in SAP S/4HANA?
- SAP Tables vs CDS Views — Key Differences
- Understanding Data Lineage in SAP S/4HANA
- 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
- BSEG to ACDOCA: The Universal Journal Migration
- Business Partner Migration: KNA1/LFA1 to BUT000
- Material Document Migration: MSEG/MKPF to MATDOC
- How to Find the Right CDS View for an SAP Table
- BW Extractor to CDS View Migration Guide
- S/4HANA CDS View Deprecation: What You Need to Know
- ABAP CDS View Tutorial — From Basics to Real-World Examples
- RAP and CDS Views — Building Transactional Apps in SAP S/4HANA
- Sales Document Status Migration: VBUP/VBUK Removal in S/4HANA
- CO Tables in S/4HANA: COEP, COBK, COSS, COSP to ACDOCA