P_DRFEWMCustomer
DRF EWM integration of customer
P_DRFEWMCustomer is a Basic CDS View that provides data about "DRF EWM integration of customer" in SAP S/4HANA. It reads from 1 data source (I_Customer) and exposes 5 fields with key field KUNNR. Part of development package VDM_MD_EWM.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_Customer | I_Customer | from |
Annotations (9)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | PDRFEWMCUSTOUT | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| ObjectModel.usageType.sizeCategory | #XL | view | |
| ObjectModel.usageType.serviceQuality | #C | view | |
| ObjectModel.usageType.dataClass | #MASTER | view | |
| VDM.viewType | #BASIC | view | |
| VDM.private | true | view |
Fields (5)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | KUNNR | Customer | ||
| CustomerAccountGroup | CustomerAccountGroup | |||
| CustomerSalesOrg | _CustomerSalesArea | SalesOrganization | ||
| CustomerCompanyCode | _CustomerCompany | CompanyCode | ||
| CustomerPartnerFunction | _CustomerPartnerFunc | PartnerFunction |
@AbapCatalog.sqlViewName: 'PDRFEWMCUSTOUT'
@AbapCatalog.compiler.compareFilter: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@ClientHandling.algorithm: #SESSION_VARIABLE
@ObjectModel.usageType.sizeCategory: #XL
@ObjectModel.usageType.serviceQuality: #C
@ObjectModel.usageType.dataClass:#MASTER
//@EndUserText.label: 'DRF EWM integration of customer'
@VDM.viewType: #BASIC
@VDM.private: true
define view P_DRFEWMCustomer
as select from I_Customer
association to I_CustSalesPartnerFunc as _CustomerPartnerFunc on $projection.KUNNR = _CustomerPartnerFunc.Customer
{
key Customer as KUNNR,
CustomerAccountGroup,
_CustomerSalesArea.SalesOrganization as CustomerSalesOrg,
_CustomerCompany.CompanyCode as CustomerCompanyCode,
_CustomerPartnerFunc.PartnerFunction as CustomerPartnerFunction
}
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