I_CustRetRefundPrgrsStatus

DDL: I_CUSTRETREFUNDPRGRSSTATUS Type: view_entity BASIC Package: ODATA_SD_RETURN_V2

Refund Progress Status

I_CustRetRefundPrgrsStatus is a Basic CDS View (Dimension) that provides data about "Refund Progress Status" in SAP S/4HANA. It reads from 1 data source (dd07l) and exposes 3 fields with key field CustRetRefundProgress. It has 1 association to related views. It is exposed through 1 OData service (UI_CUSTOMERRETURNMANAGE). Part of development package ODATA_SD_RETURN_V2.

Data Sources (1)

SourceAliasJoin Type
dd07l dd07l from

Associations (1)

CardinalityTargetAliasCondition
[0..*] I_CustRetRefundPrgrsStatusText _Text

Annotations (14)

NameValueLevelField
AccessControl.authorizationCheck #NOT_REQUIRED view
EndUserText.label Refund Progress Status view
ObjectModel.representativeKey CustRetRefundProgress view
ObjectModel.usageType.dataClass #META view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #S view
VDM.viewType #BASIC view
Analytics.dataCategory #DIMENSION view
Analytics.technicalName ICRTRFNDPRGST view
ObjectModel.dataCategory #VALUE_HELP view
ObjectModel.modelingPattern #ANALYTICAL_DIMENSION view
ObjectModel.resultSet.sizeCategory #XS view
Search.searchable true view
Consumption.ranked true view

OData Services (1)

ServiceBindingVersionContractRelease
UI_CUSTOMERRETURNMANAGE UI_CUSTOMERRETURNMANAGE V4 C1 NOT_RELEASED

Fields (3)

KeyFieldSource TableSource FieldDescription
KEY CustRetRefundProgress
DomainValue domvalue_l
_Text _Text
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Refund Progress Status'
@ObjectModel.representativeKey: 'CustRetRefundProgress'
@ObjectModel.usageType.dataClass: #META 
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.sizeCategory: #S
@VDM.viewType: #BASIC
@Analytics.dataCategory: #DIMENSION
@Analytics.technicalName: 'ICRTRFNDPRGST'
@ObjectModel.dataCategory: #VALUE_HELP
@ObjectModel.modelingPattern: #ANALYTICAL_DIMENSION
@ObjectModel.supportedCapabilities: [#ANALYTICAL_DIMENSION, 
                                     #CDS_MODELING_ASSOCIATION_TARGET, 
                                     #CDS_MODELING_DATA_SOURCE,
                                     #SEARCHABLE_ENTITY,
                                     #SQL_DATA_SOURCE, 
                                     #VALUE_HELP_PROVIDER]

@ObjectModel.resultSet.sizeCategory: #XS
@Search.searchable: true
@Consumption.ranked: true
define root view entity I_CustRetRefundPrgrsStatus  as select from dd07l 

composition [0..*] of I_CustRetRefundPrgrsStatusText as _Text

{
    @ObjectModel.text.association: '_Text'
    key cast( dd07l.domvalue_l as refund_prog_st ) as CustRetRefundProgress,
    
    @Analytics.hidden: true
    @Consumption.hidden: true
    @Search.defaultSearchElement: true
    @Search.ranking: #HIGH
    domvalue_l as DomainValue,
    
    _Text
}

where (dd07l.domname = 'REFUND_PROG_ST') and (dd07l.as4local = 'A') and (dd07l.as4vers  = '0000');