I_UNIVERSALALLOCATIONKEYFIELD

CDS View

Universal Allocation Key Field

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

CDS Views using this table (6)

ViewTypeJoinVDMDescription
P_UnivAllocKeyFieldVersion view_entity union_all CONSUMPTION Universal Allocation Key Field
R_UnivAllocRcvrFctrKeyFieldTP view_entity from TRANSACTIONAL Receiver Weighting Factor Key Field
R_UnivAllocReceiverKeyFieldTP view_entity from TRANSACTIONAL Receiver Key Field Draft
R_UnivAllocSenderKeyFieldTP view_entity from TRANSACTIONAL Sender Key Field Draft
R_UnivAllocSndrValKeyFieldTP view_entity from TRANSACTIONAL Sender Value Key Field
R_UnivAllocVirtualKeyField view_entity from BASIC Universal Allocation Virtual 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_UniversalAllocationKeyField
  as select from t811k
{
  key tab     as AllocationType,
  key cycle   as AllocationCycle,
  key sdate   as AllocationCycleStartDate,
  key seqnr   as AllocationCycleSegment,
  key setkind as AllocationSetType,
  key pos     as AllocDocumentSequenceNumber,
      field   as AllocationFieldName,
      setname as AllocationSetName,
      valmin  as AllocationFieldMinimumValue,
      valmax  as AllocationFieldMaximumValue,
      setid   as AllocationSetId
}
where
     tab = 'ACDOC_CC'
  or tab = 'ACDOC_PC'
  or tab = 'ACDOC_PA'