分类目录归档:HANA

  • VSCODE发布FIori APP时了出错

    VSCODE发布FIori APP时了出错

    SSL证书验证错误 :通过在 ui5-deploy.yaml 配置文件中添加 ignoreCertErrors: true 选项,成功解决了"unable to verify the first certificate"错误。这个选项告诉fiori deploy工具忽略SSL证书验证,适用于测试环境。 传输请求问题 :将部署配置从使用特定传输请求 S4HK903393 改为使用临时包 $tmp 和 …
  • FIORI中文标准教材UX100

    FIORI中文标准教材UX100

    这是SAP公司的FIORI中文教材:UX100_ZH_Col02 … 继续阅读 →
2019
08-27

How to use JOINS in ABAP CDS Views on HANA HOT

Selects all entries which exists in both tables which meet ON condition. Below is the sample ABAP CDS views in which INNER JOIN is used among 3 tables to get the so_id, so_item_pos, product_id, amount and  currency_code. Copy and paste the below code into DDL source [crayon-69b83590773ba28591356....Read More >