P_CN_CADEBillofExchangeInfo2

DDL: P_CN_CADEBILLOFEXCHANGEINFO2 SQL: PCADEBOE2 Type: view COMPOSITE

P_CN_CADEBillofExchangeInfo2 is a Composite CDS View in SAP S/4HANA. It reads from 1 data source (P_CN_CADEBillofExchangeInfo) and exposes 7 fields with key fields gjahr, belnr, buzei, bukrs.

Data Sources (1)

SourceAliasJoin Type
P_CN_CADEBillofExchangeInfo P_CN_CADEBillofExchangeInfo from

Annotations (7)

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

Fields (7)

KeyFieldSource TableSource FieldDescription
KEY gjahr gjahr
KEY belnr
KEY buzei
KEY bukrs bukrs
boe_number boe_number
boe_type boe_type
wdate wdate
@AbapCatalog.preserveKey: true
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.sqlViewName: 'PCADEBOE2'
@VDM.private: true
@VDM.viewType: #COMPOSITE
@AccessControl.authorizationCheck: #NOT_REQUIRED
@ClientHandling.algorithm: #SESSION_VARIABLE
define view P_CN_CADEBillofExchangeInfo2 as select from P_CN_CADEBillofExchangeInfo {
  key gjahr,
  key cast(belnr as farp_belnr_d ) as belnr,
  key cast (right(buzei,3) as farp_buzei) as buzei,
  key bukrs,
  boe_number,
  boe_type,
  wdate 
}

/*+[internal] {
"BASEINFO":
{
"FROM":
[
"P_CN_CADEBILLOFEXCHANGEINFO"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/