P_NO_SAFTCustomerOpenItem

DDL: P_NO_SAFTCUSTOMEROPENITEM SQL: PNOSAFTCOI Type: view COMPOSITE Package: GLO_FIN_IS_SAFT_NO

customer open item

P_NO_SAFTCustomerOpenItem is a Composite CDS View that provides data about "customer open item" in SAP S/4HANA. It reads from 1 data source (I_JournalEntry) and exposes 1 field with key field CompanyCode. Part of development package GLO_FIN_IS_SAFT_NO.

Data Sources (1)

SourceAliasJoin Type
I_JournalEntry CustomerOpenItem from

Annotations (11)

NameValueLevelField
AbapCatalog.sqlViewName PNOSAFTCOI view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
AccessControl.authorizationCheck #CHECK view
VDM.private true view
VDM.viewType #COMPOSITE view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.dataClass #TRANSACTIONAL view
ObjectModel.usageType.serviceQuality #P view
ClientHandling.algorithm #SESSION_VARIABLE view
AccessControl.personalData.blocking #BLOCKED_DATA_INCLUDED view

Fields (1)

KeyFieldSource TableSource FieldDescription
KEY CompanyCode CompanyCode
@AbapCatalog.sqlViewName: 'PNOSAFTCOI'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@AccessControl.authorizationCheck: #CHECK
@VDM.private: true
@VDM.viewType: #COMPOSITE
@ObjectModel.usageType.sizeCategory: #S
@ObjectModel.usageType.dataClass:  #TRANSACTIONAL
@ObjectModel.usageType.serviceQuality: #P
@ClientHandling.algorithm: #SESSION_VARIABLE
@AccessControl.personalData.blocking : #BLOCKED_DATA_INCLUDED
define view P_NO_SAFTCustomerOpenItem

  //DEPRECATED  

  as select from I_JournalEntry as CustomerOpenItem
{
  key CompanyCode

}