I_OutputSenderOrgUnitType

DDL: I_OUTPUTSENDERORGUNITTYPE SQL: IOCSENDRORGUTYP Type: view BASIC

Organizational Unit Type

I_OutputSenderOrgUnitType is a Basic CDS View that provides data about "Organizational Unit Type" in SAP S/4HANA. It reads from 1 data source (sform_s_orgutp) and exposes 2 fields with key field SenderOrganizationalUnitType. It has 1 association to related views.

Data Sources (1)

SourceAliasJoin Type
sform_s_orgutp sform_s_orgutp from

Associations (1)

CardinalityTargetAliasCondition
[0..*] I_OutputSenderOrgUnitTypeText _Text $projection.SenderOrganizationalUnitType = _Text.SenderOrganizationalUnitType

Annotations (13)

NameValueLevelField
AbapCatalog.sqlViewName IOCSENDRORGUTYP view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
VDM.viewType #BASIC view
ClientHandling.type #INHERITED view
ClientHandling.algorithm #SESSION_VARIABLE view
AccessControl.authorizationCheck #NOT_REQUIRED view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.dataClass #META view
ObjectModel.representativeKey SenderOrganizationalUnitType view
Search.searchable true view
EndUserText.label Organizational Unit Type view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY SenderOrganizationalUnitType org_unit_type
_Text _Text
@AbapCatalog.sqlViewName: 'IOCSENDRORGUTYP'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey:true
@VDM.viewType: #BASIC
@ClientHandling.type: #INHERITED
@ClientHandling.algorithm: #SESSION_VARIABLE
@AccessControl.authorizationCheck: #NOT_REQUIRED
@ObjectModel: {
   usageType.serviceQuality: #A,
   usageType.sizeCategory: #S,
   usageType.dataClass: #META,
   representativeKey: 'SenderOrganizationalUnitType'
}
@Search.searchable: true
@EndUserText.label: 'Organizational Unit Type'

define view I_OutputSenderOrgUnitType
  as select from sform_s_orgutp
  association [0..*] to I_OutputSenderOrgUnitTypeText as _Text on $projection.SenderOrganizationalUnitType = _Text.SenderOrganizationalUnitType
{
      @ObjectModel.text.association: '_Text'
      @Search: {
      defaultSearchElement: true,
      fuzzinessThreshold: 0.8,
      ranking: #HIGH }
  key org_unit_type as SenderOrganizationalUnitType,

      _Text
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"SFORM_S_ORGUTP"
],
"ASSOCIATED":
[
"I_OUTPUTSENDERORGUNITTYPETEXT"
],
"BASE":
[],
"ANNO_REF":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/