Hi all, Is it possible to call OData Web API service from outside SAP BTP?I have generated a table in ABAP cloud (SAP BTP trial). Simple OData Web API was generated as well. I can get json response in browsers (after providing username and password)....
Hello SAP Community!Let me share with you an abstract prototype with using RFID reader with power of SAP HANA Cloud platform. Probably this project will bring you a new ideas for using modern SAP landscape.For instance we have a business case: to reg...
Hello gurus!
I'm working on creating a persistence with jpa.
I found a sample in neo-java-web-sdk-4.65.11 in folder persistence-with-jpa and tried to implement it.
I followed the link with tutorial:
https://help.sap.com/viewer/65de2977205c403...
Hello gurus.
I have a question, is it possible to create a custom barcode for Adobe form with the next behavior.
If you preview the result you can see such "dummy" barcode:
But if you put a mouse cursor to the top left corner of the barcode ...
Hello, gurus.
During installation of SAP HANA Express Edition I have next errors:
- authentication failed. SQLSTATE 28000
I got a solution to interrupt the installation script and put the next:
HDB start
XSA reset-certificate
After that I...
Hi @junwu If by chance, you know. I'm trying to create a Destination in SAP BTP (to consume it in SAP BAS) , with the new address without -web, Authentication is OAuth2ClientCredentials. I provide Token service URL, service id and client secret. But...
session = requests.Session()I created a session and called all requests: user token, csrf and others in this sessionresponse = session.post(url=odata_url, headers=headers, data=json.dumps(new_record))
Yes, I've added a change for getting csrf token before POST.Now csrf token looks like mLAE-tt3ksLjb0DPUUK8Yw== and I push it to POST request, but getting 403 error.