分类目录归档: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

Different Types of JOINS in SAP HANA HOT

Hello everyone, in this SAP HANA Modeling tutorial, we will learn about Different Types of JOINS in SAP HANA. Lets get started. A Join is used to connect tables in SAP HANA.Below are the different join types Inner Join Left Outer Join Right Outer Join Text Join Referential Join Temporal Join 1....Read More >
2019
08-27

Aggregate Expressions in ABAP CDS Views HOT

[crayon-69b8359078813013727352/] In the above example ABAP CDS view selects the total stock of the product by using the aggregate function SUM and GROUP BY product and category.2MAX[crayon-69b835907881d221500316/] In the above example ABAP CDS view selects the maximum sale-ale settingss amount gener....Read More >
2019
08-27

What is Fiscal Year variant HOT

A year which consists of 12 months of a period is called a Fiscal Year variant. In G/L accounting a Fiscal Year can have maximum 12 posting period and 4 special periods. We can use these special periods as optional as year ending adjustments purpose. [adsenseyu1] ....Read More >
2019
08-27

How to use String Functions in ABAP CDS Views HOT

CONCAT(arg1, agr2) string function can be used to concatenate two character strings. [crayon-69b835907a3c3684418311/]2CONCAT_WITH_SPACE(arg1, arg2, spaces)This string function is used to concatenate two character strings with space. The number of blanks between the arguments arg1 and arg2 is specifi....Read More >