SAP ABAP CDS View 定义 association 的一个例子

更系统关于 SAP ABAP CDS View 的开发,可以参阅笔者这套教程。

define view ZCDS_ASSOCIATION as select from sflight as a 
 association to spfli as _spfli on $projection.carrid = _spfli.carrid and $projection.connid 

你可能感兴趣的:(ABAP,百科全书,SAP,ABAP,数据库,思爱普,NetWeaver)