In a List report app we have multiple subsections in objectpage and each subsection we want to add a tree table by using extension and fragments we did it witn odata v2 model but we are not able to acheive the same with odata v4 model, is their a way...
We have a Table shown in Object page using annotations. One of the fields is of type decimal and we want to show only 2 decimal places so we thought of creating a Datapoint for the same and adding a LineItem using DataFieldForAnnotation type. But the...
Hi all,
In this blog post I will explain how to upload and download a text file or image file or xlsx sheet in SAP UI5 Applications.
Prerequisites:-
you should have knowledge about
base64
file reader
blob
atob
bota
Base64
Base64 is ...
yes, It works for the field in which I need currency code but for the other field i just want to remove the decimal values like 2.000000000 to just 2, their i am facing the issue
i tried with the above annotation but it is not showing the data itself and i couldn't find out any annoations related to issue in here https://github.com/gregorwolf/bookshop-demo/blob/main/db/schema.cds#L45
i am deleting the fist 10 data in json model by using splice method and again binding the data to the model , data is coming add going in the split second and becoming blank after the updateFinished call.