SAP Articles

Page 85 of 91

How to specify the connection string in SAP NetWeaver?

Anil SAP Gupta
Anil SAP Gupta
Updated on 30-Jul-2019 187 Views

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 More

Can I filter a column in PN in SAP HANA with REGEX?

Anil SAP Gupta
Anil SAP Gupta
Updated on 30-Jul-2019 413 Views

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 More

Fetching data from transparent tables in SAP system

SAP
Anil SAP Gupta
Anil SAP Gupta
Updated on 30-Jul-2019 606 Views

Try checking length of variable if it is meeting minimum variable length required, if not append zeroes in end.

Read More

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 271 Views

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

Read More

Integrating HANA and R using RJDBC

John SAP
John SAP
Updated on 30-Jul-2019 166 Views

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

Read More

Using Rounding formula in SAP

SAP
John SAP
John SAP
Updated on 30-Jul-2019 501 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

Read More

Getting an error invalid Object Name in SAP Business One

John SAP
John SAP
Updated on 30-Jul-2019 556 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.

Read More

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

John SAP
John SAP
Updated on 30-Jul-2019 523 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 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 More

SAP Crystal Report file is not opening in VS2015

John SAP
John SAP
Updated on 30-Jul-2019 384 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

Read More

Decoding SAP text from STXL.CLUSTD table

SAP
Abhinanda Shri
Abhinanda Shri
Updated on 30-Jul-2019 2K+ Views

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
Showing 841–850 of 902 articles
« Prev 1 83 84 85 86 87 91 Next »
Advertisements