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