cancel
Showing results for 
Search instead for 
Did you mean: 

CDS Error- Data Preview is not supported in this system?

former_member228164
Participant
0 Kudos

I am new to CDS views and I am getting this error attached below

Accepted Solutions (0)

Answers (3)

Answers (3)

former_member412549
Participant

Hi,

Can you please check your Back-end system details.

As Data preview functionality for the CDS views are available from SAP NetWeaver 7.4 SP05 onwards.

Click Here :- For more details

Thanks.

horst_keller
Product and Topic Expert
Product and Topic Expert
0 Kudos

Create your own data preview 😉

SELECT *
       FROM cds_view
       INTO TABLE @DATA(result).
cl_demo_output=>display ( result ).
former_member228164
Participant
0 Kudos

Sorry but its not a Data Preview..The issue was related to back end server.

Thanks for the response.

buddhika_krishantha
Active Participant
0 Kudos

Hi,

Install following software and try.