cancel
Showing results for 
Search instead for 
Did you mean: 

ABAP Basic Tutorials for sap HANA

ujjwal_kumar1
Explorer
0 Kudos
196

Hi,

Can anyone provide me the Basic  link or documents for ABAP ON SAP HANA.

Regards,

ujjwal kumar

View Entire Topic
CarineTchoutouo
Product and Topic Expert
Product and Topic Expert
0 Kudos

Dear Ujjwal,

In the context of ABAP for SAP HANA, it is recommended to use ABAP CDS views instead of HANA views (exposed as external views in the ABAP server).

You can read following document to understand better why:

What is meant here, is to replace the use of External views with CDS views whenever possible. To achieve this you have to re-implement your calculation. (avoid using external views...)

ABAP CDS is available since ABAP 7.4 SP05 and has been further enhanced with ABAP 7.4 SP08 and ABAP 7.5.

Various links have already been provided to you above.

Kind regards,

Carine

You can have a look at the release-specific changes