cancel
Showing results for 
Search instead for 
Did you mean: 

SAP RAP Working with large objects

msadik
Explorer

Hi;

We have an RAP application listing the invoices. After navigating to detail page we list the invoice contents which are downloaded from a 3rd party SOAP service. We build the whole application with custom entities. The problem is customer wants to display the contents on the screen. (Popup or new window). We develop the list according to this guide. The links are displayed but not working. No download operation or display operation. ( Generated URL : https://system-address/sap/bc/adt/businessservices/odatav2/feap?feapParams=nYhfsXX%60sVs%5DbW%5Dbjs%...

Anyone can help on this issue? If it is not possible we are thinking about to solve this on fiori side. But is there any control on fiori side that can display all this three kinds of file types.

Accepted Solutions (1)

Accepted Solutions (1)

msadik
Explorer
0 Kudos

Hi;

I solved myself. Update was not activated on behavior side. When i open the update functionality the links works.

Answers (1)

Answers (1)

AbhishekSharma
Active Contributor
0 Kudos

Hi xmsadik

You may use property of LOB which will allow you to open file in new window, you may see more options as well...

contentDispositionPreferences : #INLINE

For more details you may visit below videos

https://www.youtube.com/watch?v=3XaXjOwXse8

https://www.youtube.com/watch?v=wux3GgSkQbM

Hope this helps...

Thanks-

Abhishek

msadik
Explorer
0 Kudos

Hi Abhishek;

We have already added the anno as you mention. But no results.