I_BUSPARTINDUSTRYPROC

CDS View

Core View: Bus Part Industry (Process)

I_BUSPARTINDUSTRYPROC is a CDS View in S/4HANA. Core View: Bus Part Industry (Process). It contains 7 fields. 4 CDS views read from this table.

CDS Views using this table (4)

ViewTypeJoinVDMDescription
I_BPIndustryProcessChanges view from TRANSACTIONAL BP Industry Process Changes
I_BPIndustryProcessChanges view union_all TRANSACTIONAL BP Industry Process Changes
I_BusPartIndustryGov view from COMPOSITE BP Industry Governance
I_BusPartIndustryProcTP view_entity from TRANSACTIONAL Business Partner Industry (Process Data)

Fields (7)

KeyField CDS FieldsUsed in Views
KEY IndustrySector IndustrySector 1
KEY IndustrySystemType IndustrySystemType 1
KEY MasterDataChangeProcess MasterDataChangeProcess 1
KEY MDChgProcessSrceObject MDChgProcessSrceObject 1
KEY MDChgProcessSrceSystem MDChgProcessSrceSystem 1
KEY MDChgProcessStep MDChgProcessStep 1
MDChgProcessSourceModified MDChgProcessSourceModified 1
@AbapCatalog.sqlViewName: 'IBPINDPROC'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@AccessControl.authorizationCheck: #CHECK
@ClientHandling.algorithm : #SESSION_VARIABLE
@EndUserText.label: 'Core View: Bus Part Industry (Process)'
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.sizeCategory: #XXL
@ObjectModel.usageType.dataClass: #TRANSACTIONAL
@VDM.viewType: #BASIC
@Consumption.dbHints: [ 'USE_HEX_PLAN' ]
define view I_BusPartIndustryProc
  as select from but0is_prc
  association [1..1] to I_BusinessPartnerProcess as _BusinessPartner on  but0is_prc.process_id      = _BusinessPartner.MasterDataChangeProcess
                                                                     and but0is_prc.process_step_no = _BusinessPartner.MDChgProcessStep
                                                                     and but0is_prc.source_system   = _BusinessPartner.MDChgProcessSrceSystem
                                                                     and but0is_prc.source_id       = _BusinessPartner.MDChgProcessSrceObject
{
  key process_id               as MasterDataChangeProcess,
  key process_step_no          as MDChgProcessStep,
  key source_system            as MDChgProcessSrceSystem,
  key source_id                as MDChgProcessSrceObject,
  key istype                   as IndustrySystemType,
  key ind_sector               as IndustrySector,
      partner                  as BusinessPartner,
      isdef                    as IsStandardIndustry,
      source_modified          as MDChgProcessSourceModified,
      source_modification_blip as MDChgProcessSourceModifBinary,
      source_recency           as MDChgProcSrceLastChgdDateTime,

      _BusinessPartner
}