C_LglTransMainOrgSlsOrgCrteVH

DDL: C_LGLTRANSMAINORGSLSORGCRTEVH SQL: CLTSLSORGCVH Type: view CONSUMPTION

Sales Organization Value Help

C_LglTransMainOrgSlsOrgCrteVH is a Consumption CDS View that provides data about "Sales Organization Value Help" in SAP S/4HANA. It reads from 1 data source (I_SalesOrganization) and exposes 5 fields with key field SalesOrganization. It has 2 associations to related views.

Data Sources (1)

SourceAliasJoin Type
I_SalesOrganization I_SalesOrganization from

Associations (2)

CardinalityTargetAliasCondition
[0..*] I_SalesOrganizationText _Text $projection.SalesOrganization = _Text.SalesOrganization
[0..1] C_MM_CompanyCodeValueHelp _CompanyCode $projection.CompanyCode = _CompanyCode.CompanyCode

Annotations (13)

NameValueLevelField
AbapCatalog.sqlViewName CLTSLSORGCVH view
AbapCatalog.compiler.compareFilter true view
AccessControl.authorizationCheck #CHECK view
ClientHandling.algorithm #SESSION_VARIABLE view
AccessControl.personalData.blocking #NOT_REQUIRED view
Search.searchable true view
VDM.viewType #CONSUMPTION view
ObjectModel.representativeKey SalesOrganization view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #M view
ObjectModel.usageType.dataClass #MASTER view
Metadata.ignorePropagatedAnnotations true view
EndUserText.label Sales Organization Value Help view

Fields (5)

KeyFieldSource TableSource FieldDescription
KEY SalesOrganization Sales Organization
SalesOrganizationCurrency SalesOrganizationCurrency
CompanyCode CompanyCode
_Text _Text
_CompanyCode _CompanyCode
@AbapCatalog.sqlViewName: 'CLTSLSORGCVH'
@AbapCatalog.compiler.compareFilter: true
@AccessControl.authorizationCheck: #CHECK
@ClientHandling.algorithm: #SESSION_VARIABLE
@AccessControl.personalData.blocking:#NOT_REQUIRED
@Search.searchable: true
@VDM.viewType: #CONSUMPTION
@ObjectModel.representativeKey: 'SalesOrganization'
@ObjectModel.usageType.serviceQuality: #C
@ObjectModel.usageType.sizeCategory : #M
@ObjectModel.usageType.dataClass: #MASTER
//@ObjectModel.dataCategory: #VALUE_HELP  

@Metadata.ignorePropagatedAnnotations: true
@EndUserText.label: 'Sales Organization Value Help'

define view C_LglTransMainOrgSlsOrgCrteVH
  as select from I_SalesOrganization

  association [0..*] to I_SalesOrganizationText   as _Text                  on  $projection.SalesOrganization = _Text.SalesOrganization

   association [0..1] to C_MM_CompanyCodeValueHelp as _CompanyCode           on  $projection.CompanyCode = _CompanyCode.CompanyCode
{
      @Search.defaultSearchElement: true
      @Search.ranking: #HIGH
      @ObjectModel.text.association: '_Text'
      @EndUserText.label: 'Sales Organization'
  key cast( SalesOrganization as lcm_entity_id )   as SalesOrganization,

      SalesOrganizationCurrency                    as SalesOrganizationCurrency,
     
      @Consumption.valueHelpDefinition: [ { entity: { name: 'C_MM_CompanyCodeValueHelp', element: 'CompanyCode' } } ]
      CompanyCode                                  as CompanyCode,

      _Text,

      _CompanyCode
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_SALESORGANIZATION"
],
"ASSOCIATED":
[
"C_MM_COMPANYCODEVALUEHELP",
"I_SALESORGANIZATIONTEXT"
],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/