I_RETURNSFOLLOWUPACTIVITY
Logistical Follow-Up Activities for Customer Returns
I_RETURNSFOLLOWUPACTIVITY is a CDS View in S/4HANA. Logistical Follow-Up Activities for Customer Returns. 2 CDS views read from this table.
CDS Views using this table (2)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| C_ReturnsFollowUpActivityVH | view_entity | from | CONSUMPTION | Return Follow up Activity |
| I_FollowUpActivityVH | view | from | BASIC | Follow-Up Activity |
@AbapCatalog.viewEnhancementCategory : [ #NONE]
@AccessControl.authorizationCheck : #NOT_REQUIRED
@EndUserText.label : 'Logistical Follow-Up Activities for Customer Returns'
@Metadata.ignorePropagatedAnnotations : true
@ObjectModel.usageType : {
serviceQuality : #A,
sizeCategory : #S,
dataClass : #CUSTOMIZING
}
@ObjectModel.representativeKey : 'ReturnsFollowUpActivity'
@ObjectModel.modelingPattern : #ANALYTICAL_DIMENSION
@ObjectModel.supportedCapabilities : [
#SQL_DATA_SOURCE,
#CDS_MODELING_DATA_SOURCE,
#CDS_MODELING_ASSOCIATION_TARGET,
#ANALYTICAL_DIMENSION,
#EXTRACTION_DATA_SOURCE
]
@ObjectModel.sapObjectNodeType.name : 'ReturnsFollowUpActivity'
@Analytics: { dataCategory: #DIMENSION, dataExtraction.enabled: true, internalName: #LOCAL }
@VDM.viewType : #BASIC
@VDM.lifecycle.contract.type : #PUBLIC_LOCAL_API
define view entity I_ReturnsFollowUpActivity
as select from msr_i_code as FollowUpDefault
inner join msr_c_code as FollowUpCustomerSpecific on FollowUpDefault.fu_code = FollowUpCustomerSpecific.fu_code
association[0..1] to I_ReturnsFollowUpActivityText as _Text on $projection.ReturnsFollowUpActivity = _Text.ReturnsFollowUpActivity and _Text.Language = $session.system_language
{
@ObjectModel.text.association : '_Text'
key FollowUpDefault.fu_code as ReturnsFollowUpActivity,
_Text
}
where FollowUpCustomerSpecific.fu_code_active = 'X'
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"MSR_C_CODE",
"MSR_I_CODE"
],
"ASSOCIATED":
[
"I_RETURNSFOLLOWUPACTIVITYTEXT"
],
"BASE":
[],
"ANNO_REF":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/