I_CUSTRETREFUNDPRGRSSTATUS

CDS View

Refund Progress Status

I_CUSTRETREFUNDPRGRSSTATUS is a CDS View in S/4HANA. Refund Progress Status. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
C_CustRetRefundProgressVH view from CONSUMPTION Customer Return Refund Progress
@AbapCatalog.sqlViewName: 'ICRTRFNDPRGST'
@ClientHandling.algorithm:#SESSION_VARIABLE
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Refund Progress Status'
@AbapCatalog.compiler.compareFilter: true
@ObjectModel.representativeKey: 'CustRetRefundProgress'
@ObjectModel.usageType.dataClass: #META 
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.sizeCategory: #S
@VDM.viewType: #BASIC
@Analytics.dataCategory: #DIMENSION
@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 view I_CustRetRefundPrgrsStatus  as select from dd07l 

association [0..*] to I_CustRetRefundPrgrsStatusText as _Text on $projection.CustRetRefundProgress = _Text.CustRetRefundProgress

{
    @ObjectModel.text.association: '_Text'
    key substring(dd07l.domvalue_l, 1, 1) 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');  
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"DD07L"
],
"ASSOCIATED":
[
"I_CUSTRETREFUNDPRGRSSTATUSTEXT"
],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/