C_SalesGroupOrgUnitVH

DDL: C_SALESGROUPORGUNITVH Type: view CONSUMPTION

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)

SourceAliasJoin Type
I_SalesGroupOrgUnit I_SalesGroupOrgUnit from

Associations (1)

CardinalityTargetAliasCondition
[0..*] I_SalesOrganizationUnitText _Text $projection.SalesGroupOrgUnitID = _Text.OrganizationalUnit

Annotations (13)

NameValueLevelField
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)

KeyFieldSource TableSource FieldDescription
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
}
}*/