Hi,
Thanks in Advance,
I am facing a problem in opening the same sapui5 application in a new tab with different route using sap.m.Link and sap.m.UrlHelper.redirect() with different view and different route? Could you all tell me is any other alte...
Thanks in Advance,
error.png
I AM USING sap.m.Link control href ="D:/somepdffile.pdf"
it is showing the following error
Not allowed to load local resource: file:///D:/ysd0.pdf
I have attached the image of the error screenshot.
Kindly giv...
Hi,
Thanks in Advance,
I am using SAPUI5 PDFViewer in my application. When I set the source property to the pdf file path, it is working fine. But when I set the base64 pdf value to the source property, the pdf is not visible.
Kindly provide a...
var sPath="/entitytset?$top=1";
oModel.read(sPath,function(oData,response){
alert(oData); \\$top=1 is not working client side page is not working
}));
$count is working.$select is working.
$top=1 is also working if given the url request in brows...
It is working in the browser, as a separate url. It is displaying only one row and filtering
But when i use in oModel.read(), it is not working even if i give $top =1 or 3.