更系统关于 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
更系统关于 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