I_AdvncdReturnsMgmtProcBasic

DDL: I_ADVNCDRETURNSMGMTPROCBASIC SQL: IARMPROCBASIC Type: view BASIC Package: VDM_ARM_BASICS

Advanced Returns Mgmt Process Basic

I_AdvncdReturnsMgmtProcBasic is a Basic CDS View that provides data about "Advanced Returns Mgmt Process Basic" in SAP S/4HANA. It reads from 1 data source (msr_d_head) and exposes 4 fields with key field RetsMgmtProcess. It has 1 association to related views. Part of development package VDM_ARM_BASICS.

Data Sources (1)

SourceAliasJoin Type
msr_d_head Header from

Associations (1)

CardinalityTargetAliasCondition
[0..1] I_ReturnsDocumentType _ReturnsDocumentType $projection.ReturnsDocumentType = _ReturnsDocumentType.ReturnsDocumentType

Annotations (11)

NameValueLevelField
AbapCatalog.sqlViewName IARMPROCBASIC view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
AccessControl.authorizationCheck #NOT_REQUIRED view
Analytics.dataExtraction.enabled false view
ClientHandling.algorithm #SESSION_VARIABLE view
EndUserText.label Advanced Returns Mgmt Process Basic view
ObjectModel.usageType.dataClass #TRANSACTIONAL view
ObjectModel.usageType.serviceQuality #B view
ObjectModel.usageType.sizeCategory #L view
VDM.viewType #BASIC view

Fields (4)

KeyFieldSource TableSource FieldDescription
KEY RetsMgmtProcess msr_id
ReturnsDocumentType doc_type
ReturnsDocument doc_nr
_ReturnsDocumentType _ReturnsDocumentType
@AbapCatalog.sqlViewName: 'IARMPROCBASIC'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true

@AccessControl.authorizationCheck: #NOT_REQUIRED
@Analytics.dataExtraction.enabled: false
@ClientHandling.algorithm: #SESSION_VARIABLE
@EndUserText.label: 'Advanced Returns Mgmt Process Basic'

@ObjectModel.usageType.dataClass: #TRANSACTIONAL
@ObjectModel.usageType.serviceQuality: #B
@ObjectModel.usageType.sizeCategory: #L
@VDM.viewType: #BASIC

define view I_AdvncdReturnsMgmtProcBasic
  as select from msr_d_head as Header

  association [0..1] to I_ReturnsDocumentType as _ReturnsDocumentType on $projection.ReturnsDocumentType = _ReturnsDocumentType.ReturnsDocumentType
{
      //Key

  key msr_id   as RetsMgmtProcess,

      @ObjectModel.foreignKey.association: '_ReturnsDocumentType'
      doc_type as ReturnsDocumentType,
      doc_nr   as ReturnsDocument,

      //Associations

      _ReturnsDocumentType
}