Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何创建一个 CDS,从KUNNR例如以.KNA1Customer NumberA%
KUNNR
KNA1
Customer Number
A%
我可以LIKE在 where 子句中使用,但RHS条件必须是静态的。它应该取决于来自 CDS的输入参数。
LIKE
RHS
CDS可以做到吗?
我看到两个选项。
您摆脱了 CDS 输入参数处理并将逻辑移至 ABAP。使用 like 语句在 CDS 上编写您的 OPEN SQL 选择。
通过将语句下推到 HANA 本机来使用CDS 表函数和AMDP 。like只需在此处关注我的帖子。
like
希望能帮助到你。