P_DoubtReceivablesCreditAcct

DDL: P_DOUBTRECEIVABLESCREDITACCT SQL: PDOUBTRCVCRDTACC Type: view COMPOSITE

P_DoubtReceivablesCreditAcct is a Composite CDS View in SAP S/4HANA.

Annotations (8)

NameValueLevelField
AbapCatalog.sqlViewName PDOUBTRCVCRDTACC view
AbapCatalog.preserveKey true view
AbapCatalog.compiler.compareFilter true view
VDM.viewType #COMPOSITE view
AccessControl.authorizationCheck #NOT_REQUIRED view
ClientHandling.algorithm #SESSION_VARIABLE view
AccessControl.personalData.blocking #NOT_REQUIRED view
VDM.private true view

Fields (1)

KeyFieldSource TableSource FieldDescription
KEY CreditGLAccount CreditGLAccount
@AbapCatalog.sqlViewName: 'PDOUBTRCVCRDTACC'
@AbapCatalog.preserveKey:true
@AbapCatalog.compiler.compareFilter:true
@VDM.viewType: #COMPOSITE
@AccessControl.authorizationCheck: #NOT_REQUIRED
@ClientHandling.algorithm: #SESSION_VARIABLE
@AccessControl.personalData.blocking: #NOT_REQUIRED
@VDM.private: true
define view P_DoubtReceivablesCreditAcct
  as select distinct from I_DoubtReceivablesAccount
{
  key CreditGLAccount
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_DOUBTRECEIVABLESACCOUNT"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/