Questions tagged [sap-business-bydesign]

13 questions
2
votes
1 answer

Update Supplier Invoices as Paid by an Account via API on SAP Business ByDesign

Currently, I'm integrating with SAP Business ByDesign. I already using the OData API's that I customized and some of the SOAP web services. Anyway, the last thing I have to do is to pay the supplier invoices through our 3rd party system via ACH and…
Fabiano
  • 1,344
  • 9
  • 24
2
votes
0 answers

Get access token for google spreadsheet

I need to know what is the exact API and parameters to write the data into Google Spreadsheet. I am new to Google APIs. I am trying to integrate one of the SAP product ByD with google spreadsheet. So I need a REST URL and description. I understood…
2
votes
1 answer

OData : Operands of logical operator 'AND' are not valid

I am trying to call an OData report with the following URL…
1
vote
0 answers

Undo the total amount round / A/R invoice - document total, field cannot be updated (odbc -1029) SAP B1

I am trying to undo the automatic total amount round in A/R RESERVEI NVOICE b1 on an add on extension. The error throws after: txtDocTotalAfterDiscountFreightCharge.Active = true; txtDocTotalAfterDiscountFreightCharge.String =…
1
vote
1 answer

"The request URI is not valid" - Unable to access analytics data in SAP ByD

I have a data source in SAP Business ByDesign (ByD). The data source is exposed via OData. When I click on the data source documentation, I come to an HTML page with some additional information, which has a section "Integration Information". Under…
Robert Reiz
  • 4,243
  • 2
  • 30
  • 43
1
vote
0 answers

Fetching the employee tasks list from SAP ByD via OData API

In SAP Business ByDesign (SAP ByD), a project can have multiple tasks and each task can have assigned multiple employees. So a single user has a list of tasks to book time on. In the SAP ByD UI, you can select an employee and see all the assigned…
0
votes
0 answers

SAP Business ByDesign Report

I am a beginner with SAP ByD. I have to create a report however I am having trouble with my data sources as I am not familiar with byD tables. Is it okay to create a layout design in Adobe Live Cycle and add the data source afterward? I already have…
0
votes
1 answer

How to add a date time filter for odata using o.js

I'm using this npm package : o.js to manipulate oData service I'm trying to fetch an entity, but I want to add a filter : get only where the LastChangeDateTime is greater than the past five minutes what I am doing wrong? The query : static async…
napi15
  • 2,354
  • 2
  • 31
  • 55
0
votes
2 answers

How to create a new Charge/Credit in Supplier Account via ABSL or Webservice?

I´m trying to create a new Charge/Credit into my system SAP Business ByDesign, but I did not find an object inside the repository explorer in the SDK nor a Webservice, can you tell me if it's possible to access this view via code or using an OData…
0
votes
2 answers

SAP ByDesign SOAP API - Business Object documentation and value mapping

I am in the processing of rebuilding some integrations with an instance of SAP ByDesign via the SOAP API. While doing this I want to understand why the existing code is doing what it's doing. I have been following the SAP documentation to help me…
rain2o
  • 498
  • 5
  • 20
0
votes
2 answers

HTML5 Click() / getElementByID not working on SAP

I tried to automate a process on our SAP Webinterface but it did not work. I wanted a left-sided menu to show and to click into the search bar which appeared at the bottom with one Hotkey. I used the following code which worked well on other…
Sonic1305
  • 119
  • 1
  • 8
0
votes
2 answers

No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin is therefore not allowed access

I am checking whether a particular URL is currently up or not, by adding a HTTP GET functionality to a button in my UI5 application. For this, the code is as below: _onButtonPress: function () { var xhr = new XMLHttpRequest(); …
dexter
  • 59
  • 1
  • 10
-4
votes
1 answer

How do I create the right RegEx pattern to recognize values between "," (or before and after)?

I'm having trouble developing the right RegEx pattern to recognize certain codes. My basis is e.g. "10000, 200, 30000" or "Cod_abc, CO_Abc23, Bla_Bla". It must be possible to read out the individual values between the comma and store them…
Si2Po
  • 1
  • 2