John SAP has Published 117 Articles

Integrating HANA and R using RJDBC

John SAP

John SAP

Updated on 30-Jul-2019 22:30:20

76 Views

I think there is a typo error. Try correcting your code like classPath="Z:/SAP/hdbclient/ngdbc.jar

Using Rounding formula in SAP

John SAP

John SAP

Updated on 30-Jul-2019 22:30:20

297 Views

Try using below formula:Total = R(Quantity * Unit Price * (100 - Discount%) / 100)You need to take out rounding on each step and shouldn’t use Original Price-Discount

Using custom calculation views in SAP Cloud IoT

John SAP

John SAP

Updated on 30-Jul-2019 22:30:20

154 Views

To add a logic to show maximum value it hardly matters if you are using trial version or licensed version. Try using database views to add this logic simply.You can refer this link to know more technical capabilities of SAP Cloud IoT:SAP linkSAP offers a comprehensive portfolio of solutions for ... Read More

Getting an error invalid Object Name in SAP Business One

John SAP

John SAP

Updated on 30-Jul-2019 22:30:20

356 Views

It would be easy to guess if you have shared the full query. It seems you have not defined #temp_table. You might need to define temp table as global but it could sum up to other issues.

In SAP Business One SDK, filling a gridview and button saves in database

John SAP

John SAP

Updated on 30-Jul-2019 22:30:20

289 Views

This can be achieved in multiple ways. You can either use a SAP DI documents, an open SQL or use data transfer workbench for this purpose.You can use a direct SQL write as this is one of straight way to do this. It is also possible to use SAP-DI Documents ... Read More

SAP Crystal Report file is not opening in VS2015

John SAP

John SAP

Updated on 30-Jul-2019 22:30:20

185 Views

To start with I would suggest you to check SP level on Crystal Report Visual Studio. Try reinstalling Crystal Report and make sure your asp.net application is configured properly. There are various forums that you can search specific for Crystal Reports for VS like this:SAP Tags

Values are not readable while calling RFC method in .net via SAP.NET Connector 2.0

John SAP

John SAP

Updated on 30-Jul-2019 22:30:20

106 Views

Please check if you have same Unicode encoding in SAP and .NET Connector.

Advertisements