cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Can ABAP CDS views have columns with data type BLOB that stores images ?

SB1512
Explorer
0 Kudos
409

I am aware that images can be stored in HANA database and accessed using HANA Calculation Views. But does that hold good for ABAP CDS views. I have images stored in a table in S4HANA system and need to display them over a live connection in SAC Report. My ABAP CDS view gives error when I include the column with BLOB data type. Not sure if this is a limitation of CDS. Any thoughts ?

Accepted Solutions (0)

Answers (1)

Answers (1)

SB1512
Explorer
0 Kudos

image.png

We managed to design the basic and composite views without any error. In the final consumption view we got error. The field name is BMP and it has image BLOB column. We removed this column and got the CDS view to work successfully.