I_JITCallsForCommGroupBasic

DDL: I_JITCALLSFORCOMMGROUPBASIC SQL: IJITCALLSCOMMGRP Type: view COMPOSITE

Control cycles and JIT calls for Communication groups

I_JITCallsForCommGroupBasic is a Composite CDS View that provides data about "Control cycles and JIT calls for Communication groups" in SAP S/4HANA. It reads from 2 data sources (I_JITOutbCallCompGrp, I_JITControlCycle) and exposes 9 fields with key fields JITOutbCommunicationGroup, JITControlCycle, InternalJITCallNumber. It has 1 association to related views.

Data Sources (2)

SourceAliasJoin Type
I_JITOutbCallCompGrp _JITOutbCallCompGrp inner
I_JITControlCycle I_JITControlCycle from

Associations (1)

CardinalityTargetAliasCondition
[0..*] I_JITOutbCallHeader _JITOutbCallHeader $projection.InternalJITCallNumber = _JITOutbCallHeader.InternalJITCallNumber

Annotations (12)

NameValueLevelField
AbapCatalog.sqlViewName IJITCALLSCOMMGRP view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
AccessControl.authorizationCheck #CHECK view
AccessControl.personalData.blocking #REQUIRED view
VDM.viewType #COMPOSITE view
ObjectModel.usageType.dataClass #MASTER view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #L view
ClientHandling.type #INHERITED view
ClientHandling.algorithm #SESSION_VARIABLE view
EndUserText.label Control cycles and JIT calls for Communication groups view

Fields (9)

KeyFieldSource TableSource FieldDescription
KEY JITOutbCommunicationGroup JITOutbCommunicationGroup
KEY JITControlCycle I_JITControlCycle JITControlCycle
KEY InternalJITCallNumber I_JITOutbCallCompGrp InternalJITCallNumber
JITOutbCommunicationGroupUUID _JITCommunicationGroup JITOutbCommunicationGroupUUID
Supplier Supplier
Plant I_JITOutbCallCompGrp Plant
LastChangeDateTime _JITOutbCallHeader LastChangeDateTime
JITLifecycleStatus _JITOutbCallHeader JITLifecycleStatus
_JITOutbCallHeader _JITOutbCallHeader
@AbapCatalog.sqlViewName: 'IJITCALLSCOMMGRP'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey:true
@AccessControl: {
  authorizationCheck: #CHECK,
  personalData.blocking: #REQUIRED
}
@VDM.viewType: #COMPOSITE
@ObjectModel.usageType.dataClass: #MASTER
@ObjectModel.usageType.serviceQuality: #C
@ObjectModel.usageType.sizeCategory: #L
@ClientHandling.type: #INHERITED
@ClientHandling.algorithm: #SESSION_VARIABLE
@EndUserText.label: 'Control cycles and JIT calls for Communication groups'
define view I_JITCallsForCommGroupBasic as select from I_JITControlCycle
inner join  I_JITOutbCallCompGrp as _JITOutbCallCompGrp on I_JITControlCycle.JITControlCycle = _JITOutbCallCompGrp.JITControlCycle
association [0..*] to I_JITOutbCallHeader  as _JITOutbCallHeader on $projection.InternalJITCallNumber = _JITOutbCallHeader.InternalJITCallNumber
 {
  key JITOutbCommunicationGroup,
  key I_JITControlCycle.JITControlCycle,
  key _JITOutbCallCompGrp.InternalJITCallNumber,
  _JITCommunicationGroup.JITOutbCommunicationGroupUUID as JITOutbCommunicationGroupUUID,
  Supplier,
  _JITOutbCallCompGrp.Plant,
  _JITOutbCallHeader.LastChangeDateTime,
  _JITOutbCallHeader.JITLifecycleStatus,
  _JITOutbCallHeader
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_JITCONTROLCYCLE",
"I_JITOUTBCALLCOMPGRP",
"I_JITOUTBCALLHEADER",
"I_JITOUTBCOMMUNICATIONGROUP"
],
"ASSOCIATED":
[
"I_JITOUTBCALLHEADER"
],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/