I_BPCountryAddressVariants
Address Variants for Countries
I_BPCountryAddressVariants is a Basic CDS View that provides data about "Address Variants for Countries" in SAP S/4HANA. It reads from 1 data source (tsad9) and exposes 1 field.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| tsad9 | tsad9 | from |
Annotations (9)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | IBPCOUNADDRESSV | view | |
| ObjectModel.usageType.serviceQuality | #C | view | |
| ObjectModel.usageType.sizeCategory | #XL | view | |
| ObjectModel.usageType.dataClass | #MIXED | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| EndUserText.label | Address Variants for Countries | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| VDM.viewType | #BASIC | view |
Fields (1)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| BPCountryDepdntAddressVariant | tsad9 | scrvariant |
@AbapCatalog.sqlViewName: 'IBPCOUNADDRESSV'
@ObjectModel.usageType.serviceQuality: #C
@ObjectModel.usageType.sizeCategory: #XL
@ObjectModel.usageType.dataClass: #MIXED
@ClientHandling.algorithm: #SESSION_VARIABLE
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Address Variants for Countries'
@AbapCatalog.compiler.compareFilter:true
@VDM.viewType: #BASIC
define view I_BPCountryAddressVariants
as select from tsad9
{
tsad9.scrvariant as BPCountryDepdntAddressVariant
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"TSAD9"
],
"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