https://raw.githubusercontent.com/ajmaradiaga/feeds/main/scmt/topics/Cloud-qa.xml SAP Community - Cloud 2024-07-26T23:00:13.685161+00:00 python-feedgen Cloud Q&A in SAP Community https://community.sap.com/t5/technology-q-a/issue-while-migrating-fiori-app-connected-to-successfactors-backend-from/qaq-p/12789846 Issue while migrating Fiori app connected to Successfactors backend from Neo to Cloud foundry 2023-12-14T13:58:14+01:00 navya_shree2 https://community.sap.com/t5/user/viewprofilepage/user-id/448321 <P>Hi Everyone,</P> <P>We have an Fiori application deployed on BTP-Neo which is connected to SuccessFactor´s Backend, we have a Destination created with basic Authentication to access SuccessFactor´s api to retrieve the data from SucessFactor which is being displayed by Fiori app.</P> <P>Now we are migrating to Cloudfoundry which has IAS connection trust establishment to both BTP and Successfactors.</P> <P>Now we are stuck in Creating Destination to enable the api access to SuccessFactors on CloudFoundry, we would like to set up oAuth Connection here.</P> 2023-12-14T13:58:14+01:00 https://community.sap.com/t5/technology-q-a/how-to-associate-an-individual-customer-to-a-exitent-lead/qaq-p/12800984 How to associate an individual Customer to a exitent lead? 2023-12-18T23:26:12+01:00 pablo_daniel https://community.sap.com/t5/user/viewprofilepage/user-id/191274 <P>Hi team! </P> <P>I need to create a new button (Done!) that allows me to create a new Customer from a Lead and then associate with the Lead.</P> <P>I created a new Script in the Extended BO Lead. This Scripts is creating this new Customer but I need to associate this new Customer to the Lead. (Is a way to automate the flow that allows to associate an existent Customer to a lead with the button called "Associate Lead to an account").</P> <P>I didn't find a way to do it through ABSL Code.</P> <P>Can any one help me?</P> <P>Regards Pablo.</P> 2023-12-18T23:26:12+01:00 https://community.sap.com/t5/technology-q-a/backend-programming-sapui5-with-hana-cloud-cds-app/qaq-p/12808260 Backend Programming SAPUI5 with HANA cloud CDS App 2023-12-28T15:49:58+01:00 msiblyb https://community.sap.com/t5/user/viewprofilepage/user-id/892211 <P>I'm new to SAP BTP. <BR />I have developed a HANA CDS cloud Application and connected a Fiori app with the CDS App. I must add some data from the SAP UI5 Fiori app to the HANA cloud. How to do a backend program for the Fiori app.</P> <P>My project structure is as follows:<BR />--CDS-My-APP &gt;<BR />---------------------app &gt;<BR />-----------------------------frontEndApp &gt;<BR />------------------------------------------------webapp &gt;<BR />-------------------------------------------------------------controller &gt;<BR />----------------------------------------------------------------------------view1.controller.js<BR />-------------------------------------------------------------view &gt;</P> <P>----------------------------------------------------------------------view1.view.xml<BR />--------------------db &gt;<BR />----------------------------csv&gt;<BR />----------------------------------userDb.csv<BR />----------------------------------employDb.csv<BR />----------------------------cap-module.cds<BR />---------------------srv &gt;<BR />----------------------------cap-service.cds<BR />----------------------------cap-service.js<BR /><BR />how to do?<BR />I have a form in view1.view.xml file.<BR />Do it from the backend.</P> 2023-12-28T15:49:58+01:00 https://community.sap.com/t5/technology-q-a/sap-hana-insert-data-from-sap-ui5-issue/qaq-p/12816706 SAP hana insert data from sap ui5 issue 2023-12-29T20:56:56+01:00 msiblyb https://community.sap.com/t5/user/viewprofilepage/user-id/892211 <P>Thanks in advance for helping me.<BR />I have to add some data to Hana entity excelFile. But I don't know how to add it. I'm learning SAP BTP Hana CDS development. I developed an SAP cds app and connected a UI5 app with that. but when trying to add data from the front end it generates some errors as follows.<BR /><BR /><BR />error</P> <PRE><CODE>&lt;code&gt;[odata] - POST /odata/v4/my/excelFile ----------------------------creating................... { exId: 9876, exEmail: 'dfg', exFirst_name: 'dg', exLast_name: 'fdqf', exAvatar: 'fg' } [cds] - IllegalArgumentError: The key 'exId' does not exist in the given entity at UriHelper.buildEntityKeys (/home/user/projects/MyHANAApp/node_modules/@sap/cds/libx/_runtime/cds-services/adapter/odata-v4/okra/odata-server/utils/UriHelper.js:87:17) at ResponseHeaderSetter.setLocationHeader (/home/user/projects/MyHANAApp/node_modules/@sap/cds/libx/_runtime/cds-services/adapter/odata-v4/okra/odata-server/core/ResponseHeaderSetter.js:102:17) at SetResponseHeadersCommand.execute (/home/user/projects/MyHANAApp/node_modules/@sap/cds/libx/_runtime/cds-services/adapter/odata-v4/okra/odata-server/invocation/SetResponseHeadersCommand.js:66:30) at CommandExecutor._execute (/home/user/projects/MyHANAApp/node_modules/@sap/cds/libx/_runtime/cds-services/adapter/odata-v4/okra/odata-server/invocation/CommandExecutor.js:71:17) at /home/user/projects/MyHANAApp/node_modules/@sap/cds/libx/_runtime/cds-services/adapter/odata-v4/okra/odata-server/invocation/CommandExecutor.js:81:18 at ConditionalRequestControlCommand.execute (/home/user/projects/MyHANAApp/node_modules/@sap/cds/libx/_runtime/cds-services/adapter/odata-v4/okra/odata-server/invocation/ConditionalRequestControlCommand.js:48:5) at CommandExecutor._execute (/home/user/projects/MyHANAApp/node_modules/@sap/cds/libx/_runtime/cds-services/adapter/odata-v4/okra/odata-server/invocation/CommandExecutor.js:71:17) at /home/user/projects/MyHANAApp/node_modules/@sap/cds/libx/_runtime/cds-services/adapter/odata-v4/okra/odata-server/invocation/CommandExecutor.js:81:18 at /home/user/projects/MyHANAApp/node_modules/@sap/cds/libx/_runtime/cds-services/adapter/odata-v4/okra/odata-server/invocation/DispatcherCommand.js:88:11 at process.processTicksAndRejections (node:internal/process/task_queues:95:5) { id: '1021492', level: 'ERROR', timestamp: 1703877998669 </CODE></PRE> <P>}<BR /><BR /><BR />view1.controller.js</P> <PRE><CODE>&lt;code&gt;sap.ui.define([ "sap/ui/core/mvc/Controller", "sap/m/MessageToast", "sap/m/Dialog", "sap/m/Button", "sap/m/Input", "sap/m/VBox", "sap/m/MessageBox" ], /** * @param {typeof sap.ui.core.mvc.Controller} Controller */ function (Controller,MessageToast,Dialog, Button, Input, VBox, MessageBox) { "use strict"; return Controller.extend("project2.controller.View1", { handleAddButtonPressed : function (oEvent) { const that = this; // Create a Dialog var oDialog = new Dialog({ title: "Add Details", content: [ new Input({ placeholder: "Id" }), new Input({ placeholder: "Email" }), new Input({ placeholder: "First name" }), new Input({ placeholder: "Second Name" }), new Input({ placeholder: "avatar"}) ], beginButton: new Button({ text: "Submit", press: function() { // Handle the submitted data var insertData = { exId: Number(oDialog.getContent()[0].getValue()), exEmail: oDialog.getContent()[1].getValue(), exFirst_name: oDialog.getContent()[2].getValue(), exLast_name: oDialog.getContent()[3].getValue(), exAvatar: oDialog.getContent()[4].getValue() }; // console.log(updateData,typeof (updateData)) let sUrl = that.getOwnerComponent().getModel().getServiceUrl() + "excelFile" $.ajax({ url: sUrl, method: "POST", contentType: "application/json", data: JSON.stringify(insertData), success: function(data) { // Handle success, if needed console.log("Entity updated successfully:"+data); MessageToast.show("Entity updated successfully"+data.message); oTable.getModel("localModel").refresh(true); }, error: function(error) { // Handle error MessageBox.error("Error updating entity:"+ error.message); } }); // Do something with the values (e.g., validation or further processing) // Close the Dialog oDialog.close(); } }), endButton: new Button({ text: "Cancel", press: function() { // Close the Dialog without processing the data oDialog.close(); } }), afterClose: function() { // Destroy the Dialog to avoid memory leaks oDialog.destroy(); } }); // Open the Dialog oDialog.open(); }, }); });</CODE></PRE> <P>cap-module.cds</P> <PRE><CODE>&lt;code&gt;using namespace someThingName; entity excelFile{ key exId : Int16; exEmail : String; exFirst_name : String; exLast_name : String; exAvatar : LargeString; </CODE></PRE> <P>}<BR /><BR /><BR /></P> <P>cap-service.js</P> <PRE><CODE>&lt;code&gt; const cds = require('@sap/cds'); const db=cds.connect.to('db'); const {Readable,PassThrough} = require('stream'); const XLSX = require('xlsx'); const moment = require('moment'); console.log('------------------hello-----------'); module.exports = cds.service.impl(srv =&gt; { srv.on('CREATE', 'excelFile', async (req) =&gt; { console.log('----------------------------creating...................'); console.log(req.data); // Create a new record in the excelFile entity const result = await cds.run(`INSERT INTO MYDB_EXCELFILE VALUES (?,?,?,?,?)`,[Number(req.data.exId), req.data.exEmail, req.data.exFirst_name, req.data.exLast_name, req.data.exAvatar]); // Respond with a success message return { success: true, message: `New record inserted into excelFile entity` }; // Respond with a failure message // return { error: true, message: `Failed to insert record into excelFile entity` }; }) }) </CODE></PRE> 2023-12-29T20:56:56+01:00 https://community.sap.com/t5/enterprise-resource-planning-q-a/goods-transfer-mm-fi/qaq-p/12818522 Goods transfer MM-FI 2024-01-09T16:26:37+01:00 arunprakashworld https://community.sap.com/t5/user/viewprofilepage/user-id/889447 <P>Hi all,</P> <P>we are facing an issue to understand a process of scenario mentioned below.</P> <P>I have purchased material (10 qty) with its price of 100Rs each, i have done the payment full to the vendor (1000 Rs). But in that 10 qty i want to make scrap sale of 2 qty with scrap value of 10 rupees. How the accounting entris hit &amp; also i like to understand the process in sap</P> <P>what is the best practice for this in SAP public cloud 2308.</P> <P><BR />waiting for your replies...</P> 2024-01-09T16:26:37+01:00 https://community.sap.com/t5/technology-q-a/mass-reversal-in-cloud-2308-substitution-of-f-80/qaq-p/12818655 MASS REVERSAL IN CLOUD 2308 ( Substitution OF F.80) 2024-01-11T02:01:27+01:00 coub-chai https://community.sap.com/t5/user/viewprofilepage/user-id/989259 <P>Hello community , </P> <P>I have a case of reversal of 470000 items and I would like to know how to mass reverse them in cloud 2308, previously I used F.80 but in cloud the case is different.</P> <P>Thank you for answering me asap and in detail, as the situation is urgent.</P> 2024-01-11T02:01:27+01:00 https://community.sap.com/t5/technology-q-a/custom-logic-between-login-and-launchpad-ias-sap-build-work-zone/qaq-p/12819902 custom logic between login and launchpad (IAS, Sap Build Work Zone) 2024-01-11T08:25:14+01:00 kronseb https://community.sap.com/t5/user/viewprofilepage/user-id/807728 <P>Our company is developing an application for our dealers. Each dealer has different roles and therefore sees different tiles + an admin can give/take away roles.</P> <P>After registration/login by IAS an event should be called which handles this logic. (based on an odata service in Sap).</P> <P>How can this be implemented? We use the BTP with the Sap Build Work Zone and IAS. Is it possible to execute something between login and displaying the tiles?</P> 2024-01-11T08:25:14+01:00 https://community.sap.com/t5/enterprise-resource-planning-q-a/issues-with-intercompany-billing-item-categories-cphd/qaq-p/13606789 Issues with intercompany billing / item categories CPHD 2024-02-15T16:25:28.702000+01:00 SAPSupport https://community.sap.com/t5/user/viewprofilepage/user-id/121003 <P>Dear SAP team,<BR /><BR />In our intercompany processes, we use sales kits (BOMs, item category <STRONG>CPFH</STRONG>, <STRONG>CPHD</STRONG>)&nbsp;in addition to regular TAN items.<BR /><BR />Unfortunately though, the current copying control does not foresee that these item categories can be billed with billing type IV.<BR /><BR />We have tried to find out online if there might be a scope item that needs to be activated for that purpose, but my search was not successful.<BR /><BR />Can you please advise how to handle CPFH items in intercompany billing?<BR /><BR />Thanks and regards</P><BR />------------------------------------------------------------------------------------------------------------------------------------------------<BR /><B>Learn more about the SAP Support user and program <A target="_blank" href="https://community.sap.com/t5/enterprise-resource-planning-blogs-by-sap/maximizing-the-power-of-sap-community-at-product-support/ba-p/13501276">here</A>.</B> 2024-02-15T16:25:28.702000+01:00 https://community.sap.com/t5/enterprise-resource-planning-q-a/scope-id-1wo-test-v1-215-quot-requirements-are-not-fulfilled-for-condition/qaq-p/13620995 Scope ID: 1WO test - V1 215 "Requirements are not fulfilled for Condition PIC1" 2024-02-27T16:24:22.668000+01:00 SAPSupport https://community.sap.com/t5/user/viewprofilepage/user-id/121003 <P>Dear SAP,</P><P>In Credit memo for Intercompany (Billing type: CICM), we are unable to change the value for the condition type PIC1 - Intercompany Price which is copied from the reference Intercompany invoice.</P><P>Which is contradicting to the test script of the SCOPE ID 1WO. We are getting error: <STRONG>V1 215 "Requirements are not fulfilled for Condition PIC1"</STRONG></P><P>Best regards,</P><BR />------------------------------------------------------------------------------------------------------------------------------------------------<BR /><B>Learn more about the SAP Support user and program <A target="_blank" href="https://community.sap.com/t5/enterprise-resource-planning-blogs-by-sap/maximizing-the-power-of-sap-community-at-product-support/ba-p/13501276">here</A>.</B> 2024-02-27T16:24:22.668000+01:00 https://community.sap.com/t5/technology-q-a/cloud-alm-process-management/qaq-p/13643181 Cloud ALM - Process Management 2024-03-19T15:21:31.128000+01:00 YK7 https://community.sap.com/t5/user/viewprofilepage/user-id/1401149 <P>Hi all,</P><P>When we are implementing S/4HANA Private Cloud project with Cloud ALM, during the fit-to-standard workshops if the customer wants to make some changes in process models which is available from SAP Best Practices, would it be possible to do that without Signavio?</P><P>Thank you&nbsp;</P><P>#CloudALM, #CALM</P><P>&nbsp;</P> 2024-03-19T15:21:31.128000+01:00 https://community.sap.com/t5/enterprise-resource-planning-q-a/sap-ps-public-cloud-budget/qaq-p/13647297 SAP PS Public Cloud Budget 2024-03-22T22:47:43.172000+01:00 ggizemkaya https://community.sap.com/t5/user/viewprofilepage/user-id/815302 <P>Hello dear colleagues,</P><P>&nbsp;I work in SAP PS Public Cloud Enterprise Project. I looked for my project budget adaptation in the implementation activities field, but I could not see it. Is the Project budget not used in the Public Cloud System? If so, please let me know how to proceed. Thank you very much in advance.</P><P>Kind regards,</P><P>Gizem KAYA</P> 2024-03-22T22:47:43.172000+01:00 https://community.sap.com/t5/human-capital-management-q-a/exploring-cloud-based-hr-software-solutions/qaq-p/13650755 Exploring Cloud-Based HR Software Solutions 2024-03-27T08:38:20.302000+01:00 iniyaanban https://community.sap.com/t5/user/viewprofilepage/user-id/1072461 <P>I'm excited to initiate a discussion about <A href="https://www.wallethr.com/core-hr.php" target="_self" rel="nofollow noopener noreferrer">cloud based HR software</A> solutions. With the rapid advancement of technology, many organizations are transitioning their HR processes to the cloud for increased flexibility, scalability, and efficiency. I believe this transition presents a fantastic opportunity for us to share our experiences, insights, and recommendations.</P><P>Here are a few discussion points to get us started:</P><OL><LI><P><STRONG>Experiences with Cloud-Based HR Software</STRONG>: Have you implemented or used any cloud-based HR software in your organization? What has been your experience so far? What are some notable features or benefits?</P></LI><LI><P><STRONG>Recommendations and Best Practices</STRONG>: Are there any cloud-based HR software solutions that you would recommend? What factors did you consider when selecting a solution? Any best practices or lessons learned from your implementation journey?</P></LI><LI><P><STRONG>Challenges and Solutions</STRONG>: What challenges have you encountered during the implementation or usage of cloud-based HR software? How did you overcome these challenges? Any tips for others facing similar issues?</P></LI><LI><P><STRONG>Integration and Data Security</STRONG>: How do cloud-based HR software solutions integrate with other systems in your organization? What measures do you take to ensure data security and compliance with regulations?</P></LI><LI><P><STRONG>Future Trends and Innovations</STRONG>: Where do you see the future of cloud-based HR software heading? Are there any emerging trends or innovations that excite you in this space?</P></LI></OL><P>Feel free to share your thoughts, experiences, questions, and any other topics related to cloud-based HR software. Let's have a meaningful discussion and learn from each other's perspectives!</P><P>Looking forward to hearing from you all.</P><P>Best regards,<BR /><BR />Iniya</P> 2024-03-27T08:38:20.302000+01:00 https://community.sap.com/t5/technology-q-a/backend-system-for-s4-hana-public-cloud-2402-for-debugging-purposes/qaq-p/13659459 Backend system for S4 hana public cloud 2402 for debugging purposes 2024-04-04T17:48:11.873000+02:00 sdig89 https://community.sap.com/t5/user/viewprofilepage/user-id/1404879 <P>Hello Experts,</P><P>I am working with the latest version of S/4 hana public cloud 2402 and we are in the process of migrating data using migration cockpit fiori app.</P><P>I found a way to get the name of the API (FM) responsible for the migration of each SAP Migration Object.</P><P>I am afraid of the errors that the APIs will throw in the future when migrating data (because of missing customizing, or data issues etc...) and would like to know how can I access the backend system for this S4 Cloud Public Edition system, in order to be able to debug the APIs in case of migration errors.&nbsp;</P><P>Thanks</P><P>Sad</P> 2024-04-04T17:48:11.873000+02:00 https://community.sap.com/t5/enterprise-resource-planning-q-a/invoice-issue-for-3rd-party-without-shipping-notification/qaq-p/13689169 Invoice issue for 3rd party without shipping notification 2024-05-02T10:52:57.829000+02:00 SAPSupport https://community.sap.com/t5/user/viewprofilepage/user-id/121003 <P>Hello SAP Team,</P><P>We are facing a major issue as part of Sales Processing using Third-Party without Shipping Notification (BDK) where system is copying the item quantity from Vendor invoice without any subsequent checks which is resulting in Invoices generated for a different quantity from Sales Order.</P><P>For example, we have a sales order where item 10 has quantity as 50. Order is saved, a purchase requisition was automatically created. Then the Purchase order generated with reference to requisition.&nbsp;</P><P><STRONG>The issue</STRONG>: Accidentally, we processed the Vendor invoice incorrectly with quantity as 50,000 instead of 50 by mistake. As soon as this was created, the Billing date on Sales order was updated and an Order related billing document was generated with 50,000 quantities. Now a customer invoice was incorrectly processed for 50,000 quantities, and the amount was automatically calculated as per the pricing condition records maintained in the system, rather than the price populated on the Vendor invoice.</P><P><STRONG>Question</STRONG>: When creating the customer invoice in the Create Billing Documents app, shouldn't be there a safety checks or tolerance limit in these cases? Now SAP is automatically populating the quantity from Vendor invoice without any checks.</P><P>Please can you investigate the reason this has happened?</P><P>Thanks and regards,</P><BR />------------------------------------------------------------------------------------------------------------------------------------------------<BR /><B>Learn more about the SAP Support user and program <A target="_blank" href="https://community.sap.com/t5/enterprise-resource-planning-blogs-by-sap/maximizing-the-power-of-sap-community-at-product-support/ba-p/13501276">here</A>.</B> 2024-05-02T10:52:57.829000+02:00 https://community.sap.com/t5/enterprise-resource-planning-q-a/explain-the-value-status-letters-for-api-billing-document-srv/qaq-p/13710836 Explain the value status letters for API_BILLING_DOCUMENT_SRV 2024-05-23T14:55:10.340000+02:00 SAPSupport https://community.sap.com/t5/user/viewprofilepage/user-id/121003 <P>Dear SAP,</P><P>We are using this API to get billing info of customer project.&nbsp;</P><P>When using "OverallSDProcessStatus" or "OverallBillingStatus", there is no information about the meaning of the entry letters.</P><P>Example:</P><UL><LI>OverallSDProcessStatus:&nbsp;<STRONG>'' (blank)</STRONG></LI><LI>OverallBillingStatus:&nbsp;<STRONG>A</STRONG></LI></UL><P>Could you please help?</P><P>Best regards,</P><BR />------------------------------------------------------------------------------------------------------------------------------------------------<BR /><B>Learn more about the SAP Support user and program <A target="_blank" href="https://community.sap.com/t5/enterprise-resource-planning-blogs-by-sap/maximizing-the-power-of-sap-community-at-product-support/ba-p/13501276">here</A>.</B> 2024-05-23T14:55:10.340000+02:00 https://community.sap.com/t5/enterprise-resource-planning-q-a/how-to-remove-watermark-and-enable-footer-for-monthly-invoice-pdf-form/qaq-p/13735888 How to remove watermark and enable footer for Monthly Invoice PDF form? 2024-06-19T09:43:49.526000+02:00 SAPSupport https://community.sap.com/t5/user/viewprofilepage/user-id/121003 <P>The watermark "Test Copy" appears on form of&nbsp;Monthly Invoice. And there is no footer appears on form of&nbsp;Monthly Invoice.</P><P>How to remove watermark "TEST COPY" and enable footer for Monthly Invoice PDF form?<BR /><BR /></P><BR />------------------------------------------------------------------------------------------------------------------------------------------------<BR /><B>Learn more about the SAP Support user and program <A target="_blank" href="https://community.sap.com/t5/enterprise-resource-planning-blogs-by-sap/maximizing-the-power-of-sap-community-at-product-support/ba-p/13501276">here</A>.</B> 2024-06-19T09:43:49.526000+02:00 https://community.sap.com/t5/technology-q-a/why-can-t-i-add-an-abap-cloud-package-in-the-configure-software-packages/qaq-p/13743330 Why can't I add an ABAP Cloud package in the Configure Software Packages application? 2024-06-26T15:12:09.879000+02:00 ClausB https://community.sap.com/t5/user/viewprofilepage/user-id/16919 <P>Hi all,</P><P>why can't I add an ABAP Cloud package (Package with ABAP Language Version - ABAP for Cloud Developent) in the "Configure Software Packages" app?</P><P>When I want to register the package I get the message -&nbsp;Package ZPACK cannot be used. Check the settings of software component ZCOMP</P><P>I thought the key user extensibility was TIER-1, considering the 3-TIER extensibility.&nbsp;According to this error message, the key user extension would then end up in TIER 2/3, right?&nbsp;</P><P>Hint: I work with S/4 2022 On-Premise</P><P>Thank you in advance for your help</P><P>regards&nbsp;</P><P>Claus</P><P>&nbsp;</P> 2024-06-26T15:12:09.879000+02:00 https://community.sap.com/t5/enterprise-resource-planning-q-a/alternative-reconciliation-account-for-customer/qaq-p/13744290 Alternative Reconciliation Account for Customer 2024-06-27T11:10:26.984000+02:00 SAPSupport https://community.sap.com/t5/user/viewprofilepage/user-id/121003 <P>Hello,</P><P>We need to set up the functionality Alternative Reconciliation Account in SD processes. We have been analyzing all the changes that need to be done and it seems that we'll be blocked in the point where we need to assign the account determination procedure with the billing type. Could you please let us know how to configure this functionality in SAP Cloud?</P><P>We're following this&nbsp;on-prem related 3rd party documentation:&nbsp;<A href="https://onlyordinarysapnotes.com/2013/08/26/alternative-reconciliation-account-for-customer/" target="_blank" rel="noopener nofollow noreferrer">https://onlyordinarysapnotes.com/2013/08/26/alternative-reconciliation-account-for-customer/</A></P><P>Thank you!</P><BR />------------------------------------------------------------------------------------------------------------------------------------------------<BR /><B>Learn more about the SAP Support user and program <A target="_blank" href="https://community.sap.com/t5/enterprise-resource-planning-blogs-by-sap/maximizing-the-power-of-sap-community-at-product-support/ba-p/13501276">here</A>.</B> 2024-06-27T11:10:26.984000+02:00 https://community.sap.com/t5/enterprise-resource-planning-q-a/relate-sales-areas-to-plants/qaq-p/13756256 Relate Sales Areas to Plants 2024-07-10T01:07:54.979000+02:00 daniela8asolis_11 https://community.sap.com/t5/user/viewprofilepage/user-id/894096 <P>Dear Community, when configuring the organizational structure in CBC in SAP S/4 HANA Cloud it does not allow the same plant to be associated with different sales areas. Can this be configured at a later stage? or it is a tool restriction.</P><P>Thank you.</P><P>&nbsp;</P> 2024-07-10T01:07:54.979000+02:00 https://community.sap.com/t5/technology-q-a/deployment-cap-application-with-fiori-ui/qaq-p/13771388 Deployment cap application with Fiori UI 2024-07-25T09:52:00.880000+02:00 Durgesh1685 https://community.sap.com/t5/user/viewprofilepage/user-id/1477506 <P>Hi Community,</P><P>How to deploy cap application with Fiori UI and also using destination&nbsp;</P><P>I am trying to call S4 Hana API in mta.yaml</P><P>_schema-version: 3.3.0<BR />ID: StonemanPortal<BR />description: A simple CAP project.<BR />version: 9.0.0<BR />modules:<BR />- name: StonemanPortal-srv<BR />type: nodejs<BR />path: gen/srv<BR />requires:<BR />- name: StonemanPortal-db<BR />- name: StonemanPortal-auth<BR />provides:<BR />- name: srv-api<BR />properties:<BR />srv-url: ${default-url}<BR />parameters:<BR />buildpack: nodejs_buildpack<BR />readiness-health-check-http-endpoint: /health<BR />readiness-health-check-type: http<BR />build-parameters:<BR />builder: npm<BR />- name: StonemanPortal<BR />type: approuter.nodejs<BR />path: app/router<BR />requires:<BR />- name: srv-api<BR />group: destinations<BR />properties:<BR />forwardAuthToken: true<BR />name: srv-api<BR />url: ~{srv-url}<BR />- name: StonemanPortal-auth<BR />- name: S4HANA_QA<BR />group: destinations<BR />properties:<BR />forwardAuthToken: false<BR />name: ui5<BR />url: <A href="https://ui5.sap.com" target="_blank" rel="noopener noreferrer">https://ui5.sap.com</A><BR />parameters:<BR />disk-quota: 256M<BR />keep-existing-routes: true<BR />memory: 256M<BR />- name: StonemanPortal-app-content<BR />type: com.sap.application.content<BR />path: .<BR />requires:<BR />- name: StonemanPortal_html_repo_host<BR />parameters:<BR />content-target: true<BR />build-parameters:<BR />build-result: resources<BR />requires:<BR />- artifacts:<BR />- stoneman.zip<BR />name: stoneman<BR />target-path: resources/<BR />- name: stoneman<BR />type: html5<BR />path: app/stoneman<BR />build-parameters:<BR />build-result: dist<BR />builder: custom<BR />commands:<BR />- npm install<BR />- npm run build:cf<BR />supported-platforms: []<BR />resources:<BR />- name: StonemanPortal-auth<BR />type: org.cloudfoundry.managed-service<BR />parameters:<BR />config:<BR />tenant-mode: dedicated<BR />xsappname: StonemanPortal-${org}-${space}<BR />path: ./xs-security.json<BR />service: xsuaa<BR />service-plan: application<BR />- name: StonemanPortal-db<BR />type: com.sap.xs.hdi-container<BR />parameters:<BR />service: hana<BR />service-plan: hdi-shared<BR />- name: StonemanPortal_html_repo_host<BR />type: org.cloudfoundry.managed-service<BR />parameters:<BR />service: html5-apps-repo<BR />service-plan: app-host<BR />- name: S4HANA_QA<BR />type: org.cloudfoundry.managed-service<BR />parameters:<BR />config:<BR />HTML5Runtime_enabled: false<BR />init_data:<BR />instance:<BR />destinations:<BR />- Authentication: BasicAuthentication<BR />User: SAPBTP<BR />Password: xPFgdyoHtfyxomKqnKx#vZSeRL6LGWEgAzcJRGPN<BR />Name: S4HANA_QA<BR />ProxyType: Internet<BR />Type: HTTP<BR />URL: <A href="https://my409722-api.s4hana.cloud.sap" target="_blank" rel="noopener nofollow noreferrer">https://my409722-api.s4hana.cloud.sap</A><BR />existing_destinations_policy: update<BR />version: 1.0.0<BR />service: destination<BR />service-name: stoneman<BR />service-plan: lite<BR />parameters:<BR />deploy_mode: html5-repo<BR />enable-parallel-deployments: true<BR />build-parameters:<BR />before-all:<BR />- builder: custom<BR />commands:<BR />- npm ci<BR />- npx cds build --production</P><P>&nbsp;</P><P>Thank's</P><P>Durgesh1685</P> 2024-07-25T09:52:00.880000+02:00