https://raw.githubusercontent.com/ajmaradiaga/feeds/main/scmt/topics/Cloud-qa.xmlSAP Community - Cloud2025-05-15T17:00:12.915430+00:00python-feedgenCloud Q&A in SAP Communityhttps://community.sap.com/t5/enterprise-resource-planning-q-a/source-ledger-and-group-reporting-preparation-ledger/qaq-p/13895128Source Ledger and Group Reporting Preparation Ledger2024-10-10T12:46:08.758000+02:00SAPSupporthttps://community.sap.com/t5/user/viewprofilepage/user-id/121003<P>Source Ledger option not available at the time of Version Creation. Only preparation ledger is available. how do we enable this option?</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-10-10T12:46:08.758000+02:00https://community.sap.com/t5/enterprise-resource-planning-q-a/sap-business-one-client-install-on-azure-remote-desktop/qaq-p/13895270SAP Business One Client install on Azure Remote Desktop2024-10-10T14:55:08.368000+02:00NeilBarn1701https://community.sap.com/t5/user/viewprofilepage/user-id/1449779<P>Hi, we are testing at the moment so trying to find out the issues before we go live. We have migrated our SAP B1 v10 SQL server which was in house into Azure as a virtual Windows server. We plan to use Azure remote desktop for all the users to gain access. All users currently connect to a in house Windows Terminal server so hopefully the experience will be similar.</P><P>My question is regarding how to set up the Azure Remote Desktop. I have installed the SAP Client as well as the DI API app. My issue is we want to test it back to the live server, is it possible for the client which is on a non domain PC to connect to a domain server? There doesn't seem to be a way to make the authorisation across separate subnets and domains. Any advise / information on setting things up in Azure would be most welcome.</P>2024-10-10T14:55:08.368000+02:00https://community.sap.com/t5/technology-q-a/connecting-sap-dms-with-sap-cloud-solutions-c4c-ariba-etc-to-archive/qaq-p/13957228Connecting SAP DMS with SAP Cloud Solutions (C4C, ariba etc) to archive documents on On-Prem Archiv2024-12-06T12:07:53.039000+01:00marcwobbehttps://community.sap.com/t5/user/viewprofilepage/user-id/148209<P>Our goal is to connect various cloud systems to our on-premise archive via the SAP Document Management Service, integration option (DMS) (to store documents). As a first step, we want to integrate the C4C system. Unfortunately, we are having difficulty finding specific documentation for this process. The only documentation we have so far refers to the integration of an S/4 HANA cloud system, but not to C4C or other cloud services. We are looking specifically for C4C and Ariba connection. </P><P>Is there any best practices or guides from SAP that could help the customer to realize the case? </P><P>Any documentation and guidance helps!</P>2024-12-06T12:07:53.039000+01:00https://community.sap.com/t5/technology-q-a/fatca-field-in-vendor-master/qaq-p/13964815FATCA field in Vendor master2024-12-16T15:47:09.082000+01:00Gugyalhttps://community.sap.com/t5/user/viewprofilepage/user-id/1504163<P>We are unable to find the FATCA Category field in vendor master S4 public cloud. Please help us by understanding where we can update this FATCA Category field in vendor master S4 public cloud.</P><P>Additionally, we would like to know where to maintain the same at configuration level.</P><P>Could you please help me</P><P>Regards,</P><P>Dinesh</P>2024-12-16T15:47:09.082000+01:00https://community.sap.com/t5/technology-q-a/no-authorization-to-access-service-group-api-purchaserequisition-2/qaq-p/13965171No authorization to access service group 'API_PURCHASEREQUISITION_2'2024-12-17T00:09:10.974000+01:00inesmartinshttps://community.sap.com/t5/user/viewprofilepage/user-id/144028<P>Hello, <BR /><BR />I have created an app in SAP BTP Business Application Studio, then i deployed the app. When I'm using it i got this error sending a GET request for the Purchase Requisition API.</P><P><span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="inesmartins_0-1734390463829.png" style="width: 400px;"><img src="https://community.sap.com/t5/image/serverpage/image-id/202437i013B02BEC6B45DAB/image-size/medium?v=v2&px=400" role="button" title="inesmartins_0-1734390463829.png" alt="inesmartins_0-1734390463829.png" /></span></P><P>But when I test it from Postman, everything works fine.<BR /><BR />Can anyone help me, or have faced a similar issue?<BR /><BR />Thanks,<BR />Ines</P>2024-12-17T00:09:10.974000+01:00https://community.sap.com/t5/financial-management-q-a/is-sap-btp-focus-standard-compliant/qaq-p/14002847Is SAP BTP FOCUS standard compliant?2025-01-31T14:16:41.487000+01:00Massi22https://community.sap.com/t5/user/viewprofilepage/user-id/1980099<P>Hello, Does SAP BTP adhere to Finops standards <A href="https://focus.finops.org/" target="_blank" rel="nofollow noopener noreferrer">https://focus.finops.org/</A> ?</P><P>Thanks a lot in advance</P><P>Massimo</P>2025-01-31T14:16:41.487000+01:00https://community.sap.com/t5/technology-q-a/cap-factory-facade-pattern-with-remote-and-local-entities/qaq-p/14012599CAP Factory/Facade Pattern with Remote and Local Entities2025-02-10T11:46:42.663000+01:00DavidBrodmannhttps://community.sap.com/t5/user/viewprofilepage/user-id/168790<P>Dear all</P><P>I was wondering if there is a good/certain way to implement some kind of factory or facade pattern with CDS to combine two entities from different remote services, into the current application.</P><P>Here is a brief example that I was thinking of. The goal would be to use as many tools from the CAP framework itself so I have to implement as few things as possible.</P><pre class="lia-code-sample language-bash"><code> ┌──────────────┐
│FactoryOrders ┼──────────────┐
└──────────────┘ ┌───▼───┐
│Orders ├─────►use entity <Orders>
┌──────────────┐ └───▲───┘ in OrdersService
│LogisticOrders┼──────────────┘
└──────────────┘
</code></pre><P>Of Course FactoryOrders and LogisticOrders have the same keywords with the same types etc. But FactoryOrders is from one remote service and LogisticOrders are from another remote service.</P><P>At the moment, what I am doing is I have an entity Order, that is getting the keywords and types from one of the remote entities:</P><pre class="lia-code-sample language-javascript"><code>entity Orders {
orderNumber : FactoryOrders:orderNumber;
orderType : FactoryOrders:orderType;
orderData: FactoryOrders:orderDate;
}</code></pre><P>Then in the on.READ event handler of entitity <Orders> I read the orders from both remote services and return the combined orders.</P><P>This solution does not feel completely right though and I am curious if there are better/different solutions.</P><P>I hope I explained the problem in an understandable manner, have a blast.</P><P>cheers</P><P>David</P>2025-02-10T11:46:42.663000+01:00https://community.sap.com/t5/technology-q-a/sap-dms-and-destination-help-for-cap-service/qaq-p/14019437SAP DMS and Destination Help for CAP service.2025-02-18T08:14:25.739000+01:00Tommyssjhttps://community.sap.com/t5/user/viewprofilepage/user-id/1812883<P class="">Scenario: We have 2 sub-account, sub-account A and sub-account B in SAP BTP Cockpit under a global account, all the development is being done on SAP BAS.</P><P class="">Sub-account A: This account has a DMS service which is currently being consumed by an app.<BR />Sub-account B: This account is our development account in which we do our development.</P><P class="">Problem: The DMS service needs to be called to Sub-account B from Sub-account A for making an attachment functionality in our application. To consume the DMS, I need to create a CAP service which has the functionality of List all the content of the repository of the DMS, Upload content into the repo and download content from the repo.<BR /><BR />Currently, I have attempted Destination Config and hardcoding the credentials for Bearer token authorization but I am getting 401 unauthorized error when trying to call the DMS service using destination and Method not allowed error when trying to use hard-code the credentials (which i know is not a recommended practice but I had to test it) but both these efforts have been in vain. <BR /><BR />Can somebody share their expertise on this topic, If its even possible to do something like this: Creating a CAP service which can download,upload and List the content of a DMS repository which is situated in a different Sub-account under the same global account. <BR />Kindly Help if you can. Thank you<BR /><BR /></P>2025-02-18T08:14:25.739000+01:00https://community.sap.com/t5/technology-q-a/grovvy-script-to-read-filename-and-usage-substring-operation/qaq-p/14019906Grovvy Script to read filename and usage substring operation2025-02-18T11:59:00.919000+01:00MohanI1984https://community.sap.com/t5/user/viewprofilepage/user-id/107162<P><SPAN>Team,</SPAN></P><P>I am writing Groovy script in iFlow. Can some one helps me with a groovy script for substring operation on the filename. </P><P>Thank you for your time.</P>2025-02-18T11:59:00.919000+01:00https://community.sap.com/t5/technology-q-a/sftp/qaq-p/14026356SFTP2025-02-24T20:26:31.722000+01:00Pranav_Sharmahttps://community.sap.com/t5/user/viewprofilepage/user-id/2007106<P>hello</P>2025-02-24T20:26:31.722000+01:00https://community.sap.com/t5/technology-q-a/the-future-of-sap-cap-will-more-languages-be-supported/qaq-p/14037582The Future of SAP CAP: Will More Languages Be Supported?2025-03-08T12:54:20.463000+01:00fabi2295https://community.sap.com/t5/user/viewprofilepage/user-id/878859<P>Does SAP have future plans to expand the SAP Cloud Application Programming Model (CAP) to support other languages, such as C# or PHP, in addition to the current JavaScript and Java?</P>2025-03-08T12:54:20.463000+01:00https://community.sap.com/t5/enterprise-resource-planning-q-a/top-down/qaq-p/14041723TOP-DOWN2025-03-12T09:11:59.892000+01:00berkayilginhttps://community.sap.com/t5/user/viewprofilepage/user-id/842164<P>Hello everyone,</P><P>Expenses in the cost place need to be allocated to profitability. Recipient = material, distribution criteria = sales quantity. How should I configure the Sender and Receiver basis? Can you please help me with this in detail.</P><P>Thanks for your help.</P><P><span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="berkayilgin_0-1741767041567.png" style="width: 400px;"><img src="https://community.sap.com/t5/image/serverpage/image-id/236211iD54D59E2A6FEA352/image-size/medium?v=v2&px=400" role="button" title="berkayilgin_0-1741767041567.png" alt="berkayilgin_0-1741767041567.png" /></span><span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="berkayilgin_1-1741767058715.png" style="width: 400px;"><img src="https://community.sap.com/t5/image/serverpage/image-id/236212i1E25B749D3DB8F62/image-size/medium?v=v2&px=400" role="button" title="berkayilgin_1-1741767058715.png" alt="berkayilgin_1-1741767058715.png" /></span><span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="berkayilgin_2-1741767079835.png" style="width: 400px;"><img src="https://community.sap.com/t5/image/serverpage/image-id/236213iE8CEEEF9D00CE02A/image-size/medium?v=v2&px=400" role="button" title="berkayilgin_2-1741767079835.png" alt="berkayilgin_2-1741767079835.png" /></span><span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="berkayilgin_3-1741767089967.png" style="width: 400px;"><img src="https://community.sap.com/t5/image/serverpage/image-id/236214i8DCA88E9E1F8C544/image-size/medium?v=v2&px=400" role="button" title="berkayilgin_3-1741767089967.png" alt="berkayilgin_3-1741767089967.png" /></span><span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="berkayilgin_4-1741767103477.png" style="width: 400px;"><img src="https://community.sap.com/t5/image/serverpage/image-id/236215i26125AEE8D966395/image-size/medium?v=v2&px=400" role="button" title="berkayilgin_4-1741767103477.png" alt="berkayilgin_4-1741767103477.png" /></span></P><P> </P>2025-03-12T09:11:59.892000+01:00https://community.sap.com/t5/supply-chain-management-q-a/minimum-system-requirements-for-mobile-printers/qaq-p/14042188Minimum system requirements for mobile printers2025-03-12T15:52:27.967000+01:00Sevil1https://community.sap.com/t5/user/viewprofilepage/user-id/1749289<P>What are the minimum system requirements that mobile printers should have to integrate with SAP S/4 HANA Public Cloud WM?</P>2025-03-12T15:52:27.967000+01:00https://community.sap.com/t5/technology-q-a/how-to-add-a-filter-in-sap-cloud-restful-application-programming-without/qaq-p/14044629How to Add a Filter in SAP Cloud RESTful Application Programming Without Affecting Data Retrieval?2025-03-14T11:38:29.288000+01:00bettulaksuhttps://community.sap.com/t5/user/viewprofilepage/user-id/1656228<P>Hi everyone,</P><P>I am working on a Fiori Elements application and want to add a new filter parameter (e.g., <EM>CustomDateFilter</EM> as shown in the screenshot). However, I don’t want this parameter to impact the actual data retrieval when clicking the <STRONG>Go</STRONG> button. Instead, I need it for additional processing or logic within the application.</P><P>How can I implement this in SAP Fiori Elements or RAP without affecting the dataset returned from the backend? Are there any best practices for handling such scenarios? (By the way i am using Restful Application Programming).</P><P>Thanks in advance!</P><P><span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="CLOUD GORSEL.png" style="width: 999px;"><img src="https://community.sap.com/t5/image/serverpage/image-id/237513i9350DBD5E9A37650/image-size/large?v=v2&px=999" role="button" title="CLOUD GORSEL.png" alt="CLOUD GORSEL.png" /></span></P><P> </P><P><BR /><BR /></P>2025-03-14T11:38:29.288000+01:00https://community.sap.com/t5/technology-q-a/how-to-keep-a-button-always-active-in-sap-fiori-elements-rap/qaq-p/14044647How to Keep a Button Always Active in SAP Fiori Elements (RAP)?2025-03-14T11:51:28.855000+01:00bettulaksuhttps://community.sap.com/t5/user/viewprofilepage/user-id/1656228<P>Hi everyone,</P><P>I am developing a Fiori Elements application using RESTful Application Programming (RAP). I have added a custom button (e.g., "KURBUTON"), but it appears inactive (disabled). However, I want this button to be <STRONG>always active</STRONG>, regardless of whether any selections are made.</P><P>Here is the code I used for the button:</P><DIV><DIV><P><SPAN>projection</SPAN><SPAN>;</SPAN></P><P><SPAN>//strict ( 2 );</SPAN></P><P> </P><P><SPAN>define</SPAN> <SPAN>behavior</SPAN> <SPAN>for</SPAN> <SPAN>ZC_ZBA_P_01</SPAN> <SPAN>//alias <alias_name></SPAN></P><P><SPAN>{</SPAN></P><P><SPAN>// use create;</SPAN></P><P><SPAN>// use update;</SPAN></P><P><SPAN>// use delete;</SPAN></P><P><SPAN>use</SPAN> <SPAN>action</SPAN> <SPAN>KURBUTON</SPAN> <SPAN>;</SPAN></P><P> </P><P><SPAN>// use function kurbuton;</SPAN></P><P> </P><P><SPAN>}<BR /><BR />-----------------------------------------------------------------------------------------<BR /><BR /><BR /></SPAN></P><DIV><DIV><P><SPAN>managed</SPAN> <SPAN>implementation</SPAN> <SPAN>in</SPAN> <SPAN>class</SPAN> <SPAN>zbp_i_zba_m_001</SPAN> <SPAN>unique;</SPAN></P><P><SPAN>//strict ( 2 );</SPAN></P><P> </P><P><SPAN>define</SPAN> <SPAN>behavior</SPAN> <SPAN>for</SPAN> <SPAN>ZI_ZBA_M_001</SPAN> <SPAN>//alias <alias_name></SPAN></P><P><SPAN>persistent</SPAN> <SPAN>table</SPAN> <SPAN>I_ExchangeRateRawData</SPAN></P><P><SPAN>lock</SPAN> <SPAN>master</SPAN></P><P><SPAN>authorization</SPAN> <SPAN>master</SPAN> <SPAN>(</SPAN> <SPAN>instance</SPAN> <SPAN>)</SPAN></P><P><SPAN>//etag master <field_name></SPAN></P><P><SPAN>{</SPAN></P><P><SPAN>// create;</SPAN></P><P><SPAN>// update;</SPAN></P><P><SPAN>// delete;</SPAN></P><P><SPAN>// field ( readonly ) ExchangeRateType, SourceCurrency, TargetCurrency, ValidityStartDate;</SPAN></P><P> </P><P><SPAN>action</SPAN> <SPAN>(</SPAN> <SPAN>features:</SPAN> <SPAN>instance)</SPAN> <SPAN>KURBUTON</SPAN> <SPAN>result[1]$self;</SPAN></P><P> </P><P><SPAN>//function kurbuton result [0..*] $self;</SPAN></P><P><SPAN>}</SPAN></P></DIV></DIV><P><SPAN><BR /><span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="görsel3.png" style="width: 513px;"><img src="https://community.sap.com/t5/image/serverpage/image-id/237522i62209C9C4AF20856/image-size/large?v=v2&px=999" role="button" title="görsel3.png" alt="görsel3.png" /></span><span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="gorsel2.png" style="width: 708px;"><img src="https://community.sap.com/t5/image/serverpage/image-id/237523i7B1C57E34DE1D879/image-size/large?v=v2&px=999" role="button" title="gorsel2.png" alt="gorsel2.png" /></span><BR /><BR /></SPAN></P></DIV></DIV>2025-03-14T11:51:28.855000+01:00https://community.sap.com/t5/product-lifecycle-management-q-a/project-sap-public-cloud/qaq-p/14072943Project Sap Public Cloud2025-04-11T00:49:10.387000+02:00RitaPintohttps://community.sap.com/t5/user/viewprofilepage/user-id/2077219<P>I want a sample project (task schedule) for sap public cloud</P>2025-04-11T00:49:10.387000+02:00https://community.sap.com/t5/supply-chain-management-q-a/preferred-unit-of-measure-in-sap-ewm/qaq-p/14083459Preferred Unit of Measure in SAP EWM2025-04-22T14:01:25.447000+02:00Pdud_97https://community.sap.com/t5/user/viewprofilepage/user-id/1386664<P>Hello experts,</P><P>We have a question regarding the Preferred Unit of Measure in EWM on SAP Public Cloud. In integration with production, we need the preferred unit of measure for certain products to be cartons. The goods receipt from production is done using the "Enter goods receipt for handling unit" application.</P><P>Here are the steps we have taken:</P><OL><LI>In the warehouse monitor, we set the preferred unit of measure to CAR (Carton) for the product attribute.</LI><LI>We then went to the "Enter goods receipt for handling unit" application and received the handling units from production.</LI></OL><P>However, when the goods were received in the warehouse monitor, the alternative unit of measure remained in pieces.</P><P>We found some articles about Preferred unit of measure working with inbound delivery but did not found how to make goods receipt from production with preferred unit of measure.</P><P>Is there a solution for the public cloud that would allow us to set the preferred unit of measure from production?</P><P>Thank you.</P>2025-04-22T14:01:25.447000+02:00https://community.sap.com/t5/technology-q-a/delete-obsolete-customer-numbers-with-empty-auto-generated-cloud/qaq-p/14088219Delete obsolete customer numbers with empty, auto generated cloud installations2025-04-28T12:52:57.035000+02:00SAPSupporthttps://community.sap.com/t5/user/viewprofilepage/user-id/121003<P>Dear SAP Team,</P><P>I kindly request to remove our old and obsolete customer number ZIPCODE - customer name PERSON_NAME SAS which has only empty and automatically generated installations: </P><P>SAP CLOUD PLATFORM - DIGITS<BR />SAP CLOUD ALM - DIGITS</P><P>The cloud installations were automatically generated by SAP and are not needed as this is old customer number which is not to be used anymore.</P><P>Please help to remove old customer number and delete attached obsolete cloud installations.</P><P>Please align closely with cloud provisioning team as we expect that installations must be deleted prior to customer number deletion but also new cloud installations will automatically be re-provisioned in case customer number is not deleted in time.</P><P>Please let me know in case there is anything else you need from our side.</P><P>Regards, PERSON_NAME</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>2025-04-28T12:52:57.035000+02:00https://community.sap.com/t5/sap-learning-q-a/learning-of-network-security-and-gcp/qaq-p/14094956Learning of Network security and GCP2025-05-07T06:13:11.310000+02:00Rahul_Anantapurhttps://community.sap.com/t5/user/viewprofilepage/user-id/2077801<P>Hi there,</P><P><SPAN>Are there any learning opportunities for Network Security and Google Cloud?</SPAN></P>2025-05-07T06:13:11.310000+02:00https://community.sap.com/t5/enterprise-resource-planning-q-a/ml4hmaster229/qaq-p/14100978ML4HMASTER2292025-05-14T10:18:44.927000+02:00berkayilginhttps://community.sap.com/t5/user/viewprofilepage/user-id/842164<P> </P><P>We have made all the necessary adaptations in the S/4HANA Public Cloud system. However, when opening the material and entering the accounting master data, we encounter an error. What could be the reason?</P><P>Best regards.</P><P><span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="berkayilgin_0-1747210383675.png" style="width: 400px;"><img src="https://community.sap.com/t5/image/serverpage/image-id/260916i2F65B520DF86FAA0/image-size/medium?v=v2&px=400" role="button" title="berkayilgin_0-1747210383675.png" alt="berkayilgin_0-1747210383675.png" /></span></P><P> </P>2025-05-14T10:18:44.927000+02:00