E_CustAddrDepdntInformation
Ext View for Info Depdnt on Cust Addr
E_CustAddrDepdntInformation is a Extension CDS View that provides data about "Ext View for Info Depdnt on Cust Addr" in SAP S/4HANA. It reads from 1 data source (kna1_addr) and exposes 3 fields with key fields Customer, AddressID. Part of development package VDM_MD_BP.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| kna1_addr | Persistence | from |
Annotations (9)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | ECUSTADDRDEPDNT | view | |
| AbapCatalog.preserveKey | true | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AccessControl.authorizationCheck | #PRIVILEGED_ONLY | view | |
| VDM.viewType | #EXTENSION | view | |
| EndUserText.label | Ext View for Info Depdnt on Cust Addr | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.usageType.sizeCategory | #XXL | view | |
| ObjectModel.usageType.dataClass | #MASTER | view |
@AbapCatalog.sqlViewName: 'ECUSTADDRDEPDNT'
@AbapCatalog.preserveKey:true
@AbapCatalog.compiler.compareFilter:true
@AccessControl.authorizationCheck: #PRIVILEGED_ONLY
@VDM.viewType: #EXTENSION
//@ClientDependent: false
@EndUserText.label: 'Ext View for Info Depdnt on Cust Addr'
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.sizeCategory: #XXL
@ObjectModel.usageType.dataClass: #MASTER
define view E_CustAddrDepdntInformation
as select from kna1_addr as Persistence
{
key Persistence.kunnr as Customer,
key Persistence.adrnr as AddressID,
cast( 'X' as sdraft_is_active preserving type ) as IsActiveEntity
}
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