I_UNIVALLOCKEYFIELDVERSION

CDS View

Universal Allocation Key Field

I_UNIVALLOCKEYFIELDVERSION is a CDS View in S/4HANA. Universal Allocation Key Field. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
P_UnivAllocKeyFieldVersion view_entity from CONSUMPTION Universal Allocation Key Field
@EndUserText.label: 'Universal Allocation Key Field'
@VDM: {
  lifecycle.contract.type: #SAP_INTERNAL_API,
  viewType: #BASIC }
@AccessControl.authorizationCheck: #NOT_REQUIRED
@ObjectModel.usageType: {
    dataClass: #TRANSACTIONAL,
    serviceQuality: #A,
    sizeCategory: #L }
define view entity I_UnivAllocKeyFieldVersion
  as select from I_AllocationKeyFieldVersion
{
  key AllocCycleKeyFieldVersionValue,
  key AllocationType,
  key AllocationCycle,
  key AllocationCycleStartDate,
  key AllocationCycleSegment,
  key AllocationSetType,
  key AllocDocumentSequenceNumber,
      AllocationFieldName,
      AllocationSetName,
      AllocationFieldMinimumValue,
      AllocationFieldMaximumValue,
      AllocationSetId
}
where
     AllocationType = 'ACDOC_CC'
  or AllocationType = 'ACDOC_PC'
  or AllocationType = 'ACDOC_PA'