I_UTILSALLOCOFEXTTOINTPOD

CDS View

Allocation of External to Internal Point of Delivery

I_UTILSALLOCOFEXTTOINTPOD is a CDS View in S/4HANA. Allocation of External to Internal Point of Delivery. It contains 5 fields. 2 CDS views read from this table.

CDS Views using this table (2)

ViewTypeJoinVDMDescription
I_UtilsBillgDocIntAndExtPoD view left_outer COMPOSITE Internal and External Point of Delivery for Billing Document
I_UtilsInstIntAndExtPtOfDeliv view inner COMPOSITE Internal and External PoD for Utilities Installation

Fields (5)

KeyField CDS FieldsUsed in Views
KEY UtilsPoDAllocValidityEndDate UtilsPoDAllocValidityEndDate 1
KEY UtilsPoDAllocValidityEndTime UtilsPoDAllocValidityEndTime 1
UtilsExternalPointOfDelivery UtilsExternalPointOfDelivery 2
UtilsPoDAllocValidityStartDate UtilsPoDAllocValidityStartDate 1
UtilsPoDAllocValidityStartTime UtilsPoDAllocValidityStartTime 1
@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":""
}
}*/