E_CFinRpldPurchasingDocument

DDL: E_CFINRPLDPURCHASINGDOCUMENT SQL: ECFRPOE Type: view EXTENSION Package: FINS_CFIN_ACC_VIEW

CFin Rpld Purg Document - Extension

E_CFinRpldPurchasingDocument is a Extension CDS View that provides data about "CFin Rpld Purg Document - Extension" in SAP S/4HANA. It reads from 1 data source (cfin_av_po_root) and exposes 2 fields with key fields SourceSystemLogicalSystem, CFinRpldPurchasingDocument. Part of development package FINS_CFIN_ACC_VIEW.

Data Sources (1)

SourceAliasJoin Type
cfin_av_po_root Persistence from

Annotations (9)

NameValueLevelField
AbapCatalog.sqlViewName ECFRPOE view
AbapCatalog.preserveKey true view
AbapCatalog.compiler.compareFilter true view
AccessControl.authorizationCheck #PRIVILEGED_ONLY view
EndUserText.label CFin Rpld Purg Document - Extension view
VDM.viewType #EXTENSION view
ObjectModel.usageType.dataClass #TRANSACTIONAL view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #XL view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY SourceSystemLogicalSystem cfin_av_po_root fins_logsys
KEY CFinRpldPurchasingDocument cfin_av_po_root ebeln
@AbapCatalog.sqlViewName: 'ECFRPOE'
@AbapCatalog.preserveKey: true
@AbapCatalog.compiler.compareFilter:true
@AccessControl.authorizationCheck: #PRIVILEGED_ONLY
@EndUserText.label: 'CFin Rpld Purg Document - Extension'
@VDM.viewType: #EXTENSION

@ObjectModel: {
   usageType: {
     dataClass:      #TRANSACTIONAL,
     serviceQuality: #C,
     sizeCategory:   #XL
   }
}
define view E_CFinRpldPurchasingDocument
  as select from cfin_av_po_root as Persistence
{
  key Persistence.fins_logsys as SourceSystemLogicalSystem,
  key Persistence.ebeln       as CFinRpldPurchasingDocument
}