Article Categories
- All Categories
-
Data Structure
-
Networking
-
RDBMS
-
Operating System
-
Java
-
MS Excel
-
iOS
-
HTML
-
CSS
-
Android
-
Python
-
C Programming
-
C++
-
C#
-
MongoDB
-
MySQL
-
Javascript
-
PHP
-
Economics & Finance
SAP Articles
Page 85 of 91
How to specify the connection string in SAP NetWeaver?
You got it partially correct but had something irrelevant present in the connection string. Try with the below connection string, it should work: /H/122.175.43.76/S/3266
Read MoreCan I filter a column in PN in SAP HANA with REGEX?
Projection Node is basically a graphical Calculation view. SAP HANA does not allow usage of regular expression in a graphical calculation view for filtering out data.So if you still need to use graphical calculation view (Projection Node), then you need to filter out the data either by using a table function or equivalent.
Read MoreFetching data from transparent tables in SAP system
Try checking length of variable if it is meeting minimum variable length required, if not append zeroes in end.
Read MoreValues are not readable while calling RFC method in .net via SAP.NET Connector 2.0
Please check if you have same Unicode encoding in SAP and .NET Connector.
Read MoreIntegrating HANA and R using RJDBC
I think there is a typo error. Try correcting your code like classPath="Z:/SAP/hdbclient/ngdbc.jar
Read MoreUsing Rounding formula in SAP
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
Read MoreGetting an error invalid Object Name in SAP Business One
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.
Read MoreIn SAP Business One SDK, filling a gridview and button saves in database
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 object to iterate over the Purchase Orders.One more option is using Data Transfer Workbench (DTW), where you export it to a file and then using DTW. It also provides error handling incase any exception occurs.
Read MoreSAP Crystal Report file is not opening in VS2015
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
Read MoreDecoding SAP text from STXL.CLUSTD table
Accessing cluster tables in SAP is not recommended. If you set a direct access underlying database in SAP R/3 system, this option is not recommended as it will bypass all the security features in ERP system and open security threats the structural changes of the database. This also results in performance issues in SAP R/3 system. Also note that when you read the content of the mentioned table, it is required to know original source data structure.
Read More