https://raw.githubusercontent.com/ajmaradiaga/feeds/main/scmt/topics/SAP-BTP-Kyma-runtime-qa.xml SAP Community - SAP BTP, Kyma runtime 2024-05-10T08:00:29.833850+00:00 python-feedgen SAP BTP, Kyma runtime Q&A in SAP Community https://community.sap.com/t5/technology-q-a/how-can-i-send-payload-as-an-attachment-through-ans-email-alert/qaq-p/13636859 How can I send payload as an attachment through ANS Email Alert? 2024-03-13T13:36:44.422000+01:00 vkomere https://community.sap.com/t5/user/viewprofilepage/user-id/1363323 <P>Hello,</P><P>Currently we are ANS for exception email alerts, so we have a requirement to send payload as an attachment via ANS email alert with the body what we are currently sending. Can I send attachment ANS? Any suggestions</P><P>Thanks in Advance.<BR /><BR />Thanks &amp; Regards</P><P>Venkat</P> 2024-03-13T13:36:44.422000+01:00 https://community.sap.com/t5/technology-q-a/udp-on-kyma-environment/qaq-p/13637777 UDP on Kyma Environment 2024-03-14T08:31:22.266000+01:00 aarondiel https://community.sap.com/t5/user/viewprofilepage/user-id/1416268 <P>Is it possible to route UDP datagrams into a kubernetes kluster runnig Kyma?</P><P>I have tried a variety of different approaches to deploy a UDP server on the BTP, but haven't found a valid solution.</P><P>Here is a yaml file that roughly shows what I was trying to do:</P><pre class="lia-code-sample language-yaml"><code>apiVersion: v1 kind: Pod metadata: name: udp-test-server labels: app: udp-test-server-pod spec: containers: - name: udp-test-server image: aarondiel/udp-echo-server ports: - containerPort: 2004 protocol: UDP --- apiVersion: v1 kind: Service metadata: name: udp-test-server-service spec: type: ClusterIP selector: app: udp-test-server-pod ports: - port: 2004 targetPort: 2004 protocol: UDP --- apiVersion: gateway.networking.k8s.io/v1 kind: Gateway metadata: name: udp-test-server-gateway spec: gatewayClassName: istio listeners: - name: udp-gateway port: 2004 protocol: UDP --- apiVersion: gateway.networking.k8s.io/v1alpha2 kind: UDPRoute metadata: name: udp-test-server-route spec: parentRefs: - name: udp-gateway kind: Gateway rules: - backendRefs: - name: udp-test-server-service port: 2004</code></pre><P>&nbsp;Kyma is fine with me deploying the pod and the service, but getting access to this proofs to be difficult for UDP</P><P>Here are some of the different approaches I have tried:</P><UL><LI><EM>NodePort</EM>: Limits the available ports to the range 30000-32767; additionally I don't think you can directly access nodes within a cluster, which means this does not work.</LI><LI><EM>LoadBalancer</EM>: This should in theory create a external IP / domain, but it throws an error stating that UDP is not supported for the service type LoadBalancer.</LI><LI><EM>APIRule</EM>: From what I read in the documentation this is just a wrapper around the Istio Gateway API and only supports HTTP.</LI><LI><EM>Ingress</EM>: Only supports HTTP</LI><LI><EM>Gateway API:</EM> This is what is still visible in the example above. The Gateway API is still somewhat experimental and the UDPRoute that I created above is deployed as a TCP LoadBalancer.</LI></UL><P>I am guessing that because a lot of the routing logic is handled by Istio, which does not support UDP (<A href="https://github.com/istio/istio/issues/1430" target="_blank" rel="nofollow noopener noreferrer">https://github.com/istio/istio/issues/1430</A>), Kyma in turn also does not support UDP.</P><P>Tl;dr - Is UDP supported for Kyma, or has anyone managed to deploy a application using UDP to the BTP?</P> 2024-03-14T08:31:22.266000+01:00 https://community.sap.com/t5/technology-q-a/i-would-like-to-ask-for-assistance-with-regarding-the-suggested-solutions/qaq-p/13640527 I would like to ask for assistance with regarding the suggested solutions for the following four 2024-03-17T01:15:29.323000+01:00 Xery https://community.sap.com/t5/user/viewprofilepage/user-id/1419220 <P>Help! Could&nbsp; please assist with providing specific solutions to these four issues?<BR /><SPAN>Needs explanation</SPAN></P><P>&nbsp;</P> 2024-03-17T01:15:29.323000+01:00 https://community.sap.com/t5/technology-q-a/how-to-assign-a-role-pragmatically-to-a-user-in-sap-btp-using-sap-cap/qaq-p/13643696 How to assign a role pragmatically to a user in SAP BTP using SAP CAP? 2024-03-20T06:15:54.980000+01:00 rupam999 https://community.sap.com/t5/user/viewprofilepage/user-id/798111 <P><STRONG><SPAN class="">How to assign a role pragmatically to a user in SAP BTP using SAP CAP</SPAN></STRONG></P> 2024-03-20T06:15:54.980000+01:00 https://community.sap.com/t5/technology-q-a/not-able-to-open-account-explorer/qaq-p/13645081 Not Able to open Account explorer 2024-03-21T07:09:47.917000+01:00 ummar_rasheed https://community.sap.com/t5/user/viewprofilepage/user-id/304016 <P>Hello All,</P><P>Not able to open my sub-account getting message&nbsp;</P><P>"</P><DIV class=""><DIV class=""><SPAN class="">Sorry, we're currently unable to access this subaccount. Please try again later. If the issue persists, contact support for assistance.</SPAN></DIV></DIV><DIV class="">"</DIV><DIV class="">Where to reach for support?</DIV><DIV class="">&nbsp;</DIV><DIV class="">Regards,</DIV><DIV class="">Ummar Rasheed</DIV> 2024-03-21T07:09:47.917000+01:00 https://community.sap.com/t5/technology-q-a/webhook-for-sap-cpi/qaq-p/13648527 Webhook for SAP CPI 2024-03-25T13:57:42.350000+01:00 Chadha__ https://community.sap.com/t5/user/viewprofilepage/user-id/1405836 <DIV><DIV class=""><DIV class=""><SPAN>Hello Experts;</SPAN></DIV></DIV><DIV class=""><DIV class=""><SPAN>I want to use Webhook with SAP integration suite for event driven iflows architecture. I foud this blog but it's not detailed and I'm new to SAP CPI. Any help please <span class="lia-unicode-emoji" title=":slightly_smiling_face:">🙂</span></SPAN></DIV></DIV><DIV class=""><DIV class=""><SPAN><A class="" href="https://community.sap.com/t5/technology-blogs-by-members/sap-em-webhook-mechanism-sap-cpi/ba-p/13450415" target="_blank">https://community.sap.com/t5/technology-blogs-by-members/sap-em-webhook-mechanism-sap-cpi/ba-p/13450415</A>.</SPAN></DIV><DIV class=""><SPAN>I have an SAP BTP Trial account and I want to trigger insertion events in my iflow through webhook.</SPAN></DIV></DIV></DIV> 2024-03-25T13:57:42.350000+01:00 https://community.sap.com/t5/technology-q-a/multiple-table-header-rows-in-sapui5/qaq-p/13649270 Multiple Table header rows in sapUi5 2024-03-26T06:51:39.617000+01:00 msiblyb https://community.sap.com/t5/user/viewprofilepage/user-id/892211 <P>The uploaded image shows a table with two header rows. The header rows are grouped and placed under another header row. How can I achieve the same in SAPUI5?</P><P><a href="https://community.sap.com/t5/c-khhcw49343/SAPUI5/pd-p/500983881501772639608291559920477" class="lia-product-mention" data-product="325-1">SAPUI5</a>&nbsp;&nbsp;</P> 2024-03-26T06:51:39.617000+01:00 https://community.sap.com/t5/technology-q-a/unable-to-consume-messages-in-s-4-hana-system-that-are-published-in-event/qaq-p/13650229 Unable to consume messages in S/4 Hana system that are published in Event Mesh 2024-03-26T16:54:07.920000+01:00 BramhaniG https://community.sap.com/t5/user/viewprofilepage/user-id/566391 <P>Hi there,</P><P>we have created a event consumption Model as suggested in below blog till step 8.</P><P><A href="https://developers.sap.com/tutorials/abap-environment-event-processing-s4h-onpremise.html" target="_blank" rel="noopener noreferrer">Event Processing in an SAP S/4HANA on-premise system | SAP Tutorials</A></P><P>We want consume the message that is published&nbsp; in Event mesh queue. Kindly help.</P><P>&nbsp;</P> 2024-03-26T16:54:07.920000+01:00 https://community.sap.com/t5/sap-learning-q-a/unit-link-content-in-quot-side-by-side-extensibility-based-on-sap-btp-kyma/qaq-p/13651171 Unit link content in "Side-by-Side Extensibility Based on SAP BTP, Kyma Runtime" broken 2024-03-27T12:21:26.959000+01:00 afernandezq https://community.sap.com/t5/user/viewprofilepage/user-id/1426697 <P>Hello,</P><P>I am doing the learning journey "Side-by-Side Extensibility Based on SAP BTP, Kyma Runtime". In the Unit 5, "Using Service Meshes with Istio", the link for the content "Using Istio" is broken, Could you fix it or help me?</P><P><A href="https://learning.sap.com/learning-journeys/deliver-side-by-side-extensibility-based-on-sap-btp-kyma-runtime/using-istio_e6d12146-f641-4184-9045-c6ccf5ea4344" target="_blank" rel="noopener noreferrer">https://learning.sap.com/learning-journeys/deliver-side-by-side-extensibility-based-on-sap-btp-kyma-runtime/using-istio_e6d12146-f641-4184-9045-c6ccf5ea4344</A></P><P>Thanks.</P><P>Best regards.</P> 2024-03-27T12:21:26.959000+01:00 https://community.sap.com/t5/technology-q-a/beas-in-item-structure/qaq-p/13659447 Beas in Item Structure 2024-04-04T17:39:10.292000+02:00 SeethaSundaresa https://community.sap.com/t5/user/viewprofilepage/user-id/1431421 <DIV class=""><DIV class=""><DIV class=""><P>Hi,</P><P>Can anyone help me on <span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="BEAS IN ITEM STRUCTURE.png" style="width: 999px;"><img src="https://community.sap.com/t5/image/serverpage/image-id/91538i53D5A6D103B787C5/image-size/large?v=v2&amp;px=999" role="button" title="BEAS IN ITEM STRUCTURE.png" alt="BEAS IN ITEM STRUCTURE.png" /></span>. What are the table Beas apply in Item Structure multi level BOM (Sub level Bom). How to do in sql level1, level2, level3 and level 4.I need output exactly same as item structure. Kindly help me the issue.</P><P>Thanks.&nbsp;</P><P>Regards,</P><P>Seetha</P><DIV class="">&nbsp;</DIV></DIV></DIV></DIV><DIV class="">&nbsp;</DIV> 2024-04-04T17:39:10.292000+02:00 https://community.sap.com/t5/crm-and-cx-questions/kyma-subscription-eventing-issue-for-cx-enhancment/qaq-p/13670687 Kyma Subscription Eventing issue for Cx Enhancment 2024-04-15T10:44:00.674000+02:00 DhruvinM https://community.sap.com/t5/user/viewprofilepage/user-id/162339 <P>Dear Experts,</P><P>We are trying to use the KYMA Functions to Extend a Sales Cloud/C4C object.</P><P>Steps done in BTP Global Account:</P><P>1. Enabled Kyma and ran a simple serverless hello world function</P><P>2. Added C4C System in Landscape.</P><P>3.Created Formation for that system.</P><P>4. Fetched the Token from the same to be used in Even notification in C4C System.</P><P>Steps done in C4C :</P><P>1. Created an Even notification on a BO Root Create and used Token derived from step 4 above.</P><P>Steps done in KYMA:</P><P>1. Once I done above steps i can see my C4C tenant as application in Kyma.</P><P>2. Created a simple Function.</P><P>3. Added a Subscription to that Function.</P><P>&nbsp;</P><P>Error : 404 from C4C whenever the Event is getting triggered, what am i missing?</P> 2024-04-15T10:44:00.674000+02:00 https://community.sap.com/t5/technology-q-a/404-error-while-calling-sap-build-work-zone-launchpad-notification-api-in/qaq-p/13672214 404 error while calling SAP Build Work Zone(Launchpad) Notification API in BAS 2024-04-16T15:28:00.802000+02:00 Vikas-Kumar https://community.sap.com/t5/user/viewprofilepage/user-id/1439242 <P>Hello Experts,</P><P>I am calling Notification api using ajax call in SAPUI5 BAS to push notification to SAP build work zone(Launchpad site) but I am getting 404 error in the network. Even I am getting same error after deploying the app to cloud foundary.</P><P><STRONG>I have done steps below.</STRONG></P><P>1. Created destination in BTP</P><P>2. Configured route in xs-app.json</P><P>Do I need to upadate something in mta.yaml to work?</P><P><STRONG>Code in SAPUI5</STRONG> -&nbsp;</P><DIV><DIV><SPAN>var</SPAN><SPAN>&nbsp;</SPAN><SPAN>appId</SPAN><SPAN>&nbsp;</SPAN><SPAN>=</SPAN><SPAN>&nbsp;</SPAN><SPAN>this</SPAN><SPAN>.</SPAN><SPAN>getOwnerComponent</SPAN><SPAN>().</SPAN><SPAN>getManifestEntry</SPAN><SPAN>(</SPAN><SPAN>"/sap.app/id"</SPAN><SPAN>);</SPAN></DIV><DIV><SPAN>var</SPAN><SPAN>&nbsp;</SPAN><SPAN>appPath</SPAN><SPAN>&nbsp;</SPAN><SPAN>=</SPAN><SPAN>&nbsp;</SPAN><SPAN>appId</SPAN><SPAN>.</SPAN><SPAN>replaceAll</SPAN><SPAN>(</SPAN><SPAN>"."</SPAN><SPAN>,&nbsp;</SPAN><SPAN>"/"</SPAN><SPAN>);</SPAN></DIV><DIV><SPAN>var</SPAN><SPAN>&nbsp;</SPAN><SPAN>appModulePath</SPAN><SPAN>&nbsp;</SPAN><SPAN>=</SPAN><SPAN>&nbsp;</SPAN><SPAN>jQuery</SPAN><SPAN>.</SPAN><SPAN>sap</SPAN><SPAN>.</SPAN><SPAN>getModulePath</SPAN><SPAN>(</SPAN><SPAN>appPath</SPAN><SPAN>);</SPAN></DIV><DIV><DIV><DIV><SPAN>var</SPAN><SPAN>&nbsp;</SPAN><SPAN>xsrfUrl</SPAN><SPAN>&nbsp;</SPAN><SPAN>=</SPAN><SPAN>&nbsp;&nbsp;</SPAN><SPAN>appModulePath</SPAN><SPAN>&nbsp;</SPAN><SPAN>+</SPAN><SPAN>&nbsp;</SPAN><SPAN>"/Notify/v2/Notification.svc/Notifications"</SPAN><SPAN>;</SPAN></DIV></DIV></DIV></DIV><DIV><DIV><SPAN>&nbsp;</SPAN><SPAN>$</SPAN><SPAN>.</SPAN><SPAN>ajax</SPAN><SPAN>({</SPAN></DIV><DIV><SPAN>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;</SPAN><SPAN>url</SPAN><SPAN>:</SPAN><SPAN>&nbsp;</SPAN><SPAN>xsrfUrl</SPAN><SPAN>,</SPAN></DIV><DIV><SPAN>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;</SPAN><SPAN>headers</SPAN><SPAN>:</SPAN><SPAN>&nbsp;{</SPAN></DIV><DIV><SPAN>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;</SPAN><SPAN>"X-CSRF-Token"</SPAN><SPAN>:</SPAN><SPAN>&nbsp;</SPAN><SPAN>"fetch"</SPAN></DIV><DIV><SPAN>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; },</SPAN></DIV><DIV><SPAN>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;</SPAN><SPAN>async</SPAN><SPAN>:</SPAN><SPAN>&nbsp;</SPAN><SPAN>false</SPAN><SPAN>,</SPAN></DIV><DIV><SPAN>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; type</SPAN><SPAN>:</SPAN><SPAN>&nbsp;</SPAN><SPAN>"GET"</SPAN><SPAN>,</SPAN></DIV><DIV><SPAN>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;</SPAN><SPAN>success</SPAN><SPAN>:</SPAN><SPAN>&nbsp;</SPAN><SPAN>function</SPAN><SPAN>&nbsp;(</SPAN><SPAN>oData</SPAN><SPAN>,&nbsp;</SPAN><SPAN>status</SPAN><SPAN>,&nbsp;</SPAN><SPAN>xhr</SPAN><SPAN>) {</SPAN></DIV><DIV><SPAN>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; },</SPAN></DIV><DIV><SPAN>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;</SPAN><SPAN>error</SPAN><SPAN>:</SPAN><SPAN>&nbsp;</SPAN><SPAN>function</SPAN><SPAN>&nbsp;(</SPAN><SPAN>oError</SPAN><SPAN>) {</SPAN></DIV><DIV><SPAN>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; }</SPAN></DIV><DIV><SPAN>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; });</SPAN></DIV></DIV><DIV><SPAN><SPAN>I want to fetch token from this URL to do post call for a notification.</SPAN></SPAN><P>Can you please give me solution/suggestions?</P><P>Thanks in advance!</P><P><STRONG>Note</STRONG>: The same url is working in Postman. I am able to push notifications to launchpad</P><P>Best Regards,</P><P>Vikas Kumar</P><P><a href="https://community.sap.com/t5/c-khhcw49343/SAPUI5/pd-p/500983881501772639608291559920477" class="lia-product-mention" data-product="325-1">SAPUI5</a>&nbsp; <a href="https://community.sap.com/t5/c-khhcw49343/SAP+BTP%25252C+Kyma+runtime/pd-p/73554900100800003012" class="lia-product-mention" data-product="12-1">SAP BTP, Kyma runtime</a>&nbsp; <a href="https://community.sap.com/t5/c-khhcw49343/SAP+Fiori+Launchpad/pd-p/538710751289542466232554247536294" class="lia-product-mention" data-product="1060-1">SAP Fiori Launchpad</a>&nbsp;<a href="https://community.sap.com/t5/c-khhcw49343/OData/pd-p/551580658536717501828021060147962" class="lia-product-mention" data-product="323-1">OData</a>&nbsp;&nbsp;<a href="https://community.sap.com/t5/user/viewprofilepage/user-id/801358">@sapsupportdig</a>&nbsp;<a href="https://community.sap.com/t5/user/viewprofilepage/user-id/168062">@BTPDev</a>&nbsp;<a href="https://community.sap.com/t5/user/viewprofilepage/user-id/121003">@SAPSupport</a>&nbsp;</P></DIV><P><STRONG>Destination in BTP</STRONG></P><P><span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="VikasKumar_0-1713272596623.png" style="width: 400px;"><img src="https://community.sap.com/t5/image/serverpage/image-id/97120i94DC0648C7FD4266/image-size/medium?v=v2&amp;px=400" role="button" title="VikasKumar_0-1713272596623.png" alt="VikasKumar_0-1713272596623.png" /></span></P><P><span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="VikasKumar_0-1713274788559.png" style="width: 400px;"><img src="https://community.sap.com/t5/image/serverpage/image-id/97153i3B4B63FF0C4BEF78/image-size/medium?v=v2&amp;px=400" role="button" title="VikasKumar_0-1713274788559.png" alt="VikasKumar_0-1713274788559.png" /></span></P><P><STRONG>Route in xs-app.json</STRONG></P><P><span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="VikasKumar_6-1713273661394.png" style="width: 400px;"><img src="https://community.sap.com/t5/image/serverpage/image-id/97143i0223D9359076DD91/image-size/medium?v=v2&amp;px=400" role="button" title="VikasKumar_6-1713273661394.png" alt="VikasKumar_6-1713273661394.png" /></span></P><P><STRONG>Error</STRONG></P><P><span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="VikasKumar_5-1713273629720.png" style="width: 400px;"><img src="https://community.sap.com/t5/image/serverpage/image-id/97142i306FD2696DDA7BB3/image-size/medium?v=v2&amp;px=400" role="button" title="VikasKumar_5-1713273629720.png" alt="VikasKumar_5-1713273629720.png" /></span></P> 2024-04-16T15:28:00.802000+02:00 https://community.sap.com/t5/crm-and-cx-questions/how-to-get-all-logs-or-list-of-all-events-triggered-to-my-kyma-function/qaq-p/13674361 How to get all logs or list of all events triggered to my Kyma Function? 2024-04-18T11:16:06.534000+02:00 DhruvinM https://community.sap.com/t5/user/viewprofilepage/user-id/162339 <P>Hi Team,</P><P>We are trying to debug/check all the functions being called now we know we have the logs available on function/pods but we are not seeing any Logs there but from C4C I can see the call was made successfull.</P><P>But i am not able to see which function is being triggered, in Kyma console do we have any place where we can see all recieved messages/events/ etc?</P><P>BR</P><P>Dhruvin</P> 2024-04-18T11:16:06.534000+02:00 https://community.sap.com/t5/technology-q-a/how-to-navigate-with-multiple-values-of-parameters-in-intent-based/qaq-p/13681918 How to navigate with multiple values of parameters in intent based navigation from UI component card 2024-04-25T09:18:21.371000+02:00 muzammo https://community.sap.com/t5/user/viewprofilepage/user-id/588817 <P>Hello Experts,&nbsp;<BR /><BR /></P><P>Can you please help us in navigation to standard fiori app ( list of incomplete sales orders) where we need to pass multiple sales order while navigating.&nbsp;<BR />We are using ui component card with intent based navigation.&nbsp;<BR />Any code to pass multiple values in parameters is appreciated&nbsp;</P> 2024-04-25T09:18:21.371000+02:00 https://community.sap.com/t5/technology-q-a/using-already-availble-xsuaa-service-to-another-application-giving-service/qaq-p/13682223 using Already availble XSUAA service to another application giving service broker failed error 2024-04-25T12:48:55.374000+02:00 rakeshBaggam https://community.sap.com/t5/user/viewprofilepage/user-id/1419543 <P>I have a MTA app(lets say <STRONG>uaatest</STRONG> Having standalone app router) which is already deployed to cloud foundry and having XSUAA service(with its xs-security.json contents).<BR />I have developed another&nbsp; MTA app (lets say <STRONG>uaatest2</STRONG> Having standalone app router),&nbsp; In this i tried using above mentioned XSUAA(which is already used for <STRONG>uaatest</STRONG>). But with xs-security.json file that is specifically referring to my <STRONG>uaatest2</STRONG>.</P><P>while deploying to CF i am getting an error saying that "Service broker error: Service broker xsuaa failed with: Could not find xsapp entry for uaatest2!t259732"&nbsp;&nbsp;</P><P>this (uaatest2!t259732) is referring to my <STRONG>uaatest2</STRONG>.</P><P>Even though i am using same xsuaa service but still i can maintain two different "xsappname" entries in my each xs-security.json file(referring to <STRONG>uaatest</STRONG>&nbsp;and <STRONG>uaatest2</STRONG>) right?</P><P>or am i missing something? or please give me an example how to use already available xsuaa to new MTA with its own xs-security.json.</P><P>&nbsp;</P><P>please find attached xs-security.json&nbsp; for reference.</P><P>&nbsp;</P><P>Thanks in advance</P><P>Rakesh.</P><P>&nbsp;</P><P>&nbsp;</P><P>&nbsp;</P><P>&nbsp;</P><P>&nbsp;</P><P>&nbsp;</P><P>&nbsp;</P><P>&nbsp;</P> 2024-04-25T12:48:55.374000+02:00 https://community.sap.com/t5/technology-q-a/pending-status-for-kyma-function/qaq-p/13688236 Pending status for kyma function 2024-05-01T11:28:12.757000+02:00 afernandezq https://community.sap.com/t5/user/viewprofilepage/user-id/1426697 <P>Hello,</P><P>I have recently finished the learning journey " Delivering Side-by-Side Extensibility based on SAP BTP, Kyma runtime". Now I want to pass from theory to practise. With my BTP Trial account, I have a kyma enviroment where I have created my first 2 functions, one the hello world that is proposed by the template and othe one to receive an event and print the data in teh console. But both are in PENDING status. My idea would be to create a subscription to receive an event from other system (SAP Commerce e.g) for the second example and create an API Rule to expose my first example. But I am locked.</P><P>How could I pass it to READY?</P><P>Best regards.</P> 2024-05-01T11:28:12.757000+02:00 https://community.sap.com/t5/technology-q-a/creating-subscription-in-kyma/qaq-p/13688474 Creating subscription in Kyma 2024-05-01T18:43:08.056000+02:00 afernandezq https://community.sap.com/t5/user/viewprofilepage/user-id/1426697 <P>Hello, I am trying to connect a local instance of SAP Commerce with kyma sending events. When I try to create a subscription in Kyma, I always get the next error "Failed to create the Subscription: Internal error occurred: failed calling webhook "msubscription.kb.io": failed to call webhook: Post "<A href="https://eventing-manager-webhook-service.kyma-system.svc:443/mutate-eventing-kyma-project-io-v1alpha2-subscription?timeout=10s" target="_blank" rel="nofollow noopener noreferrer">https://eventing-manager-webhook-service.kyma-system.svc:443/mutate-eventing-kyma-project-io-v1alpha2-subscription?timeout=10s</A>": tls: failed to verify certificate: x509: certificate signed by unknown authority."</P><P>Any idea?</P><P>Best regards.</P> 2024-05-01T18:43:08.056000+02:00 https://community.sap.com/t5/technology-q-a/recreate-kyma-enviroment/qaq-p/13689032 Recreate Kyma enviroment 2024-05-02T09:10:28.348000+02:00 afernandezq https://community.sap.com/t5/user/viewprofilepage/user-id/1426697 <P>Hi all,</P><P>my kyma enviroment has expired. I want to recreate it again but I am not able to do it. I have tried to follow the instructions in <A href="https://help.sap.com/docs/btp/sap-business-technology-platform/kyma-env-setting-up-your-trial-account#loiod022bb1dde7d499685ee6ef3ab825680" target="_blank" rel="noopener noreferrer">https://help.sap.com/docs/btp/sap-business-technology-platform/kyma-env-setting-up-your-trial-account#loiod022bb1dde7d499685ee6ef3ab825680</A> but I can't disable my Kyma enviroment and It seems that is not possible to remove the service instances by myself.</P><P>Any idea?</P><P>Best regards</P><P>&nbsp;</P><P>&nbsp;</P> 2024-05-02T09:10:28.348000+02:00 https://community.sap.com/t5/technology-q-a/monitoring-apps-on-kyma/qaq-p/13690723 Monitoring Apps on Kyma 2024-05-03T13:06:30.522000+02:00 sarbajeet https://community.sap.com/t5/user/viewprofilepage/user-id/152731 <P class=""><I><SPAN>Hi,</SPAN></I></P><P class=""><I><SPAN>We are using SAP's managed Kyma environment for our commerce extensions</SPAN></I></P><P class=""><I><SPAN>We have been exploring the implementation of Logging, Monitoring, Tracing &amp; Alerting functionalities for our Kyma extensions to commerce. After a thorough review of the "Kyma Telemetry Module" documentation, it has come to our attention that telemetry data can only be effectively utilized post-configuration of a suitable backend.</SPAN></I></P><P class=""><I><SPAN>&nbsp;</SPAN></I><I><SPAN>We diligently studied the integration guide - "<A href="https://eur02.safelinks.protection.outlook.com/?url=https%3A%2F%2Fkyma-project.io%2F%23%2Ftelemetry-manager%2Fuser%2Fintegration%2FREADME&amp;data=05%7C02%7CSarbajeet.Senapati%40trelleborg.com%7C487b4efe2a174630a44808dc68506326%7C0f86117777224f068db93384e5321a9f%7C0%7C0%7C638499941680645757%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C0%7C%7C%7C&amp;sdata=GgEqJWgwsVTtfDvqchiv0F0sbk%2BlZEYRxGazB04c3p4%3D&amp;reserved=0" target="_blank" rel="noopener nofollow noreferrer">Kyma’s Telemetry Integration Guide</A>," and upon summarizing its contents, it appears that there are no open source or default tools within Kyma that can facilitate logging, monitoring, and alerting functionalities comparable to those provided by SAP Commerce Cloud (e.g., Dynatrace/Opensearch).</SPAN></I></P><P class=""><I><SPAN>&nbsp;</SPAN></I><I><SPAN>Is there a way to ship Kyma telemetry data to our existing SAP Commerce Cloud logging/monitoring system? Alternatively, could you suggest an alternative approach? (only in context of Kyma)</SPAN></I></P><P class=""><I>I appreciate any help you can provide.</I></P><P class=""><I><SPAN>Regards,</SPAN></I></P><P class=""><I><SPAN>Sarbajeet</SPAN></I></P><P class=""><a href="https://community.sap.com/t5/c-khhcw49343/SAP+BTP%25252C+Kyma+runtime/pd-p/73554900100800003012" class="lia-product-mention" data-product="12-1">SAP BTP, Kyma runtime</a>&nbsp;<a href="https://community.sap.com/t5/c-khhcw49343/SAP+Commerce+Cloud/pd-p/73555000100800001224" class="lia-product-mention" data-product="490-1">SAP Commerce Cloud</a>&nbsp;&nbsp;<a href="https://community.sap.com/t5/user/viewprofilepage/user-id/6627">@Phani</a>&nbsp;</P> 2024-05-03T13:06:30.522000+02:00 https://community.sap.com/t5/crm-and-cx-questions/how-to-bring-tasks-from-multiple-backends-crm-ecc-to-fiori-inbox/qaq-p/13695425 How to bring tasks from multiple backends(CRM/ECC) to fiori inbox 2024-05-08T17:11:50.623000+02:00 rskumarv80 https://community.sap.com/t5/user/viewprofilepage/user-id/13049 <P>Hi&nbsp;</P><P>we are migrating from ECC to S/4 HANA on-premise edition.&nbsp; we need to bring tasks from multiple backends (CRM/ECC) into fiori my inbox.&nbsp; So user can access both tasks from one point.</P><P><SPAN>2486885 - My Inbox error "Resource not found for the segment 'TaskCollection'"</SPAN></P><P><SPAN>If you are running S/4HANA 2020 or above in an embedded deployment, remember&nbsp; to make sure that service TASKPROCESSING points only to LOCAL_TGW system alias</SPAN></P><P>Any documentation available to configure the above scenario.</P><P>Thanks</P><P>Shankar</P><P>&nbsp;</P><P>&nbsp;</P> 2024-05-08T17:11:50.623000+02:00