I_UtilsAllocOfExtToIntPoD
Allocation of External to Internal Point of Delivery
I_UtilsAllocOfExtToIntPoD is a Basic CDS View that provides data about "Allocation of External to Internal Point of Delivery" in SAP S/4HANA. It reads from 1 data source (euitrans) and exposes 9 fields with key fields UtilsInternalPointOfDelivery, UtilsPoDAllocValidityEndDate, UtilsPoDAllocValidityEndTime. It has 1 association to related views.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| euitrans | euitrans | from |
Associations (1)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [1..1] | I_UtilsPoDStructureCategory | _UtilsPoDStructureCategory | $projection.UtilsPoDStrucCategory = _UtilsPoDStructureCategory.UtilsPoDStrucCategory |
Annotations (11)
| Name | Value | Level | Field |
|---|---|---|---|
| EndUserText.label | Allocation of External to Internal Point of Delivery | view | |
| VDM.viewType | #BASIC | view | |
| AbapCatalog.sqlViewName | IEALLOCEXTINTPOD | view | |
| AccessControl.authorizationCheck | #MANDATORY | view | |
| ObjectModel.usageType.serviceQuality | #B | view | |
| ObjectModel.usageType.sizeCategory | #L | view | |
| ObjectModel.usageType.dataClass | #TRANSACTIONAL | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| ObjectModel.modelingPattern | #NONE | view |
Fields (9)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | UtilsInternalPointOfDelivery | euitrans | int_ui | |
| KEY | UtilsPoDAllocValidityEndDate | euitrans | dateto | |
| KEY | UtilsPoDAllocValidityEndTime | euitrans | timeto | |
| UtilsExternalPointOfDelivery | euitrans | ext_ui | ||
| AuthorizationGroup | euitrans | begru | ||
| UtilsPoDAllocValidityStartDate | euitrans | datefrom | ||
| UtilsPoDAllocValidityStartTime | euitrans | timefrom | ||
| UtilsPoDStrucCategory | euitrans | uistrutyp | ||
| _UtilsPoDStructureCategory | _UtilsPoDStructureCategory |
@EndUserText.label: 'Allocation of External to Internal Point of Delivery'
@VDM.viewType: #BASIC
@AbapCatalog.sqlViewName: 'IEALLOCEXTINTPOD'
@AccessControl.authorizationCheck: #MANDATORY
@ObjectModel.usageType.serviceQuality: #B
@ObjectModel.usageType.sizeCategory: #L
@ObjectModel.usageType.dataClass: #TRANSACTIONAL //#MASTER
@ClientHandling.algorithm: #SESSION_VARIABLE
@Metadata.ignorePropagatedAnnotations:true
@ObjectModel.supportedCapabilities: [#SQL_DATA_SOURCE, #CDS_MODELING_ASSOCIATION_TARGET, #CDS_MODELING_DATA_SOURCE ]
@AbapCatalog.compiler.compareFilter:true
//@AbapCatalog.preserveKey:true
//@ObjectModel.representativeKey: 'UtilsInternalPointOfDelivery'
//CB https://wiki.wdf.sap.corp/wiki/display/SuiteCDS/VDM+CDS+Representative+Key
//CB https://wiki.wdf.sap.corp/wiki/display/SuiteCDS/VDM+CDS+Foreign+Key+Relationship
@ObjectModel.modelingPattern: #NONE
define view I_UtilsAllocOfExtToIntPoD
as select from euitrans
association [1..1] to I_UtilsPoDStructureCategory as _UtilsPoDStructureCategory on $projection.UtilsPoDStrucCategory = _UtilsPoDStructureCategory.UtilsPoDStrucCategory
{
key euitrans.int_ui as UtilsInternalPointOfDelivery,
@Semantics.businessDate.to: true
key euitrans.dateto as UtilsPoDAllocValidityEndDate,
@Semantics.time: true
key euitrans.timeto as UtilsPoDAllocValidityEndTime,
euitrans.ext_ui as UtilsExternalPointOfDelivery,
euitrans.begru as AuthorizationGroup,
euitrans.datefrom as UtilsPoDAllocValidityStartDate,
euitrans.timefrom as UtilsPoDAllocValidityStartTime,
@ObjectModel.foreignKey.association: '_UtilsPoDStructureCategory'
euitrans.uistrutyp as UtilsPoDStrucCategory,
// Associations
_UtilsPoDStructureCategory
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"EUITRANS"
],
"ASSOCIATED":
[
"I_UTILSPODSTRUCTURECATEGORY"
],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/
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