I_LGLCNTNTMMAINORGTYPE

CDS View

Main Organization Type

I_LGLCNTNTMMAINORGTYPE is a CDS View in S/4HANA. Main Organization Type. 2 CDS views read from this table.

CDS Views using this table (2)

ViewTypeJoinVDMDescription
C_LglCntntMMainOrgTypeVH view from CONSUMPTION Main Organization Type Value Help
C_LglTransMainOrgTypeCrteVH view from CONSUMPTION Main Organization Type Value Help
@AbapCatalog.sqlViewName: 'ILCMMAINORGT'
@AbapCatalog.compiler.compareFilter: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@ClientHandling.algorithm: #SESSION_VARIABLE
@VDM.viewType : #BASIC
@ObjectModel: {representativeKey: 'LglCntntMMainOrgType',
               usageType.dataClass: #MASTER,
               usageType.serviceQuality: #A,
               usageType.sizeCategory: #S }
@VDM.lifecycle.contract.type: #SAP_INTERNAL_API
@EndUserText.label: 'Main Organization Type'
@Search.searchable: true
define view I_LglCntntMMainOrgType
  as select from dd07l
  association [0..*] to I_LglCntntMMainOrgTypeText as _Text on $projection.LglCntntMMainOrgType = _Text.LglCntntMMainOrgType
{

      @ObjectModel.text.association: '_Text'
  key cast ( domvalue_l as lcm_entitytec_type ) as LglCntntMMainOrgType,
      
      @Search: { defaultSearchElement: true, ranking: #HIGH, fuzzinessThreshold: 0.7  }
      @Consumption.hidden: true
      dd07l.domvalue_l                        as DomainValue,

      _Text

}
where
       domname    = 'LCM_ENTITYTEC_TYPE'
  and  as4local   = 'A'
  and(
       domvalue_l = '03'
    or domvalue_l = '04'
    or domvalue_l = '05'
  )