Hi experts,
I'm trying to build a MTA with mbt tools, during which I got an error.
> @sap/hana-client@2.5.105 install C:\Users\IXXXX\Desktop\work\LearningCap\bookshop\node_modules\@sap\hana-client
> node checkbuild.js FATAL ERROR: A fatal erro...
Hi experts,
I've met an issue with conversational AI, where the scripting of array, such as lengh, first, last, is supported. See https://help.sap.com/viewer/a4522a393d2b4643812b7caadfe90c18/latest/en-US/b4f08a9a66434327a405b6934880445c.html
As a...
Hi experts,
I'm quite new to the extension app in SAP, and need to learn from scratch. Therefore, this question comes from a sample codes of a course of OpenSAP (introduing S/4 Cloud SDK, s4h13), where samples for multi-tenancy support of side-by-s...
Hi experts,
I'm creating a JAVA app to create a table and access data within HDI in SCP with trail account. Everything goes fine except when doing create table statement, an insufficient privilege error appear. By viewing the sensitive data of boun...
Hi guys,
I've met a question about division and multiply. Please see the following java codes.
double a = 154.8, b = 37, c = 144;
double d = b/c;
d = a * d;
The result of 'd' is 39.775
However, I've made a similar program in ABAP,...
Hi Ranjithkumar Ayyavu,Any update for this problem? I've also met this problem. However, I've made things a little easier. I do not involve approuter, but directly made srv bound to a XSUAA service. Now, I've successfully get the JWT token, but when ...
Thanks Mirisola. It's quite clear.BTW, I'm a little confused by so many conceptions created by SAP. From a rough view of the help, it looks like a programming model. From my knowledge, the Cloud Applicaiton Programming (CAP) Model should be used for ...
Hi Himanshu,
Thanks for your reply, but I do not want such conversion, as it's impossible to see to which decimal shall I reserve, ie in this case I have 3 decimal, but in other cases we need more. What JAVA and C++ does is so nature that it dir...