I_Aps_Com_Ca_Inb_Defaults_C
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)
| Source | Alias | Join Type |
|---|---|---|
| aps_ca_d_dinbnd | aps_ca_d_dinbnd | from |
Associations (1)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [1..1] | I_APS_COM_CA_Root_Core | _CommunicationArrangement | $projection.parent_key = _CommunicationArrangement.db_key |
Annotations (4)
| Name | Value | Level | Field |
|---|---|---|---|
| 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)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| 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
}
Learn More
- What Is a CDS View in SAP S/4HANA?
- Types of CDS Views: Basic, Composite, Consumption, and Transactional
- SAP Tables vs CDS Views — Key Differences
- Understanding Data Lineage in SAP S/4HANA
- VDM (Virtual Data Model) in SAP S/4HANA Explained
- CDS View Annotations — A Complete Guide
- CDS View Field Mapping and Associations
- Understanding the SAP S/4HANA Data Model
- CDS View Extensions and Custom Fields in SAP S/4HANA
- Released APIs and Stability Contracts in SAP S/4HANA