I_Aps_Com_Ca_Inb_Defaults_C

DDL: I_APS_COM_CA_INB_DEFAULTS_C SQL: APS_CA_INBD Type: view Package: SR_APS_COM_CA

CA: Inbound Service Defaults Core View

I_Aps_Com_Ca_Inb_Defaults_C is a CDS View that provides data about "CA: Inbound Service Defaults Core View" in SAP S/4HANA. It reads from 1 data source (aps_ca_d_dinbnd) and exposes 4 fields with key field db_key. It has 1 association to related views. Part of development package SR_APS_COM_CA.

Data Sources (1)

SourceAliasJoin Type
aps_ca_d_dinbnd aps_ca_d_dinbnd from

Associations (1)

CardinalityTargetAliasCondition
[1..1] I_APS_COM_CA_Root_Core _CommunicationArrangement $projection.parent_key = _CommunicationArrangement.db_key

Annotations (4)

NameValueLevelField
AbapCatalog.sqlViewName APS_CA_INBD view
AbapCatalog.compiler.compareFilter true view
AccessControl.authorizationCheck #CHECK view
EndUserText.label CA: Inbound Service Defaults Core View view

Fields (4)

KeyFieldSource TableSource FieldDescription
KEY db_key aps_ca_d_dinbnd db_key
parent_key aps_ca_d_dinbnd parent_key
CommSystInboundUser aps_ca_d_dinbnd commsystinbounduser
_CommunicationArrangement _CommunicationArrangement
@AbapCatalog.sqlViewName: 'APS_CA_INBD'
@AbapCatalog.compiler.compareFilter: true
@AccessControl.authorizationCheck: #CHECK
@EndUserText.label: 'CA: Inbound Service Defaults Core View'

define view I_Aps_Com_Ca_Inb_Defaults_C
  as select from aps_ca_d_dinbnd

  association [1..1] to I_APS_COM_CA_Root_Core as _CommunicationArrangement on $projection.parent_key = _CommunicationArrangement.db_key

{

  key aps_ca_d_dinbnd.db_key              as db_key,
      aps_ca_d_dinbnd.parent_key          as parent_key,
      aps_ca_d_dinbnd.commsystinbounduser as CommSystInboundUser,
      
      dmon_logical_port_name,
      dmon_logical_port_name_prev,
      
      eeec_logical_port_name,
      eeec_logical_port_name_prev,
      
      /* Associations */
      @ObjectModel.association.type: [ #TO_COMPOSITION_PARENT, #TO_COMPOSITION_ROOT ]
      _CommunicationArrangement

}