https://raw.githubusercontent.com/ajmaradiaga/feeds/main/scmt/topics/SAP-Business-Technology-Platform-qa.xml SAP Community - SAP Business Technology Platform 2024-05-20T17:00:52.944862+00:00 python-feedgen SAP Business Technology Platform Q&A in SAP Community https://community.sap.com/t5/technology-q-a/access-to-kyma-dshboard-from-btp-cockpit/qaq-p/13685616 Access to Kyma dshboard from BTP Cockpit 2024-04-29T11:20:17.954000+02:00 afernandezq https://community.sap.com/t5/user/viewprofilepage/user-id/1426697 <P>Helo, I want to test kyma enviroment in SAP BTP. I can access with my user at <A href="https://account.hanatrial.ondemand.com/" target="_blank" rel="nofollow noopener noreferrer">https://account.hanatrial.ondemand.com/</A>. I can access to my trial account but when I try to access to kyma dashboard, the system requires my user and password again. Although I introduce them again, it doesn't work.</P><P>Could yo help me?</P><P>Best regards</P> 2024-04-29T11:20:17.954000+02:00 https://community.sap.com/t5/technology-q-a/assistance-required-smtp-authentication-error-in-btp-cap-application/qaq-p/13686478 Assistance Required: SMTP Authentication Error in BTP CAP Application 2024-04-29T22:08:03.963000+02:00 rahuljain257 https://community.sap.com/t5/user/viewprofilepage/user-id/431 <P>Greetings,</P><P>I've encountered an SMTP authentication error while attempting to send an email through a BTP CAP Application. The error message is as follows:</P><pre class="lia-code-sample language-abap"><code>Uncaught Error: Invalid login: 535-5.7.8 Username and Password not accepted. For more information, go to 535 5.7.8 https://support.google.com/mail/?p=BadCredentials w10-20020a0cf70a000000b006a0dbe40533sm110635qvn.135 - gsmtp at SMTPConnection._formatError (/home/user/projects/SDModule/node_modules/nodemailer/lib/smtp-connection/index.js:798:19) at SMTPConnection._actionAUTHComplete (/home/user/projects/SDModule/node_modules/nodemailer/lib/smtp-connection/index.js:1577:34) at SMTPConnection.&lt;anonymous&gt; (/home/user/projects/SDModule/node_modules/nodemailer/lib/smtp-connection/index.js:554:26) at SMTPConnection._processResponse (/home/user/projects/SDModule/node_modules/nodemailer/lib/smtp-connection/index.js:982:20) at SMTPConnection._onData (/home/user/projects/SDModule/node_modules/nodemailer/lib/smtp-connection/index.js:763:14) at SMTPConnection._onSocketData (/home/user/projects/SDModule/node_modules/nodemailer/lib/smtp-connection/index.js:195:44) at TLSSocket.emit (node:events:513:28) at addChunk (node:internal/streams/readable:324:12) at readableAddChunk (node:internal/streams/readable:297:9) at Readable.push (node:internal/streams/readable:234:10) { code: 'EAUTH', response: '535-5.7.8 Username and Password not accepted. For more information, go to\n' + '535 5.7.8 https://support.google.com/mail/?p=BadCredentials w10-20020a0cf70a000000b006a0dbe40533sm110635qvn.135 - gsmtp', responseCode: 535, command: 'AUTH PLAIN'</code></pre><P>I have attached the destination configuration and a snippet of the sample code from the CAP application for reference. Any insights or suggestions to resolve this issue would be greatly appreciated.</P><P><span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="rahuljain257_0-1714420911539.png" style="width: 655px;"><img src="https://community.sap.com/t5/image/serverpage/image-id/103501i8F75ADB70562DA6A/image-dimensions/655x257?v=v2" width="655" height="257" role="button" title="rahuljain257_0-1714420911539.png" alt="rahuljain257_0-1714420911539.png" /></span></P><P>Sample code which I wrote to send the application -</P><pre class="lia-code-sample language-abap"><code>srv.on("getNorthwindProducts", async(req) =&gt; { try { const mailConfig = { from: 'test@gmail.com', to: 'test@gmail.com', subject: 'e-mail subject', text: 'e-mail text' }; sendMail({ destinationName: 'hotmail' }, [mailConfig]); return data; } catch(err) { console.log(err); } });</code></pre><P>Thank you in advance for your help!</P><P>Regards</P><P>Rahul Jain</P><P>&nbsp;</P><P>&nbsp;</P> 2024-04-29T22:08:03.963000+02:00 https://community.sap.com/t5/technology-q-a/create-destination-service-in-the-global-account/qaq-p/13687523 Create destination service in the global account. 2024-04-30T16:48:42.959000+02:00 marwa_l https://community.sap.com/t5/user/viewprofilepage/user-id/1392715 <P><SPAN>Hello all,</SPAN></P><P><SPAN>Is it possible to create a destination service in the global account to be used in all subaccounts?</SPAN></P><P>Thank you.</P> 2024-04-30T16:48:42.959000+02:00 https://community.sap.com/t5/technology-q-a/inconsistency-in-automation-execution-time-for-sap-gui-for-html-transaction/qaq-p/13690729 Inconsistency in automation execution time for SAP GUI for html transaction code (webgui) 2024-05-03T13:12:51.904000+02:00 DHRUV https://community.sap.com/t5/user/viewprofilepage/user-id/1412835 <P>Hi All,&nbsp;<BR /><BR />I have recorded a script to automate SAP GUI for html (web Gui), to create a process to update the business partner using T-code BP. The script is recorded fine, and I have included control 'repeat' to run this execution in loop for several interval. At the end of script, we have close application step, this is the last step.&nbsp;<BR />Now, I have tried to execute and test this for repeat intervals 2 and 5, means the script will run in loop for 2 times and 5 times each.&nbsp;<BR /><BR />Now, there’s inconsistency from script side when it reaches the last step i.e. ‘Close application’. It took just ‘1 sec’ to end the run after reaching close application, when the loop was set to 2, but for 5 loop it took ‘30 secs’.<BR /><BR />For loop 2:<BR />Start time: 14:39:21<BR />Close application time: 14:39:35<BR />End time: 14:39:36<BR />For loop 5:&nbsp;<BR />Start time: 14:41:29<BR />Close application time: 14:42:<STRONG>09</STRONG><BR />End time: 14:42:<STRONG>39<BR /><BR /></STRONG>Even this is not consistent, at times I have noticed the same lag for 2 loops as well. I don't get any error, just the 30 sec processing gap is observed between close application and end.&nbsp;<BR /><BR />What can be the reason for this? Any suggestions to resolve this would be really helpful.&nbsp;<BR /><BR /></P><P><span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="DHRUV_0-1714734570302.png" style="width: 400px;"><img src="https://community.sap.com/t5/image/serverpage/image-id/105509i168AC53C137926CE/image-size/medium?v=v2&amp;px=400" role="button" title="DHRUV_0-1714734570302.png" alt="DHRUV_0-1714734570302.png" /></span></P><P><span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="DHRUV_1-1714734587634.png" style="width: 400px;"><img src="https://community.sap.com/t5/image/serverpage/image-id/105510i25D1F3D8F3ABB9A9/image-size/medium?v=v2&amp;px=400" role="button" title="DHRUV_1-1714734587634.png" alt="DHRUV_1-1714734587634.png" /></span></P><P><span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="DHRUV_2-1714734601241.png" style="width: 400px;"><img src="https://community.sap.com/t5/image/serverpage/image-id/105511i5610EE7D00D3C0C2/image-size/medium?v=v2&amp;px=400" role="button" title="DHRUV_2-1714734601241.png" alt="DHRUV_2-1714734601241.png" /></span></P><P>Thanks in advance.&nbsp;</P><P>&nbsp;</P><P>&nbsp;</P><P><BR /><BR /></P> 2024-05-03T13:12:51.904000+02:00 https://community.sap.com/t5/technology-q-a/bapi-incominginvoice-create-m8-416/qaq-p/13690997 BAPI_INCOMINGINVOICE_CREATE M8 416 2024-05-03T16:51:21.477000+02:00 arx-7-arbalest https://community.sap.com/t5/user/viewprofilepage/user-id/611286 <P>Hello,</P><P>i meet the Message M8 416 while creating a invoice with "BAPI_INCOMINGINVOICE_CREATE". I allready know this Message appears if Quantity or Quantity Unit is filled on a&nbsp;Service order with non-service-related invoice verification or on a limit order.<BR /><BR />My question is, why dose this message appears on an MM invoice for an orderposition where the corresponding ekpo-PSTYP entry is '0' (Normal), shouldn´t this only happen if the ekpo-PSTYP is '1' (Limit order) or '9' (Service order)?&nbsp;</P><P>Can someone tell me which conditions in the table ekpo must be met for the quantity and quantity unit values ​​to be deleted?</P> 2024-05-03T16:51:21.477000+02:00 https://community.sap.com/t5/technology-q-a/why-html-repo-runtime-is-added-in-the-resources-section-of-mta-yml-file/qaq-p/13691504 Why html_repo_runtime is added in the resources section of mta.yml file? 2024-05-04T21:01:34.964000+02:00 fioriexpert https://community.sap.com/t5/user/viewprofilepage/user-id/807761 <P>Hi Experts,</P><P>I'm trying to create a basic MTA project with a standalone approuter and followed the following steps -&nbsp;<BR /><BR />1. New project from template -&gt; Basic MutliTarget Application.<BR />2. Right click on mta.yml file -&gt; Create MTA module from template.<BR />3. Choose Approuter Configuration.<BR />4. Select Standalone approuter and choose NO for "if you plan to add UI" and click on finish.<BR />5. The approuter module is added to the project and the mta.yml file is updated.<BR />6. A new resource is added to the mta.yml file -&nbsp;</P><DIV><DIV><SPAN>&nbsp; &nbsp; service</SPAN><SPAN>: </SPAN><SPAN>html5-apps-repo</SPAN></DIV><DIV><SPAN>&nbsp; &nbsp; </SPAN><SPAN>service-plan</SPAN><SPAN>: </SPAN><SPAN>app-runtime<BR /><BR />I'd like to know why the html5-app-repo resource is added even though I chose not to add UI.<BR /><BR /></SPAN></DIV><DIV><span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="fioriexpert_0-1714849209283.png" style="width: 400px;"><img src="https://community.sap.com/t5/image/serverpage/image-id/105840i00F2B234B680C1E5/image-size/medium?v=v2&amp;px=400" role="button" title="fioriexpert_0-1714849209283.png" alt="fioriexpert_0-1714849209283.png" /></span><P>&nbsp;</P></DIV><DIV><SPAN>Thanks</SPAN></DIV></DIV> 2024-05-04T21:01:34.964000+02:00 https://community.sap.com/t5/technology-q-a/unable-to-connect-to-abap-instance-from-btp-trial/qaq-p/13693436 Unable to Connect to ABAP Instance from BTP Trial 2024-05-07T07:40:19.685000+02:00 HarneetSGulri https://community.sap.com/t5/user/viewprofilepage/user-id/153493 <P>Unable To connect to ABAP BTP Instance from Eclipse IDE.</P><P>&nbsp;</P><P>Getting Error:&nbsp; You were successfully authenticated, but an error occurred during the Service Instance logon. Please ensure that you have a user for the Service Instance.</P><P>&nbsp;</P><P>I am able to Login to Dashboard of ABAP Trial and it has already Development Role</P><P><SPAN>__PRESENT</SPAN></P><P><SPAN>__PRESENT</SPAN></P><P><SPAN>__PRESENT</SPAN></P><P><SPAN>__PRESENT</SPAN></P><P><SPAN>__PRESENT</SPAN></P><P><SPAN>__PRESENT</SPAN></P><P><SPAN>__PRESENT</SPAN></P> 2024-05-07T07:40:19.685000+02:00 https://community.sap.com/t5/technology-q-a/cloud-logging-endpoints-cannot-be-read/qaq-p/13693683 Cloud Logging endpoints cannot be read 2024-05-07T11:17:10.677000+02:00 moeka_matsumura https://community.sap.com/t5/user/viewprofilepage/user-id/1449204 <P>Hello,<BR />I am attempting to use opentelemetry to get metrics and pass data to Cloud Logging.<BR />I am adding the following to pom.xml under the srv folder of the project.</P><pre class="lia-code-sample language-markup"><code> &lt;dependency&gt; &lt;groupId&gt;com.sap.hcp.cf.logging&lt;/groupId&gt; &lt;artifactId&gt;cf-java-logging-support-opentelemetry-agent-extension&lt;/artifactId&gt; &lt;version&gt;3.8.3&lt;/version&gt; &lt;/dependency&gt;</code></pre><P>The following image was set up in mta.yaml.</P><P><span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="mta2.png" style="width: 394px;"><img src="https://community.sap.com/t5/image/serverpage/image-id/106738iDE85E2B5A021749A/image-size/medium?v=v2&amp;px=400" role="button" title="mta2.png" alt="mta2.png" /></span></P><P><span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="mta1.png" style="width: 379px;"><img src="https://community.sap.com/t5/image/serverpage/image-id/106739i31EE1AC76D1A67B9/image-size/medium?v=v2&amp;px=400" role="button" title="mta1.png" alt="mta1.png" /></span></P><P>And in the service keys of the cls-test instance, there are endpoints and other authentication information you want to use.</P><P><span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="BTP.png" style="width: 423px;"><img src="https://community.sap.com/t5/image/serverpage/image-id/106741i7E6BC4279A4E6DF1/image-size/large?v=v2&amp;px=999" role="button" title="BTP.png" alt="BTP.png" /></span></P><P>When I deploy and check the log, it outputs that Credential is not found.</P><pre class="lia-code-sample language-bash"><code>2024-05-01T08:20:29.691+0000 [APP/PROC/WEB/0] STDERR [otel.javaagent 2024-05-01 08:20:29:691 +0000] [main] INFO com.sap.hcf.cf.logging.opentelemetry.agent.ext.CloudLoggingConfigurationCustomizerProvider - Initializing SAP BTP Observability extension 3.8.3 2024-05-01T08:20:29.704+0000 [APP/PROC/WEB/0] STDERR [otel.javaagent 2024-05-01 08:20:29:703 +0000] [main] INFO com.sap.hcf.cf.logging.opentelemetry.agent.ext.binding.CloudLoggingBindingPropertiesSupplier - Using service cls-test (cloud-logging) 2024-05-01T08:20:29.704+0000 [APP/PROC/WEB/0] STDERR [otel.javaagent 2024-05-01 08:20:29:704 +0000] [main] WARN com.sap.hcf.cf.logging.opentelemetry.agent.ext.binding.CloudLoggingBindingPropertiesSupplier - Credential "ingest-otlp-endpoint" not found. Skipping OTLP exporter configuration</code></pre><P>I am thinking that the Credential is not found because it is not on the cls-test instance, but in the service keys of the cls-test instance.<BR />Could someone please tell me how to reference Credential in Service Keys?</P><P>Kind regards,<BR />Moeka.</P> 2024-05-07T11:17:10.677000+02:00 https://community.sap.com/t5/technology-q-a/syniti-rdg-provides-an-effortless-way-to-create-data-model-extension/qaq-p/13695453 Syniti RDG provides an effortless way to create Data Model extension. 2024-05-08T17:43:20.178000+02:00 HectorHerGar https://community.sap.com/t5/user/viewprofilepage/user-id/1389702 <P><SPAN><A href="https://store.sap.com/dcp/en/product/display-0000059234_live_v1" target="_blank" rel="noopener noreferrer">Syniti Rapid Data Governance (</A><FONT color="#0070f2"><U>RDG)&nbsp; is</U></FONT>&nbsp;an SAP UI5 Cloud-based application that builds on SAP Business Technology Platform to automate MDG customizing and enhancement through standard APIs.  It provides an elegant UI and sensible logic to help users to perform all necessary tasks for a typical SAP MDG implementation.  It can also help to empower the business to maintain a deployed SAP MDG solution without the comprehensive technical background.</SPAN></P><P><SPAN>In SAP Master Data Governance data can be stored in a staging or active area. Extending the data model with custom attributes or tables involves changes to the data structures in both the active and staging areas and defining a mapping between these data structures.</SPAN></P><P><SPAN>T</SPAN><SPAN>raditionally, a user must perform the following steps to assign&nbsp;to do this configuration&nbsp;in SAP MDG System.&nbsp;&nbsp;</SPAN></P><UL><LI><SPAN>Extending active area data model</SPAN></LI><LI><SPAN>Extending staging area data model</SPAN></LI><LI><SPAN>Generating MDG tables </SPAN></LI><LI><SPAN>Defining mapping from Staging to Active area</SPAN></LI><LI><SPAN>Defining mapping from Active to Staging area</SPAN></LI></UL><P><SPAN>RDG provides the solution to extend SMT Mapping with an intuitive, user-friendly, and graphical interface.</SPAN></P><P><SPAN>After a custom attribute is created and activated in either Business Partner or Material data models, an entity table for SMT mapping will be shown if applicable. </SPAN><SPAN>(SMT mapping is not relevant for attributes created under all entities).</SPAN></P><OL><LI><SPAN>After custom attribute is created and activation is complete&nbsp;</SPAN><SPAN>mapping table will be shown.</SPAN><SPAN><span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="smt 1.png" style="width: 400px;"><img src="https://community.sap.com/t5/image/serverpage/image-id/107454i42ADA1370C2AAFCE/image-size/medium?v=v2&amp;px=400" role="button" title="smt 1.png" alt="smt 1.png" /></span></SPAN><SPAN><span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="smt 2.png" style="width: 400px;"><img src="https://community.sap.com/t5/image/serverpage/image-id/107455iC6DBE51AB0F72C61/image-size/medium?v=v2&amp;px=400" role="button" title="smt 2.png" alt="smt 2.png" /></span></SPAN></LI><LI><SPAN><SPAN><SPAN>Complete the mapping table by selecting a mapping step and structure to extend for each row. Source and Target will automatically populate. Click&nbsp;</SPAN></SPAN></SPAN><span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="HectorHerGar_1-1715183346795.png" style="width: 31px;"><img src="https://community.sap.com/t5/image/serverpage/image-id/107597iDCB0DCF76C73C1E4/image-dimensions/31x29?v=v2" width="31" height="29" role="button" title="HectorHerGar_1-1715183346795.png" alt="HectorHerGar_1-1715183346795.png" /></span><SPAN>&nbsp;at the end of each row.<BR /></SPAN><SPAN><span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="smt 3.png" style="width: 400px;"><img src="https://community.sap.com/t5/image/serverpage/image-id/107459iE96F23FB6DF1C898/image-size/medium?v=v2&amp;px=400" role="button" title="smt 3.png" alt="smt 3.png" /></span></SPAN></LI><LI><SPAN><SPAN>Click Done. Processing may take some time to complete. Click Refresh&nbsp;</SPAN></SPAN><span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="HectorHerGar_2-1715183371666.png" style="width: 36px;"><img src="https://community.sap.com/t5/image/serverpage/image-id/107598i36D2DF77346F4C80/image-dimensions/36x37?v=v2" width="36" height="37" role="button" title="HectorHerGar_2-1715183371666.png" alt="HectorHerGar_2-1715183371666.png" /></span><SPAN>&nbsp;when ready and receive success messages. If running the application using a cloud platform, additional notifications will be given to help you track the process</SPAN><SPAN>.&nbsp; &nbsp;</SPAN><SPAN><span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="smt 4.png" style="width: 400px;"><img src="https://community.sap.com/t5/image/serverpage/image-id/107461i55C1A4E6A8DEBC04/image-size/medium?v=v2&amp;px=400" role="button" title="smt 4.png" alt="smt 4.png" /></span></SPAN></LI><LI>Extension, transformation and mapping are created correctly</LI></OL><P>&nbsp;&nbsp;<span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="smt 6.png" style="width: 400px;"><img src="https://community.sap.com/t5/image/serverpage/image-id/107462i84DBFC94FFA8606D/image-size/medium?v=v2&amp;px=400" role="button" title="smt 6.png" alt="smt 6.png" /></span></P><P><span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="smt 7.png" style="width: 400px;"><img src="https://community.sap.com/t5/image/serverpage/image-id/107463i94ED7EF99561CC78/image-size/medium?v=v2&amp;px=400" role="button" title="smt 7.png" alt="smt 7.png" /></span></P><P>&nbsp;</P><P><SPAN><span class="lia-inline-image-display-wrapper lia-image-align-left" image-alt="smt 8.png" style="width: 399px;"><img src="https://community.sap.com/t5/image/serverpage/image-id/107466i94BD80784AFD1F2C/image-size/large?v=v2&amp;px=999" role="button" title="smt 8.png" alt="smt 8.png" /></span></SPAN></P><P>&nbsp;</P><P>&nbsp;</P><P><A href="https://store.sap.com/dcp/en/product/display-2001014736_live_v1/syniti-rapid-data-governance" target="_blank" rel="noopener noreferrer"><SPAN>Syniti RDG</SPAN></A><SPAN> is a certified SAP BTP&nbsp;</SPAN><SPAN>solution</SPAN><SPAN>&nbsp;on the </SPAN><A href="https://store.sap.com/dcp/en/" target="_blank" rel="noopener noreferrer"><SPAN>SAP App Store</SPAN></A><SPAN>.</SPAN><SPAN>&nbsp;</SPAN></P><P><SPAN>&nbsp;</SPAN><SPAN>To know more details about the product, check the blog </SPAN><A href="https://blogs.sap.com/2021/02/05/how-partner-add-on-solutions-enhance-saps-master-data-governance/" target="_blank" rel="noopener noreferrer"><SPAN>Partner Add-on Solutions</SPAN></A><SPAN>.</SPAN><SPAN>&nbsp;</SPAN></P><P><SPAN>Your opinions and feedback are highly appreciated, and feel free to post them in the comment section.</SPAN><SPAN>&nbsp;</SPAN></P><P><SPAN>Please follow and read more interesting blogs on </SPAN><A href="https://blogs.sap.com/tags/67837800100800004488/" target="_blank" rel="noopener noreferrer"><SPAN>SAP Master Data Governance | SAP | SAP Blogs</SPAN></A><SPAN>&nbsp;</SPAN></P><P><SPAN>You can also find and post questions about the product here: </SPAN><A href="https://answers.sap.com/tags/67837800100800004488" target="_blank" rel="noopener noreferrer"><SPAN>SAP Master Data Governance Community</SPAN></A><SPAN>&nbsp;</SPAN></P> 2024-05-08T17:43:20.178000+02:00 https://community.sap.com/t5/technology-q-a/consume-calculation-view-in-sac-from-cap-project-not-working/qaq-p/13695641 Consume Calculation View in SAC from CAP project not working 2024-05-08T21:14:36.282000+02:00 luisgleon https://community.sap.com/t5/user/viewprofilepage/user-id/563449 <P>Hi all,</P><P>I have a SAP Cloud Application Programming Model (CAP) project in my BTP environment (trial), and I am trying to consume a calculated view from SAP Analytics Cloud (trial), I have created a connection and then when I try to select a data source in the modeler, the list is empty.</P><P>To create the CAP project I followed the following tutorials:</P><P style=" padding-left : 30px; "><STRONG>Create an SAP Cloud Application Programming Model Project for SAP HANA Cloud</STRONG><BR /><A href="https://youtu.be/8obCwGEx1-Q?si=ll6fWgvEqPluQa8i" target="_blank" rel="noopener nofollow noreferrer">https://youtu.be/8obCwGEx1-Q?si=ll6fWgvEqPluQa8i</A><BR /><A href="https://developers.sap.com/tutorials/hana-cloud-cap-create-project.html" target="_blank" rel="noopener noreferrer">https://developers.sap.com/tutorials/hana-cloud-cap-create-project.html</A></P><P style=" padding-left : 30px; "><STRONG>SAP Tech Bytes: CAP/HANA Tutorial Part 2 - Create Database Artifacts Using Core Data Services (CDS)</STRONG><BR /><A href="https://youtu.be/uS_vT-gHYMo?si=C4W1q7I6CLfHErHP" target="_blank" rel="noopener nofollow noreferrer">https://youtu.be/uS_vT-gHYMo?si=C4W1q7I6CLfHErHP</A><BR /><A href="https://developers.sap.com/tutorials/hana-cloud-cap-create-database-cds.html" target="_blank" rel="noopener noreferrer">https://developers.sap.com/tutorials/hana-cloud-cap-create-database-cds.html</A></P><P style=" padding-left : 30px; "><STRONG>SAP Tech Bytes: CAP/HANA Tutorial Part 3 - Create a User Interface</STRONG><BR /><A href="https://youtu.be/6WY70LyLS1c?si=X0XuCNEtDW2o6sRe" target="_blank" rel="noopener nofollow noreferrer">https://youtu.be/6WY70LyLS1c?si=X0XuCNEtDW2o6sRe</A><BR /><A href="https://developers.sap.com/tutorials/hana-cloud-cap-create-ui.html" target="_blank" rel="noopener noreferrer">https://developers.sap.com/tutorials/hana-cloud-cap-create-ui.html</A></P><P style=" padding-left : 30px; "><STRONG>SAP Tech Bytes: CAP/HANA Tutorial Part 4 - Add User Authentication</STRONG><BR /><A href="https://youtu.be/anvKQP8yOr4?si=rDy5ndYbe__6ZwHp" target="_blank" rel="noopener nofollow noreferrer">https://youtu.be/anvKQP8yOr4?si=rDy5ndYbe__6ZwHp</A><BR /><A href="https://developers.sap.com/tutorials/hana-cloud-cap-add-authentication.html" target="_blank" rel="noopener noreferrer">https://developers.sap.com/tutorials/hana-cloud-cap-add-authentication.html</A></P><P style=" padding-left : 30px; "><STRONG>SAP Tech Bytes: CAP/HANA Tutorial Part 5 - Create Calculation View and Expose via CAP</STRONG><BR /><A href="https://youtu.be/zKsx91qicwU?si=xC4rZUGZrGFI7mxE" target="_blank" rel="noopener nofollow noreferrer">https://youtu.be/zKsx91qicwU?si=xC4rZUGZrGFI7mxE</A><BR /><A href="https://developers.sap.com/tutorials/hana-cloud-cap-calc-view.html" target="_blank" rel="noopener noreferrer">https://developers.sap.com/tutorials/hana-cloud-cap-calc-view.html</A></P><P>Everything works fine, at the end of part 5 I verified that the view was created correctly (see images 1) and the service exposes the data correctly. After that I tried to consume the calculated view from SAC, following the tutorial Develop Calculation View in BAS and consume in SAC (<A href="https://community.sap.com/t5/technology-blogs-by-sap/develop-calculation-view-in-bas-and-consume-in-sac/ba-p/13509188" target="_blank">https://community.sap.com/t5/technology-blogs-by-sap/develop-calculation-view-in-bas-and-consume-in-sac/ba-p/13509188</A>), starting from step 8. I created a connection, and then I tried to create a model but when I select the data source, it doesn't show anything (see image 2).</P><P><span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Captura de Pantalla 2024-05-08 a la(s) 12.22.50.png" style="width: 999px;"><img src="https://community.sap.com/t5/image/serverpage/image-id/107686i0EFE10DE31BECA67/image-size/large?v=v2&amp;px=999" role="button" title="Captura de Pantalla 2024-05-08 a la(s) 12.22.50.png" alt="Captura de Pantalla 2024-05-08 a la(s) 12.22.50.png" /></span><BR />image 1</P><P><span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Captura de Pantalla 2024-05-08 a la(s) 12.24.37.png" style="width: 999px;"><img src="https://community.sap.com/t5/image/serverpage/image-id/107691i0AB46B0A8217F09C/image-size/large?v=v2&amp;px=999" role="button" title="Captura de Pantalla 2024-05-08 a la(s) 12.24.37.png" alt="Captura de Pantalla 2024-05-08 a la(s) 12.24.37.png" /></span></P><P>image 2</P><P>What can I be doing wrong?</P><P>Thanks in advance.</P> 2024-05-08T21:14:36.282000+02:00 https://community.sap.com/t5/technology-q-a/how-to-call-hana-stored-procedure-from-cap-java/qaq-p/13695911 How to call Hana stored procedure from cap java 2024-05-09T07:07:58.764000+02:00 TruptiM https://community.sap.com/t5/user/viewprofilepage/user-id/1452513 <P>I am new to cap java. I have built a cap java application, by referring to available samples and documentation.</P><P>I want to know how to call Hana stored procedure from cap java. The documentation for the same is available in cap nodejs but not for java.</P><P>Any help is appreciated. Thanks</P><P>&nbsp;</P><P>&nbsp;</P> 2024-05-09T07:07:58.764000+02:00 https://community.sap.com/t5/technology-q-a/reading-of-odata-metadata-field-labels-in-ui5/qaq-p/13696002 Reading of OData metadata/field labels in UI5 2024-05-09T09:14:39.198000+02:00 aldimitrov14 https://community.sap.com/t5/user/viewprofilepage/user-id/880304 <P>Hello, I am currently exploring UI5 and I'm trying to read the labels from the OData metadata of an RAP Service in a Fiori freestyle application. Currently I have a two page setup that serves as a List Report &amp; Creation (Object) Page. The reason I am using a freestyle application is that the creation/object page has to have a lot of custom ui5 features.&nbsp;</P><P>In the List Report page I am using a Smart Table + a Smart Filter to work with the entity, but in the creation (object) page I am using non-smart controls. For the non smart controls, I would like to access the labels directly from the OData metadata.&nbsp;</P><P>I would accomplish that by doing so:</P><pre class="lia-code-sample language-markup"><code> &lt;Label text="{/#Entity/Property/@sap:label}" labelFor="someField" /&gt;</code></pre><P>In the case where I start from the List Report ( e.g. open the app, use the creation button to navigate to the object/creation page ) this label is loaded. This is not the case if I load the object (creation) page directly ( e.g. by navigating to the object/creation page with the URL ), then I get the error that the Entity is not a valid EntityType.</P><P>I would assume the following: Since the smart controls preload the data from the Entity I want to use, then in the object page, these labels are already present from being loaded from the List Report, but since I do not use Smart Controls on the object/creation page, I should handle the data load from the entity.</P><P>What I've also checked is that the metadata on the object page is loaded correctly, it's just that the annotations for the entity are not present for a reason unknown to me.</P><P>I would ask, what is the correct way to handle this, in cases where I have to create an new object and I do not have anything to load?</P><P>Maybe that's the not correct approach, so what I would like to do is just access the labels, but not preload any data in the page.</P> 2024-05-09T09:14:39.198000+02:00 https://community.sap.com/t5/technology-q-a/sap-btp-destination-error-reached-the-connection-limit/qaq-p/13697274 SAP BTP destination - error reached the connection limit 2024-05-10T09:48:06.172000+02:00 MinhTriLe https://community.sap.com/t5/user/viewprofilepage/user-id/1400040 <P>Hi,</P><P>I'm getting the error message when making about 4000 odata requests to a destination.</P><P>HTTP Response: Request failed with status code 503 - 503 Service Unavailable: Requested route ('destination-configuration.cfapps.ap10.hana.ondemand.com') has reached the connection limit.</P><P>How do we know the connection limit and increase it?</P><P>Regards,</P><P>Tri</P> 2024-05-10T09:48:06.172000+02:00 https://community.sap.com/t5/technology-q-a/establishing-trust-with-custom-identity-provider-for-platform-users-failed/qaq-p/13697379 Establishing Trust with Custom Identity Provider for Platform Users failed 2024-05-10T10:14:21.496000+02:00 MioYasutake https://community.sap.com/t5/user/viewprofilepage/user-id/789 <P>Hi community,</P><P>I am trying to establish trust between my BTP global account (trial) with a custom IAS tenant by following the document below:</P><P><A href="https://help.sap.com/docs/btp/sap-business-technology-platform/establish-trust-and-federation-of-custom-identity-providers-for-platform-users?locale=en-US" target="_self" rel="noopener noreferrer">https://help.sap.com/docs/btp/sap-business-technology-platform/establish-trust-and-federation-of-custom-identity-providers-for-platform-users?locale=en-US</A></P><P>I have subscribed to Cloud Identity Services and my user has been added to it as an administrator.</P><P><span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="MioYasutake_0-1715328500004.png" style="width: 400px;"><img src="https://community.sap.com/t5/image/serverpage/image-id/108505i9BF49DB4C0B0B0C3/image-size/medium?v=v2&amp;px=400" role="button" title="MioYasutake_0-1715328500004.png" alt="MioYasutake_0-1715328500004.png" /></span></P><P>When I tried to establish trust, I got the following error:</P><P><STRONG>Please reference the correlation ID d61ffe82-fb25-459e-7c9f-bb5a116def62 in the support ticket</STRONG></P><P>&nbsp;</P><P><span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="MioYasutake_1-1715328541743.png" style="width: 400px;"><img src="https://community.sap.com/t5/image/serverpage/image-id/108506iFD5D0EB19E795866/image-size/medium?v=v2&amp;px=400" role="button" title="MioYasutake_1-1715328541743.png" alt="MioYasutake_1-1715328541743.png" /></span></P><P>I searched for the correlation ID in IAS Troubleshooting Logs, but nothing was found.</P><P><span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="MioYasutake_2-1715328633114.png" style="width: 999px;"><img src="https://community.sap.com/t5/image/serverpage/image-id/108508i713EE6F12CDBCE24/image-size/large?v=v2&amp;px=999" role="button" title="MioYasutake_2-1715328633114.png" alt="MioYasutake_2-1715328633114.png" /></span></P><P>At subaccont level, I would be able to manually establish trust by exporing and importing metadata, but in global account, I don't see an option to download metadata. Is there any workaround or resolution for this issue?</P> 2024-05-10T10:14:21.496000+02:00 https://community.sap.com/t5/technology-q-a/error-quot-missing-jwt-token-for-forwardauthtoken-quot-when-using-worker/qaq-p/13697914 Error "Missing JWT Token for forwardAuthToken" When Using worker_threads/spawn in SAP CAP 2024-05-10T18:12:00.772000+02:00 nparaman https://community.sap.com/t5/user/viewprofilepage/user-id/612771 <P>Hello SAP Community,</P><P>I am working on a CAPM application and am facing performance challenges related to high-volume data uploads. To address potential timeouts and enhance performance, I experimented with Node.js's <STRONG>worker_threads</STRONG> and spawn from the<STRONG> child_process</STRONG> module. The idea is to handle the data upload processes in parallel.</P><P>However, I encountered a recurring issue when making POST calls from within a worker thread or a spawned process. The error reported is "Missing JWT token for forwardAuthToken". This error does not occur when the same POST logic is executed directly within the service.</P><P>Here’s a brief overview of my approach:</P><OL><LI>I used worker_threads/spawn to parallelize the data upload tasks.</LI><LI>Inside each thread/process, I perform a POST request to handle the uploads.</LI><LI>The POST requests inside the main service work perfectly fine, but when executed inside the worker thread or spawn process, it throws an error indicating a missing JWT token.</LI></OL><P>I suspect this might be related to the way authentication tokens are managed in CAP when using asynchronous modules like worker_threads or child_process.</P><P>Could anyone help clarify the correct approach to forwarding or managing JWT tokens in such scenarios, or suggest alternative strategies to handle high-volume data uploads in CAPM efficiently?</P><P>Thank you for your assistance!</P> 2024-05-10T18:12:00.772000+02:00 https://community.sap.com/t5/technology-q-a/access-to-kyma-dashboard-from-btp-cockpit/qaq-p/13698270 Access to kyma dashboard from BTP Cockpit 2024-05-11T10:50:30.625000+02:00 afernandezq https://community.sap.com/t5/user/viewprofilepage/user-id/1426697 <P>Hello,</P><P>I want to access to Kyma Dashboard from BTP Cockpit, Does anybody know why I don't access directly to kyma dashboard and the system requires my user and password again?</P><P>Sometimes changing my pasword using the forgot password link I can access but it only works once.</P><P>Thanks.</P><P>Best regards</P> 2024-05-11T10:50:30.625000+02:00 https://community.sap.com/t5/technology-q-a/destination-service-failed-after-deployment-cloud-foundry/qaq-p/13698612 Destination Service failed after deployment - Cloud Foundry 2024-05-12T19:05:43.254000+02:00 andreeav https://community.sap.com/t5/user/viewprofilepage/user-id/172085 <P>Hello,&nbsp;</P><P>After re-deploying MTA application on BTP I encountered the following error :</P><P><STRONG>"Updating service "*-destination-service" failed: Service broker error: Service broker destination-service-broker failed with: Failed to update the destination service instance with the user provided configuration."</STRONG></P><P>What could be the cause of it?</P> 2024-05-12T19:05:43.254000+02:00 https://community.sap.com/t5/technology-q-a/hiding-workflow-step-names-in-business-process-automation/qaq-p/13703435 Hiding Workflow Step Names in Business Process Automation 2024-05-16T12:26:37.166000+02:00 AlessandroB3 https://community.sap.com/t5/user/viewprofilepage/user-id/164263 <DIV><DIV><DIV><DIV><DIV><STRONG>Hi Expert,<BR /><BR />Background</STRONG><SPAN>:</SPAN></DIV></DIV></DIV></DIV></DIV><DIV>&nbsp;</DIV><DIV><DIV><DIV><DIV><DIV><UL><LI>We are using SAP<SPAN>&nbsp;</SPAN><STRONG>Business Process Automation (BPA)&nbsp;</STRONG>in SAP BTP</LI><LI>In the&nbsp;<STRONG>My Inbox</STRONG><SPAN>&nbsp;</SPAN>UI, step names associated with each task are currently displayed at the bottom of open tasks.&nbsp;</LI><LI><span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="AlessandroB3_0-1715855026474.png" style="width: 400px;"><img src="https://community.sap.com/t5/image/serverpage/image-id/111510i1BF2BED7A07897FC/image-size/medium?v=v2&amp;px=400" role="button" title="AlessandroB3_0-1715855026474.png" alt="AlessandroB3_0-1715855026474.png" /></span><P>&nbsp;</P></LI></UL><P><STRONG>Objective</STRONG>:</P><UL><LI>We want to hide the step names defined in the workflow from the UI.</LI></UL><P><STRONG>Steps Taken So Far</STRONG>:</P><OL><LI><P><STRONG>Workflow Configuration</STRONG>:</P><UL><LI>We have explored the workflow configuration within BPA.</LI><LI>We identified the specific step/task for which we want to hide the name .<span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="AlessandroB3_1-1715855026423.png" style="width: 400px;"><img src="https://community.sap.com/t5/image/serverpage/image-id/111511i9E7251137CF12A21/image-size/medium?v=v2&amp;px=400" role="button" title="AlessandroB3_1-1715855026423.png" alt="AlessandroB3_1-1715855026423.png" /></span><P>&nbsp;</P><P>&nbsp;</P></LI></UL></LI><LI><P><STRONG>UI Customization</STRONG>:</P><UL><LI>We attempted to locate the relevant UI code responsible for rendering the step names.</LI><LI>However, we couldn’t find the exact place to make the necessary adjustments.</LI></UL></LI></OL><P><STRONG>Request</STRONG>:</P><UL><LI>Have any of you had the same problem and found a possible resolution?</LI><LI>Specifically, we want to exclude the step names from the UI while ensuring that the workflow functionality remains intact.</LI></UL><P>Thanks in advance</P></DIV></DIV></DIV></DIV></DIV> 2024-05-16T12:26:37.166000+02:00 https://community.sap.com/t5/technology-q-a/sap-btp-documentation-for-basis-consultant/qaq-p/13703501 SAP BTP Documentation for Basis Consultant 2024-05-16T13:21:14.268000+02:00 SAP-BASIS https://community.sap.com/t5/user/viewprofilepage/user-id/1457937 <P>Hi all, I want to study about SAP BTP and what is necessary for a SAP Basis consultant. do you know which learning hub guides I should start reading?</P><P>&nbsp;</P><P>&nbsp;</P><P>&nbsp;</P><P>thanks.</P><P>Eli Daniel Ramones</P><P>&nbsp;</P><P>&nbsp;</P> 2024-05-16T13:21:14.268000+02:00 https://community.sap.com/t5/technology-q-a/sap-hana-cloud-data-temperature/qaq-p/13706904 sap hana cloud data temperature 2024-05-20T17:19:38.493000+02:00 WilverVega https://community.sap.com/t5/user/viewprofilepage/user-id/1436940 <P>in "sap hana cloud" how can I apply the "data temperature", step by step?, thanks</P> 2024-05-20T17:19:38.493000+02:00