C_UnivAllocationSegmentTextTP

DDL: C_UNIVALLOCATIONSEGMENTTEXTTP Type: view_entity CONSUMPTION Package: ODATA_MANAGE_ALLOCATION_V2

Allocation Segment Description

C_UnivAllocationSegmentTextTP is a Consumption CDS View that provides data about "Allocation Segment Description" in SAP S/4HANA. It reads from 1 data source (R_UnivAllocationSegmentTextTP) and exposes 7 fields with key fields LanguageCode, AllocationType, AllocationCycle, AllocationCycleStartDate, AllocationCycleSegment. It is exposed through 1 OData service (UI_FCO_MANAGE_ALLOCATION). Part of development package ODATA_MANAGE_ALLOCATION_V2.

Data Sources (1)

SourceAliasJoin Type
R_UnivAllocationSegmentTextTP R_UnivAllocationSegmentTextTP projection

Annotations (8)

NameValueLevelField
AccessControl.authorizationCheck #MANDATORY view
EndUserText.label Allocation Segment Description view
Metadata.allowExtensions true view
ObjectModel.dataCategory #TEXT view
ObjectModel.usageType.dataClass #MASTER view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #M view
VDM.viewType #CONSUMPTION view

OData Services (1)

ServiceBindingVersionContractRelease
UI_FCO_MANAGE_ALLOCATION UI_FCOUA_MANAGE_ALLOCATION V2 C1 NOT_RELEASED

Fields (7)

KeyFieldSource TableSource FieldDescription
KEY LanguageCode LanguageCode
KEY AllocationType AllocationType
KEY AllocationCycle AllocationCycle
KEY AllocationCycleStartDate AllocationCycleStartDate
KEY AllocationCycleSegment AllocationCycleSegment
AllocationSegmentDescription AllocationSegmentDescription
_Language _Language
@AbapCatalog.viewEnhancementCategory: [#NONE]
@AccessControl.authorizationCheck: #MANDATORY
@EndUserText.label: 'Allocation Segment Description'
@Metadata.allowExtensions: true
@ObjectModel: {
  dataCategory: #TEXT,
  usageType: {
    dataClass: #MASTER,
    serviceQuality: #A,
    sizeCategory: #M } }
@VDM: {
  viewType: #CONSUMPTION,
  usage.type:[#TRANSACTIONAL_PROCESSING_SERVICE] }
define view entity C_UnivAllocationSegmentTextTP
  as projection on R_UnivAllocationSegmentTextTP
{
  key LanguageCode,
  key AllocationType,
  key AllocationCycle,
  key AllocationCycleStartDate,
  key AllocationCycleSegment,
      AllocationSegmentDescription,

      _Language,
      _Cycle : redirected to C_UniversalAllocationCycleTP,
      _Segment : redirected to parent C_UniversalAllocationSegmentTP

}