cancel
Showing results for 
Search instead for 
Did you mean: 

How to create CDS view in S/4 HANA

former_member304103
Participant
0 Kudos

How to create CDS view in S/4 HANA.

Accepted Solutions (0)

Answers (1)

Answers (1)

pfefferf
Active Contributor
0 Kudos

As S/4 uses CDS views using the ABAP CDS implementation, you should search in the ABAP and/or S/4 tagged contents.

Some things to start:

Especially the second link - a playlist of S/4HANA CDS Modeling videos - gives you an insight how CDS Views in HANA are built (considering the different annotations to create a correct VDM).

Regards,
Florian

former_member304103
Participant
0 Kudos

Can we create CDS view in SQL script or only we can use ABAP code?

pfefferf
Active Contributor
0 Kudos

The CDS specification has an implementation in ABAP and on HANA.

For S/4 only the ABAP based CDS views are used.

On HANA you can use CDS entities/views to define the data model (for more infos check the SAP HANA Core Data Services Reference). But consider: This is not SQLScript.

Former Member
0 Kudos

Hi Florian,

Performance impact : Real-time data is read from HANA column store tables in Oracle 11g.

I have one scenario where i need to read data real-time in Oracle from SAP Hana tables and update oracle tables. Using ODBC technique to read HANA data from oracle. There are huge difference in technology between these two. ODBC Data read from HANA to Oracle 11g will have huge performance impact due to deduplication and column store in HANA.

Can you please suggest, whether there is any other alternative technique?