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.
我需要为 EKPO 表和其他一些表创建一个 SAP 数据库视图。并且需要获取 EBELN 列的前三个字符,例如 Substring(EBELN,0,3)
不,这是不可能的。
即使在 CDS 视图中,根据 ON 操作数的规则,也禁止用户定义和标准函数调用:
不能指定路径表达式或其他表达式或函数调用。