C_SalesOfficeOrgUnitVH
Sales Area specific Sales Office
C_SalesOfficeOrgUnitVH is a Consumption CDS View that provides data about "Sales Area specific Sales Office" in SAP S/4HANA. It reads from 1 data source (I_SalesAreaSalesOfficeOrgUnit) and exposes 5 fields with key fields OrganizationalUnit, DistributionChannel, Division, SalesOfficeOrgUnitID. It has 1 association to related views.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_SalesAreaSalesOfficeOrgUnit | I_SalesAreaSalesOfficeOrgUnit | from |
Associations (1)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..*] | I_SalesOrganizationUnitText | _Text | $projection.SalesOfficeOrgUnitID = _Text.OrganizationalUnit |
Annotations (13)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | CSAREAOFCUNITVH | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AbapCatalog.preserveKey | true | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| EndUserText.label | Sales Area specific Sales Office | view | |
| ObjectModel.usageType.dataClass | #MIXED | view | |
| ObjectModel.usageType.serviceQuality | #C | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| VDM.viewType | #CONSUMPTION | view | |
| UI.headerInfo.typeName | Sales Office | view | |
| UI.headerInfo.typeNamePlural | Sales Offices | view | |
| Search.searchable | true | view |
Fields (5)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | OrganizationalUnit | OrganizationalUnit | ||
| KEY | DistributionChannel | DistributionChannel | ||
| KEY | Division | Division | ||
| KEY | SalesOfficeOrgUnitID | SalesOfficeOrgUnitID | ||
| _Text | _Text |
@AbapCatalog: {
sqlViewName: 'CSAREAOFCUNITVH',
compiler.compareFilter: true
}
@AbapCatalog.preserveKey:true
@ClientHandling.algorithm: #SESSION_VARIABLE
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Sales Area specific Sales Office'
@ObjectModel.usageType.dataClass: #MIXED
@ObjectModel.usageType.serviceQuality: #C
@ObjectModel.usageType.sizeCategory: #S
@VDM: {
viewType: #CONSUMPTION
}
@UI.headerInfo:{
typeName: 'Sales Office',
typeNamePlural: 'Sales Offices'
}
@Search.searchable: true
define view C_SalesOfficeOrgUnitVH as select from I_SalesAreaSalesOfficeOrgUnit
association [0..*] to I_SalesOrganizationUnitText as _Text on $projection.SalesOfficeOrgUnitID = _Text.OrganizationalUnit
{
@Search.defaultSearchElement: true
key OrganizationalUnit,
@Search.defaultSearchElement: true
key DistributionChannel,
@Search.defaultSearchElement: true
key Division,
@ObjectModel.text.association: '_Text'
@Search.defaultSearchElement: true
key SalesOfficeOrgUnitID,
_Text
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_SALESAREASALESOFFICEORGUNIT"
],
"ASSOCIATED":
[
"I_SALESORGANIZATIONUNITTEXT"
],
"BASE":
[],
"ANNO_REF":
[],
"VERSION":0
}
}*/
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