Questions tagged [sap-business-one-di-api]
74 questions
0
votes
3 answers
How to Delete a Sales Order lines data From SAP B1 Add On using DIAPI C#
I want to delete some of the particular lines from a sales order documents Lines part by Add On using c# .
user9273506
0
votes
0 answers
How can I add service call in SAP B1 SDK?
I want to add service call in SAP B1 SDK but I'm getting the following error message
Notice: Trying to get property of non-object in C:\wamp
Error:-5002
Below are sample codes of…

Schadrack Rurangwa
- 413
- 12
- 28
0
votes
0 answers
SAP Business One DI API for ASP.NET Web Application
I developed one console application using DI API(x64). Now I am trying to develop a web application using the same code but getting the following error in the very first line
SAPbobsCOM.Company sboCompany = new SAPbobsCOM.Company(); //in this…

Amir
- 1
- 2
0
votes
1 answer
How to integrate SAP Business One DI Server with JAVA
We are trying to integrate SAP Business One DI Server with JAVA. Checked help documents in SDK for DI Server but it is available for .NET only.
Don't want to use B1WS as we came to know that B1WS is not stable and has lots of bugs. Also checked for…

Anup Ganatra
- 366
- 1
- 6
- 23
0
votes
2 answers
How to add data in UDT of SAP B1 in SDK?
I have a problem of adding record in UDT of SAP B1 in SDK.
ALL MY CODES
Public Class SystemForm
Private oCompany As SAPbobsCOM.Company
Private WithEvents SBO_Application As SAPbouiCOM.Application
Private Sub SetApplication()
…

Schadrack Rurangwa
- 413
- 12
- 28
0
votes
0 answers
Create a delivery via SAP DI API
I am using SAP B1 9.1 HANA and programmatically creating a delivery upon successful shipment of a product. When the delivery is created, I get Quantity falls into negative inventory [DLN1.ItemCode][line: 1] for a product with positive on-hand…

Rush Dar
- 1
- 1
- 3
0
votes
1 answer
SAP B1 - using stanard dll's in a SOAP web service
Currently, I am working with SAP Business One SDK. I took some project from another team. This project is a SOAP web service. It has been written in ASPX technology, anyway another team used standard DI API library. This is the main problem with…

a.dudek76
- 11
- 6
0
votes
2 answers
Proper Charset to work with Vietnamese Characters (that isn't Unicode) in PHP
I've searched around for a while and haven't yet found something that'll work for me. I am using a PHP form to submit data into SAP using the SAP DI API. I need to figure out which character set will actually allow me to store and work with…

Wan
- 53
- 1
- 1
- 8
0
votes
2 answers
Is it possible to access the PPSONE data with the DI SDK from SAP B1?
I try to write a sowftware so the production can easily confirm the material items.
Now when I want to get a production order by a key, it can't find a PO.
If I do the same thing with business partner, it works.
We use the PPS One addon for the SAP…

White Wolf
- 27
- 6
0
votes
1 answer
pull and update data to SAP business one using PHP
I want to integrate my php system with SAP business one to pull and update data such as customers, accounts, payments,..
I came through this following link but not sure where to download the…

aiiwa
- 591
- 7
- 27
0
votes
3 answers
Is it possible for an exception to escape a try catch block?
Good Day,
In SAP DI-API integration, I'm receiving the strangest behaviour from COM objects (SAP COM objects).
For the first time in my experience with this (and any) development, I can see a COM object failing to be "Caught" in a try catch block of…

Medismal
- 421
- 3
- 18
0
votes
1 answer
Display All BP info in a Gridview
I managed to connect to SAP B1 database using C# and SAP DI API version 9.00 and display ONE BP info.
What I want to do is display all BPs or one BP info in a GridView.
What I couldn't figure out is displaying all BPs/one BP info in a Gridview. In…

Sam
- 406
- 1
- 11
- 24
-1
votes
1 answer
Adding ship to and bill to address while order placing with SAP B1 DI Server OrdersServices
I looked for documentation regarding OrdersServices in SAP B1 SDK help files, but unfortunately, they haven't mentioned anything about this service.
I want to add ship to and bill to addresses under the logistics tab in SAP B1 sales order using DI…

Victor Mukherjee
- 10,487
- 16
- 54
- 97
-2
votes
1 answer
SQL Report Inquires
Currently I attempt to generate some reports using SQL Query from SAP table. I've created a UDF (User Define Field) option on the SAP itself with option Delivered, Canceled. If users didn't fill in this UDF section, the database will display the…

GrandBahamut90
- 25
- 3