166 questions
0
votes
0
answers
23
views
LDAP.js Error: LdapErr:DSID-0C060810, comment: No other operations may be performed on the connection while a bind is outstanding. in SAP BTP CAP app
I am working on an SAP BTP CAP app that integrates with Active Directory using LDAP.js. The connection to the LDAP server works fine for most requests, but occasionally, we encounter the following ...
-1
votes
1
answer
29
views
Monitoring emails using sap-cloud-sdk-mail-client [closed]
I have developed a cap application to send mails using sap-cloud-sdk-mail-client library. How can we monitor the emails that are being sent from cap application, any information on this would be ...
0
votes
0
answers
11
views
Problem inserting Material Output in SAP Business
When I try to insert a Material Output through postman to view and test data it asks me for the batch, but in the documentation there is no field to send the batch of the product or anything related.
{...
0
votes
0
answers
31
views
Error when serving a public static file in SAP Fiori App on SAP BTP CF
I'm struggling with what seems to be a simple one... but still can't get it working: In SAP BTP CF I have generated a Fiori project (from template), without FLP, with a managed application router + ...
1
vote
0
answers
35
views
NPM Dependency error During Flowise AI Deployment to SAP BTP Cloud Foundry
We are currently working on deploying the Flowise AI application to SAP BTP Cloud Foundry and are facing an issue during the deployment process. I’m hoping someone here can help with insights or ...
2
votes
1
answer
57
views
How to properly reference SAPUI5 components deployed on BTP Cloud Foundry for embed in another Components (reuse component)
While developing Fiori applications on SAP BTP I came across the same issue over and over again. How do we do to embed other components that are deployed separately in the same CF Space.
Here is a ...
0
votes
0
answers
38
views
Failed to deploy Fiori app on on CloudFoundry - NoAppDetectedError - An app was not successfully detected by any available buildpack FAILED
I got my SAP BTP trial account. I created a basic Fiori app via SAP Fiori tools from template on BAS. I now want to deploy it to BTP. I used npm run build to build the project, cf login to login and ...
0
votes
0
answers
37
views
Field mapping problem in SAP Service Cloud third-party communication
I use the browser post message method to send XML payloads to the SAP according to this:
SAP Library > Phone Events and Payload.
Do you know how to pass the data to the "Notes" field? So ...
0
votes
0
answers
55
views
SAP Build apps action. Can't read JSON from API
When running a test on an action in SAP Build, I get the following error:
{
"code": 12000,
"message": "Execution of action failed",
"correlationId": "...
0
votes
0
answers
37
views
SAP btp Automation pilot
I have imported a catalog (in JSON format) from GitHub into my project (BTP AUTOMATION PILOT). I need to trigger a specific command that requires a service key, but I am unsure how to find or create ...
0
votes
0
answers
72
views
SAP CAP Multitenant - getDependencies callback error
I am working on a multitenant application using SAP CAP. When trying to subscribe a tenant, I am getting a 403 Forbidden as callback as shown below.
Subscribe failed. Error: Subscribe failed. Failed ...
0
votes
0
answers
121
views
How to Send SOAP Requests in SAP CAP: S/4HANA Cloud WSDLs vs. External SOAP Services
I am working on a project using the SAP Cloud Application Programming (CAP) model and I need to integrate SOAP-based services. I understand that there are two main ways to send SOAP requests in SAP ...
0
votes
0
answers
249
views
Error: Authentication kind "jwt" configured, but no XSUAA instance bound to application
I would like to connect my BTP CAP Node.js app to external SAP service in production env using destinations. It is important to use OAuth2.0ClientCredentials authentication method. Sandbox works for ...
0
votes
0
answers
43
views
SAP document extraction for Data engineering pipeline
I am trying to figure out a viable design to extract the documents (PDFs) from SAP document management service and store into Azure Blob.
I have scoured the internet to understand which service is ...
2
votes
0
answers
51
views
Connect from GCP Cortex to SAP Datasphere w/o GCP services?
Need to establish connectivity to get data from sap datasphere to GCP Cortex framework without using native GCP services like data fusion, data services.
Please tell the configuration details as well ...
0
votes
0
answers
55
views
Unable to Access Node.js Application on Internet deployed under SAP BTP Kyma Environment
I have deployed a Node.js application in the SAP BTP Kyma environment. I have enabled Istio sidecar injection in my namespace and created an API Rule to expose my service to the internet. However, I ...
0
votes
0
answers
146
views
Binding data in SAP Build Apps
I want to create a test app in SAP Build Apps but I'm getting no data into my list items. The connection to my OData service works.
Is it normal, that the response is in "responseText"?
...
0
votes
0
answers
210
views
CAP srv component fails to start upon deployment to BTP
I am refactoring my CAP project to upgrade the cds and other dependenices to the latest version but when trying to deploy the application onto BTP the srv component fails to start. All the other ...
0
votes
0
answers
66
views
Android AGP upgrade returns unexpected error
I have a project with an SAP SDK integration and we needed to update it to a newer version.
This required to increase the target API to 33 but after fixing the compiling errors we receive this
Caused ...
0
votes
0
answers
407
views
How to solve the Content Security Policy Issue with SAPUI5 App: 'unsafe-eval' Not Allowed? [duplicate]
I have a SAP UI5 app deployed to BTP - Cloud Foundry env.
The app was working fine, but suddenly I started getting the following error:
ModuleError: Failed to execute 'sap/suite/ui/commons/...
2
votes
1
answer
388
views
Why changing just the `sap.app/id` in the manifest.json causes app to crash?
I have a SAP CAP Full Stack app. I also have some custom UI5 code - XML Views and JS controllers.
Everything is working fine, but if I just change the sap.app/id section in the manifest.json file (...
0
votes
0
answers
50
views
Unable to list and upload dataset to SAP ObjectStore AWS S3 Bucket
Tutorial I am following :- Ingest Live Data into your House Price Predictor with SAP AI Core | SAP Tutorials
I am trying out a simple House price prediction Tutorial by SAP on BTP using the AI Core ...
0
votes
0
answers
159
views
SOAP request with wsse security headers with SOAP sender adapter : SAP CPI
I have a SOAP to SOAP scenario in SAP CPI. The target web service expects the request with SOAP envelope along with wsse:Security headers. This is built in the source system and sent to CPI as it is. ...
1
vote
0
answers
162
views
How to call a python API protected by XSUAA?
I followed the following tutorial ( https://developers.sap.com/tutorials/btp-cf-buildpacks-python-create.html ). When I just call the backend via a browser it just works.
I modified the backend so ...
0
votes
0
answers
49
views
How to maintain security context when calling SAP API from a native mobile app using OIDC?
I have an Identity Provider (IdP) that supports both SAML and OIDC protocols. Currently, I have integrated SAP BTP with the IdP using SAML for authentication (for the sake of the argument, it can be ...
0
votes
0
answers
145
views
SAP Workzone and XSUAA: Scopes Empty
roles created via Kyma
xsuaa.yaml
kind: ServiceInstance
metadata:
name: services-xsuaa
namespace: <namespace>
spec:
serviceOfferingName: xsuaa
servicePlanName: application
parameters:
...
0
votes
0
answers
115
views
Node.js application on SAP BTP continuously increasing memory usage even after query execution stops
We have deployed a Node.js application on SAP Business Technology Platform (BTP) to handle database queries. We've noticed that the application's memory usage starts increasing by 5-10 MB after every ...
0
votes
0
answers
102
views
Check Status in Datasphere using Python
I want to check the status of a dataflow pipeline through a Python code, I want the code to return the status of the pipelines as completed or failed according to the run handle of the dataflow.
Is ...
0
votes
0
answers
104
views
How to create a QR code in SAP Build apps
I'm currently working on a project I'm trying to generate a QR code with a given input data by the user from what I tried from what I tried so far is that API don't work and I cannot use require from ...
0
votes
0
answers
186
views
Multiple databases on single PostgreSql instance on SAP BTP
I have an CAP application running on SAP BTP CLoud Foundry using PostgreSql. PostgreSql is also hosted on BTP as a service instance and deployed by mta.yaml. All working fine.
Currently I have a new ...
0
votes
0
answers
412
views
SAP Cloud Connector
We are using the SAP BAS to create Fiori Apps.
We established the principal propagation setup between SAP BTP and on-premise System through the SAP cloud connector. SAP CC is in DMZ Zone ( here is ...
0
votes
0
answers
156
views
How to create API to consume SAP B1 Service Layer in SAP BTP using Integration Suite
I have created a destination on my SAP BTP account.
To consume the SAP Business One Service Layer, I need to create an API where I will route to my destination.
Any help Please?
I have to create APIs ...
0
votes
0
answers
59
views
Hana SQL SAP DSP , can't use standard functions
I am about to use standard functions and libraries of HANA Cloud SQL in the table function of SAP DSP. Looks like that none of these functions can be used.
For example, I would like to use the ...
0
votes
0
answers
114
views
Joule SAP Digital Assistant Integration - Context provision
Is there a way we can set custom attributes in Joule Integration script while providing botname and url and other parameters and then access that attribute in Joule capability. The reason is we want ...
0
votes
0
answers
69
views
Remove dynamic token from SAPUI5 app path when loading from SAP BTP cockpit
I have created sapui5 app and deployed it to cloud but when I am accessing it from SAP BTP cockpit I am getting dynamic token in the path which will create issue when I deploy it to other system ...
2
votes
0
answers
641
views
How do I use a SAP BTP Destination in JQuery ajax request in SAPUI5 controller
I want to use the authentication stored in the SAP BTP destinations for a jquery ajax request in my sapui5 controller.
I tried a few different approaches I found searching for this problem, but none ...
0
votes
0
answers
359
views
GET Call on SAP Build Process Automation
I have created a GET action call in the action library and Published it. When I test it within the action library, it's working absolutely fine and retrieving all the details I'm asking for, using the ...
0
votes
0
answers
194
views
SAP CAPM Entity select with join not working as expected
I have 2 tables in my entity
VoucherProgram
Voucher Denomination
On these two tables I need to do a inner join and get result. I used the following to do. But getting the following error
using {db....
0
votes
1
answer
182
views
ERR: Error LinekageError occured while cf push?
I'm trying to create a maven java project with spring boot and deploy it to SAP BTP.
the generated project from spring boot version is 3.2.1 and i have checked the java version is 17 as shown below.
...
1
vote
0
answers
93
views
How to validate foreign key constraint while insertion in SAP CAPM entity modeling?
I am new to SAP CAPM modeling. I have a requirement of tables as below.
VOUCHERPROGRAM
PROGRAM_ID
VOUCHER_DESC
1ax-0fd
voucher1
VOUCHERDENOM
PROGRAM_ID
VOUCHER_DENO
1ax-0fd
vouchxs5
1ax-0fd
...
0
votes
0
answers
515
views
SAP CAP Service Deployment to Cloud Foundry Fails with "CRASHED" Status and "Exited with Status 1" Error
I am encountering an issue while trying to deploy a SAP Cloud Application Programming Model (CAP) service to Cloud Foundry from my local machine. The deployment process fails with the following error ...
0
votes
0
answers
178
views
No data in SAP BUILD Preview
I am working on a SAP Build Apps project. I'm trying to consume some data from the BTP via destination in SAP Build Apps.
So far I managed to create a destination on BTP, create a destination SAP ...
0
votes
0
answers
71
views
Conditional show/hide of buttons and table controllers?
I'm using the following code in my groovy script to hide or show a button and a table controller in the form. But this is not working and not making any difference in the show/hide of the screen ...
0
votes
1
answer
53
views
How to navigate to a new screen on a button click in SAP Advanced Workflow
I'm new to SAP Advanced Workflow. I'm developing an application in which I have created a form using the form designer. In that form there needs to be a button on the click of which it should load a ...
0
votes
0
answers
60
views
How can parameters be passed between tabs in a tab container in SAP Advanced Workflow
I'm new to SAP workflow. I'm using a tab container in my form. I need to pass values across the tabs in it such that when Next/save button is clicked it will pass to the next tab in the container. I ...
0
votes
1
answer
2k
views
Cannot deploy Fiori application from VS Code to SAP S4/HANA Public Cloud
I am a newbie to SAP S4/HANA Cloud. This is my first time to demo a new Fiori application and deploy it to the public cloud. I used Visual Studio as a development tool. However, when I run the command ...
0
votes
1
answer
327
views
How to develop in ABAP without ADT?
How to write ABAP code without eclipse editor?
I am new to ABAP development. I am learning ABAP for BTP development. I want to know how to write ABAP code without using the editor which has abstracted ...
1
vote
0
answers
588
views
xsuaa error: The redirect_uri has an invalid domain
Considering my spring boot application and a simple web Page HTML both deployed with my no trial account in a CF without a custom domain. Both application works perfectly.
After adding a xsuaa service ...
2
votes
0
answers
375
views
Connecting SAP API Management to SuccessFactors using OAuth Authentication
I am working on creating an API proxy in SAP API Management (SAP APIM) which connects to SuccessFactors system using OAuth credentials. I followed this link for the required policies, but later found ...
2
votes
1
answer
516
views
External API accessible from BAS but not from Workzone Launchpad?
I am trying to call a Microsoft graph API token retrieval endpoint via a destination in Cloud foundry. The request works fine and Bearer token is returned while I make the call via AJAX Post call from ...