I_UtilsAllocOfExtToIntPoD

DDL: I_UTILSALLOCOFEXTTOINTPOD SQL: IEALLOCEXTINTPOD Type: view BASIC

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)

SourceAliasJoin Type
euitrans euitrans from

Associations (1)

CardinalityTargetAliasCondition
[1..1] I_UtilsPoDStructureCategory _UtilsPoDStructureCategory $projection.UtilsPoDStrucCategory = _UtilsPoDStructureCategory.UtilsPoDStrucCategory

Annotations (11)

NameValueLevelField
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)

KeyFieldSource TableSource FieldDescription
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":""
}
}*/