Hi everyone,
we are working with custom SDI adapters and I was wondering if someone has found a solution for handling exceptions.
An example:
We have a stored procedure which runs an insert into a virtual table linked to sdi adapter.
begin ...
Dear all,
when I try to type in a ODATA HTTPS URL like
https://<my-server>:<my-port>/ODATA/AT?$select=GEB&$filter=substringof(%27ABC%27,COL1)%20and%20substringof(%2724.12.1968%27,COL2)
it states (right corner above the text field where I enter ...
Dear all,
my skill is retrieving informationen using a ODATA Connection which is defined in the requirement setup.
(If #Auftragsnummer is present => use Web - Service API => Odata URL ...)
As second step I return a message including the ODATA r...
Dear all,
I am trying to format a ODATA - Date field which is stored using the format YYYYMMDD (abap-style) as a readable output eg DD.MM.YYYY.
api_service_response.default.body.d.results.[0].SHIP_DATE ==> 20200902
eg {{formatDate api_service...
Good morning,
I created (08/27/2020) a telegram bot (using the steps from the help when setting up) and got my token from the botfather.
When I create a telegram connection, I have to enter a connection name (does it have to be the same as the t...
I did not find a solution yet so I am now trying to avoid any exceptions since they will stop the further processing of my stored procedures on the hana side.In order to get an hint/information that something failed, I implemented a ring buffer to st...
Hi Thomas,sorry for my late reply. I was not able to solve it. To reduce any possible side effects, I created a new SAP Chat bot from scratch and tried to connect this one to my existing Telegram Bot. Using Botfather -> /mybots -> API Token my token...