https://raw.githubusercontent.com/ajmaradiaga/feeds/main/scmt/topics/SAP-Integration-Strategy-qa.xml SAP Community - SAP Integration Strategy 2024-05-20T11:13:06.695654+00:00 python-feedgen SAP Integration Strategy Q&A in SAP Community https://community.sap.com/t5/technology-q-a/error-handling/qaq-p/12799361 Error Handling 2023-12-18T18:40:03+01:00 David_Oexner https://community.sap.com/t5/user/viewprofilepage/user-id/6943 <P>Dear Team,<BR /><BR />I'm currently dealing with the following scenario:</P> <P>iFlow1 receives synchronous messages from a third party via the HTTP adapter. After performing mapping and conversions, it invokes another ProcessDirect, iFlow2, which in turn calls an OData service in ECC using the HTTP adapter. However, in instances where the OData service in ECC encounters an error, this error is not being propagated back to iFlow2 and subsequently to iFlow1. The monitoring output I observe is as follows: </P> <P><STRONG>com.sap.it.rt.adapter.http.api.exception.HttpResponseException: An internal server error occured: HTTP operation failed invoking <A href="http://xyz.com/sap/opu/odata/sap/ZOData_SRV/entitySet" target="test_blank" rel="nofollow noopener noreferrer">http://xyz.com/sap/opu/odata/sap/ZOData_SRV/entitySet</A> with statusCode: 400. The MPL ID for the failed message is<BR /><BR /></STRONG>But the actual OData error is something else. How to get this error in CPI?</P> <P>I tried with Exception handling but it also brings above error message and not the error from OData.</P> 2023-12-18T18:40:03+01:00 https://community.sap.com/t5/technology-q-a/processdirect-adapter-and-decoupling/qaq-p/13598298 ProcessDirect Adapter and Decoupling 2024-02-07T17:30:08.920000+01:00 David_Oexner https://community.sap.com/t5/user/viewprofilepage/user-id/6943 <P>Dear All,</P><P>Within SAP CPI/CPI, the ProcessDirect adapter serves to modularize the entire iFlow. When both producer and consumer iFlows utilize this adapter, it implies they are effectively decoupled and operate with distinct Camel exchanges. Presently, I am faced with a scenario necessitating the decoupling of the Timer step from the primary flow, and I am contemplating employing the ProcessDirect adapter to invoke the main iFlow. While SAP recommends employing the SOAP adapter for such cases, it's worth noting that SOAP calls necessitate interaction with the LoadBalancer, unlike ProcessDirect.</P><P>I seek your advice on the optimal approach to decoupling both the Timer and main iFlows in accordance with best practices. Is SOAP the sole viable option in this scenario, or are there alternative methodologies to consider? Your insights would be greatly appreciated. Thanks.<BR /><BR />Regards,<BR />David</P><P>&nbsp;</P> 2024-02-07T17:30:08.920000+01:00 https://community.sap.com/t5/technology-q-a/integrating-legacy-sap-systems-with-third-party-ipaas-tools-like-celigo/qaq-p/13600371 Integrating Legacy SAP Systems with Third Party iPaaS Tools like Celigo 2024-02-09T11:02:38.166000+01:00 Nuri https://community.sap.com/t5/user/viewprofilepage/user-id/1394436 <P><SPAN>I am currently exploring integration strategies for legacy SAP systems, for example SAP ECC, with third party integration platforms like Celigo iPaaS. Our objective is to create seamless data flows between older SAP systems and other applications. I'm seeking insights and experiences from the community regarding best practices, challenges, and recommendations for such integrations. Has anyone worked on similar integration projects? What are the key considerations, particularly around compatibility and security? Any shared experiences or guidance would be greatly appreciated.<BR /><BR />Also if people are interested in piloting this, please contact me.</SPAN></P> 2024-02-09T11:02:38.166000+01:00 https://community.sap.com/t5/technology-q-a/content-modifier-xpath-idoc/qaq-p/13614012 Content Modifier XPATH IDOC 2024-02-21T08:26:10.420000+01:00 David_Oexner https://community.sap.com/t5/user/viewprofilepage/user-id/6943 <P>Dear All,</P><P>We have a IDoc XML being received through IDoc adapter and I tried to read the value of MESTYP using ContentModifier but the value is always coming as empty. I tried both header and property section like<BR /><BR />MESTYP - //EDI_DC40/MESTYP (XPATH)<BR /><BR />Any idea?<BR /><BR />IDoc XML:<BR /><BR /></P><pre class="lia-code-sample language-markup"><code>&lt;FLOC01 xmlns="urn:sap-com:document:sap:idoc:soap:messages"&gt; &lt;IDOC BEGIN="1"&gt; &lt;EDI_DC40 SEGMENT="1"&gt; &lt;TABNAM&gt;EDI_DC40&lt;/TABNAM&gt; &lt;MANDT&gt;XXX&lt;/MANDT&gt; &lt;DOCNUM&gt;0000000000001278&lt;/DOCNUM&gt; &lt;DOCREL&gt;XXX&lt;/DOCREL&gt; &lt;STATUS&gt;XX&lt;/STATUS&gt; &lt;DIRECT&gt;X&lt;/DIRECT&gt; &lt;OUTMOD&gt;X&lt;/OUTMOD&gt; &lt;IDOCTYP&gt;FLOCXX&lt;/IDOCTYP&gt; &lt;MESTYP&gt;FLOCX&lt;/MESTYP&gt; &lt;STDMES&gt;/EVISX&lt;/STDMES&gt; &lt;SNDPOR&gt;SAPXXXX&lt;/SNDPOR&gt; &lt;SNDPRT&gt;XX&lt;/SNDPRT&gt; &lt;SNDPRN&gt;XXXXXXXXX&lt;/SNDPRN&gt; &lt;RCVPOR&gt;XXXX_XXX&lt;/RCVPOR&gt; &lt;RCVPRT&gt;XX&lt;/RCVPRT&gt; &lt;RCVPRN&gt;XXXXXXXXX&lt;/RCVPRN&gt; &lt;CREDAT&gt;YYYYMMDD&lt;/CREDAT&gt; &lt;CRETIM&gt;HHMMSS&lt;/CRETIM&gt; &lt;ARCKEY&gt;urn:sap.com:msgid=XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX&lt;/ARCKEY&gt; &lt;SERIAL&gt;YYYYMMDDHHMMSS&lt;/SERIAL&gt; &lt;/EDI_DC40&gt; &lt;FLOC_HDR SEGMENT="1"&gt; &lt;ACTION&gt;X&lt;/ACTION&gt; &lt;TPLNR&gt;XXXXXXXXXXXXXXXXXXXX&lt;/TPLNR&gt; &lt;STRNO&gt;XX.XX.XXXX.XXXX.XX-XXX-XXX&lt;/STRNO&gt; &lt;TPLMA&gt;XXXXXXXXXXXXXXXXXXXX&lt;/TPLMA&gt; &lt;TPLMA_L&gt;XX.XX.XXXX.XXXX&lt;/TPLMA_L&gt; &lt;PLTXT&gt;ITEM DESCRIPTION&lt;/PLTXT&gt; &lt;EQART&gt;XX-XXXX&lt;/EQART&gt; &lt;BUKRS&gt;XXXX&lt;/BUKRS&gt; &lt;IWERK&gt;XXXX&lt;/IWERK&gt; &lt;SWERK&gt;XXXX&lt;/SWERK&gt; &lt;EQFNR&gt;XX-XXX-XXX&lt;/EQFNR&gt; &lt;KOSTL&gt;XXXXXXXXXX&lt;/KOSTL&gt; &lt;STORT&gt;XX-XXX&lt;/STORT&gt; &lt;/FLOC_HDR&gt; &lt;/IDOC&gt; &lt;/FLOC01&gt;</code></pre><P>&nbsp;</P> 2024-02-21T08:26:10.420000+01:00 https://community.sap.com/t5/technology-q-a/odatav2-based-api-for-creating-billing-document/qaq-p/13622286 OdataV2 based API for creating Billing Document 2024-02-28T12:57:42.200000+01:00 sudarshan005 https://community.sap.com/t5/user/viewprofilepage/user-id/167477 <P>Hi All,</P><P>I'm looking for an ODATA based API for creating Billing document.<BR />we would like to pass sales order to create this billing document.<BR /><BR />(we are using S4 HANA public cloud. We are getting data in flat file for creation of BP, SO and Payment details. Using one ODATA based API, we are already creating BP and SO in public cloud)</P><P><BR />Thanks in advance<BR /><a href="https://community.sap.com/t5/user/viewprofilepage/user-id/72">@Dan_Wroblewski</a>&nbsp;<SPAN>&nbsp;,<a href="https://community.sap.com/t5/user/viewprofilepage/user-id/160235">@Sriprasadsbhat</a>,&nbsp;<a href="https://community.sap.com/t5/user/viewprofilepage/user-id/173946">@Sookriti_Mishra</a>&nbsp;</SPAN></P> 2024-02-28T12:57:42.200000+01:00 https://community.sap.com/t5/technology-q-a/using-soap-api-of-quot-create-billing-document-with-sd-reference-quot-to/qaq-p/13623184 Using SOAP API of "Create Billing Document- with SD Reference" to post data to S4 HANA cloud 2024-02-29T05:56:55.828000+01:00 sudarshan005 https://community.sap.com/t5/user/viewprofilepage/user-id/167477 <P>Hi All,<BR /><BR />I'm using SOAP API&nbsp;of "Create Billing Document- with SD Reference" to create a Billing Document with respect to sales order through a third party App "SOAP UI".&nbsp;<BR />While sending the request to S4 HANA Cloud ,I'm getting a response as 202:Accepted. But the Billing Document is not being created, I've cross-checked it in the S4 HANA Cloud.<BR />Please help me with this issue as the creation of Billing Document is not being created.<BR /><BR />Thanks in Advance,<BR /><a href="https://community.sap.com/t5/user/viewprofilepage/user-id/160235">@Sriprasadsbhat</a>&nbsp;,&nbsp;<a href="https://community.sap.com/t5/user/viewprofilepage/user-id/72">@Dan_Wroblewski</a>&nbsp;,&nbsp;<a href="https://community.sap.com/t5/user/viewprofilepage/user-id/173946">@Sookriti_Mishra</a>&nbsp;<BR /><BR /></P> 2024-02-29T05:56:55.828000+01:00 https://community.sap.com/t5/technology-q-a/while-posting-data-from-cpi-to-s-4-hana-cloud-the-data-is-not-being-posted/qaq-p/13629104 while posting data from CPI to S/4 Hana cloud, the data is not being posted. 2024-03-06T04:43:53.918000+01:00 sudarshan005 https://community.sap.com/t5/user/viewprofilepage/user-id/167477 <P>Hi All,</P><P>I'm using&nbsp;<SPAN>Journal Entry - Post (Synchronous) SOAP API from the SAP BUSINESS ACCELERATOR HUB in CPI to post data from CPI to S/4 HANA Public Cloud. I'm providing all the mandatory fields required in the API and in the response code of the "CamelHttpResponseCode"&nbsp;I'm getting 200.<BR />I've also checked any error in the SOAP Error Log of the S/4 Hana public cloud and couldn't find any error for which it is not being posted.</SPAN></P><P><SPAN>I'm using "JournalEntryBulkCreateRequest" WSDL in my message mapping as a target but in the response i'm getting "JournalEntryBulkCreateConfirmation". So, I'm unable to identify the issue.</SPAN></P><P><SPAN>Thanks in Advance,</SPAN></P><P><SPAN><A href="https://community.sap.com/t5/user/viewprofilepage/user-id/160235" target="_blank">@Sriprasadsbhat</A>&nbsp;,&nbsp;<A href="https://community.sap.com/t5/user/viewprofilepage/user-id/72" target="_blank">@Dan_Wroblewski</A>&nbsp;,&nbsp;<A href="https://community.sap.com/t5/user/viewprofilepage/user-id/173946" target="_blank">@Sookriti_Mishra, @JulianoRomanato</A></SPAN></P> 2024-03-06T04:43:53.918000+01:00 https://community.sap.com/t5/technology-q-a/odatav2-based-api-for-creating-journal-entry/qaq-p/13629107 OdataV2 based API for creating Journal Entry 2024-03-06T04:58:41.505000+01:00 sudarshan005 https://community.sap.com/t5/user/viewprofilepage/user-id/167477 <P>Hi All,</P><P>I'm looking for an ODATA based API for creating Journal Entry.<BR />we would like to pass sales order or Billing document&nbsp; to create this Journal Entry.</P><P><BR />Thanks in advance<BR /><A href="https://community.sap.com/t5/user/viewprofilepage/user-id/72" target="_blank">@Dan_Wroblewski</A>&nbsp;<SPAN>&nbsp;,<A href="https://community.sap.com/t5/user/viewprofilepage/user-id/160235" target="_blank">@Sriprasadsbhat</A>,&nbsp;<A href="https://community.sap.com/t5/user/viewprofilepage/user-id/173946" target="_blank">@Sookriti_Mishra</A>&nbsp;,&nbsp;<a href="https://community.sap.com/t5/user/viewprofilepage/user-id/132322">@JulianoRomanato</a>&nbsp;</SPAN></P> 2024-03-06T04:58:41.505000+01:00 https://community.sap.com/t5/technology-q-a/odata-call-through-http-error-handling/qaq-p/13648105 OData call through HTTP Error Handling 2024-03-25T06:59:12.212000+01:00 David_Oexner https://community.sap.com/t5/user/viewprofilepage/user-id/6943 <P>Dear All,</P><P>We have a scenario as given below. 3rd party is calling an OData service synchronously through CI and Gateway and ERP as per the below flow.</P><P>3rd party --&gt; CI --&gt; SAP Gateway --&gt; SAP ERP<BR /><BR />We are not using the OData adapter due to some syntax/format issues and HTTP was chosen. Whenever any ABAP dump is thrown in the backend ERP system then the gateway forwards it to CPI but in CPI we get the error like<BR /><BR /><STRONG><FONT face="arial,helvetica,sans-serif" color="#FF0000">com.sap.it.rt.adapter.http.api.exception.HttpResponseException: An internal server error occured: HTTP operation failed invoking <A href="http://xxxxx/sap/opu/odata/sap/xxxx/xxx" target="_blank" rel="noopener nofollow noreferrer">http://xxxxx/sap/opu/odata/sap/xxxx/xxx</A> with statusCode: 500.</FONT></STRONG><BR /><STRONG><FONT face="arial,helvetica,sans-serif" color="#FF0000">The MPL ID for the failed message is : BGYA-Z0S3gl-6qxBdCngJ8AeHb4c<BR /><BR /></FONT></STRONG><FONT face="arial,helvetica,sans-serif" color="#000000">The detailed error text from ABAP layer is not shown in this message. We have chosen "Return Exception to Sender" in the iFlow settings in order to pass the errors. But how to pass the error dump details from SAP service to the caller?</FONT></P> 2024-03-25T06:59:12.212000+01:00 https://community.sap.com/t5/technology-q-a/aif-setup-for-event-mesh/qaq-p/13650666 AIF Setup for Event Mesh 2024-03-27T06:51:13.356000+01:00 BramhaniG https://community.sap.com/t5/user/viewprofilepage/user-id/566391 <P>Hi All,</P><P>I am working on POC of AIF setup for Event. For this I am using Topic "sap/s4/beh/businesspartner/v1/BusinessPartner/*" to trigger BusinessPartner.&nbsp;</P><P>&nbsp;Does anybody know the step-by-step process to setup AIF for Event.</P><P>Please note that I have referred below link of&nbsp; SAP Help Portal.</P><P>Define Event Settings | SAP Help Portal</P><P><A class="" title="https://help.sap.com/docs/sap_s4hana_on-premise/810dfd34f2cc4f39aa8d946b5204fd9c/d4f5487b82774e9683e1ae03b5ac0b04.html" href="https://help.sap.com/docs/SAP_S4HANA_ON-PREMISE/810dfd34f2cc4f39aa8d946b5204fd9c/d4f5487b82774e9683e1ae03b5ac0b04.html" target="_blank" rel="noreferrer noopener">https://help.sap.com/docs/SAP_S4HANA_ON-PREMISE/810dfd34f2cc4f39aa8d946b5204fd9c/d4f5487b82774e9683e1ae03b5ac0b04.html</A></P><P>Thank you in advance.</P> 2024-03-27T06:51:13.356000+01:00 https://community.sap.com/t5/technology-q-a/aif-set-up-for-inside-out-webservice/qaq-p/13650706 AIF set up for inside out webservice 2024-03-27T07:47:48.428000+01:00 BramhaniG https://community.sap.com/t5/user/viewprofilepage/user-id/566391 <P>Hi All,</P><P>I am working on POC of AIF setup for Inside Out Webservices that is using RFC function module. Do anybody have steps for how to create AIF setup for Inside Out Webservices.</P><P>Thank you in Advance.</P> 2024-03-27T07:47:48.428000+01:00 https://community.sap.com/t5/enterprise-resource-planning-q-a/sap-plex-mes-integration-project/qaq-p/13651871 SAP PLEX MES Integration project 2024-03-27T23:16:32.188000+01:00 Deepak_Tandra https://community.sap.com/t5/user/viewprofilepage/user-id/1421000 <P><SPAN>Hi, I'm a student at the University of Wisconsin, Milwaukee. Working on a SAP PLEX MES integration project using a middleware application called Mendix and majorly on SAP PP module</SPAN><SPAN>. Here, I wanted to know whether we can be able to pull production order completion status and serial numbers from PLEX MES to SAP system or not? If yes, how &amp; where we can do that?</SPAN></P> 2024-03-27T23:16:32.188000+01:00 https://community.sap.com/t5/technology-q-a/abap-proxy-to-sftp-retry/qaq-p/13689811 ABAP Proxy to SFTP Retry 2024-05-02T17:41:10.310000+02:00 David_Oexner https://community.sap.com/t5/user/viewprofilepage/user-id/6943 <P>Hi All,</P><P>We have a scenario where we CPI receives ABAP proxy call which will be forwarded to a SFTP receiver. Sometimes, we get error in SFTP like server unavailable, timeout etc. In such cases the message is going in failed status in CPI without any retry. What is the best approach for handling retries and also errors?</P> 2024-05-02T17:41:10.310000+02:00 https://community.sap.com/t5/technology-q-a/fm-piq-calculate/qaq-p/13694773 FM - PIQ_CALCULATE 2024-05-08T09:17:03.492000+02:00 DurveshJ https://community.sap.com/t5/user/viewprofilepage/user-id/1408546 <P>FM - PIQ_CALCULATE is internally calling PRICING_COMPLETE.<BR />This&nbsp;PRICING_COMPLETE is setting the&nbsp;preisfindungsart = 'F' under the loop at GKOMZ.</P><P><span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="DurveshJ_0-1715152154557.png" style="width: 400px;"><img src="https://community.sap.com/t5/image/serverpage/image-id/107295i9985A8C3C324E0AB/image-size/medium?v=v2&amp;px=400" role="button" title="DurveshJ_0-1715152154557.png" alt="DurveshJ_0-1715152154557.png" /></span></P><P>Because of this condition value (xkomv-kwert) is not been calculated from Perform XKOMV_BEWERTEN.</P><P>Can anyone help me out what is the exact functionality of PRICING_COMPLETE or what are the changes required to calculate&nbsp;condition value (xkomv-kwert) through PIQ_CALCULATE.</P><P><span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="DurveshJ_1-1715152407511.png" style="width: 400px;"><img src="https://community.sap.com/t5/image/serverpage/image-id/107300i816132DB989C3190/image-size/medium?v=v2&amp;px=400" role="button" title="DurveshJ_1-1715152407511.png" alt="DurveshJ_1-1715152407511.png" /></span></P><P>&nbsp;</P><P>&nbsp;</P> 2024-05-08T09:17:03.492000+02:00 https://community.sap.com/t5/technology-q-a/sap-cpi-jdbc-adapter/qaq-p/13696111 SAP CPI JDBC Adapter 2024-05-09T10:50:06.275000+02:00 David_Oexner https://community.sap.com/t5/user/viewprofilepage/user-id/6943 <P>Dear All,</P><P>Is there any way to see the what query is going to the database from CPI JDBC adapter?</P> 2024-05-09T10:50:06.275000+02:00 https://community.sap.com/t5/enterprise-resource-planning-q-a/periodic-lsmw-or-rpa/qaq-p/13696225 Periodic LSMW or RPA? 2024-05-09T12:38:15.093000+02:00 ando1692 https://community.sap.com/t5/user/viewprofilepage/user-id/1439999 <P>Hello there,</P><P>In our company we use LSMW transaction for uploading a .txt file (from local computer) that updates some master data. Currently the SOP for this is:</P><OL><LI>Master data .txt file is generated and sent to a person</LI><LI>This person opens SAP GUI and using LSMW uploads the file and data is updated in SAP</LI></OL><P>We definitely want to automate this. I have couple of ideas about this (I am no SAP expert at all):</P><UL><LI><STRONG>Idea 1:</STRONG> Use RPA software (e.g. Power Automate Desktop) and automate the process</LI><LI><STRONG>Idea 2 (my instinct says that this one is better)</STRONG>: Can this LSMW object be scheduled to be run somehow? I mean, we could make an automation to place this input .txt file in SAP application server and this job could be run (e.g. every 1h) and upload those files via LSMW automatically. Is this possible? How can I do this? (also, it would be great that the team could see the status of the upload somehow, receiving emails or some kind of notification about the successful/unsuccessful transactions)</LI></UL><P>Thank you!</P> 2024-05-09T12:38:15.093000+02:00 https://community.sap.com/t5/technology-q-a/back-date-entry-block/qaq-p/13697214 Back date entry block 2024-05-10T09:07:54.540000+02:00 bikramkushwaha https://community.sap.com/t5/user/viewprofilepage/user-id/962877 <P>Hi Experts,</P><P><SPAN>I want to block backdated entries based on the user and document period. For example, User 4 should be allowed to make entries up to 3 days before the posting date and should be blocked for another document. Is it possible to implement this requirement?</SPAN></P><P>Kindly provided your best suggestion.</P><P>&nbsp;&nbsp;</P> 2024-05-10T09:07:54.540000+02:00 https://community.sap.com/t5/technology-q-a/sap-basis-administration/qaq-p/13698400 SAP Basis Administration 2024-05-11T17:14:54.091000+02:00 Muthumayandi https://community.sap.com/t5/user/viewprofilepage/user-id/10779 <P><STRONG>Comprehensive Guide to the Key Responsibilities of a SAP Basis Administrator</STRONG></P><P>Embarking on a career as a SAP Basis administrator opens up a world of responsibilities that are pivotal to the functioning of SAP systems.</P><P>This guide delves deep into the core tasks that define this role, providing beginners with a roadmap to navigate their way through the intricacies of SAP Basis administration.</P><P><STRONG>Installation and Configuration:&nbsp;</STRONG></P><P><SPAN>T</SPAN><SPAN>he first and foremost responsibility of a SAP Basis administrator is to install and configure SAP systems. This involves setting up servers, databases, and other components, and configuring them to work harmoniously. Installation and configuration are the building blocks upon which the entire SAP environment rests.</SPAN></P><P><SPAN><STRONG>User Administration:</STRONG> </SPAN></P><P><SPAN>User administration is a critical aspect of SAP Basis administration. Basis administrators are tasked with creating and managing user accounts, assigning roles and authorizations, and ensuring that users have the necessary access to SAP functions based on their roles within the organization. Effective user administration is essential for maintaining system security and ensuring smooth operations.</SPAN></P><P><SPAN><STRONG>System Monitoring:</STRONG> </SPAN></P><P><SPAN>System monitoring is an ongoing task that involves keeping a vigilant eye on the performance and health of SAP systems. This includes monitoring system resources such as memory, CPU usage, and disk space, as well as monitoring for any potential issues or errors that may arise. System monitoring is crucial for ensuring optimal performance and identifying and addressing issues before they escalate.</SPAN></P><P><STRONG><SPAN>Transport Management: </SPAN></STRONG></P><P><SPAN>Transport management is a key responsibility of a SAP Basis administrator. This involves managing the transport of changes, such as configuration settings or program developments, from one SAP system to another. The Transport Management System (TMS) is used to ensure that changes are moved in a controlled and consistent manner, maintaining system consistency and integrity.</SPAN></P><P><STRONG><SPAN>Backup and Recovery: </SPAN></STRONG></P><P><SPAN>Backup and recovery are indispensable components of SAP Basis administration. Basis administrators must regularly back up SAP systems to safeguard against data loss. In the event of a system failure, they must be able to swiftly recover the system and restore it to a working state. Backup and recovery procedures are essential for ensuring system availability and data integrity.</SPAN></P><P><SPAN>Being a SAP Basis administrator entails a multifaceted role that demands a combination of technical prowess, attention to detail, and proactive management.</SPAN></P><P><SPAN>By mastering these key responsibilities, you can navigate the complexities of SAP Basis administration and contribute significantly to the efficiency and stability of SAP systems.</SPAN></P><P><SPAN><a href="https://community.sap.com/t5/c-khhcw49343/Red+Hat+Enterprise+Linux/pd-p/566117836046276697184412662459974" class="lia-product-mention" data-product="304-1">Red Hat Enterprise Linux</a>&nbsp;#SAP Basis <a href="https://community.sap.com/t5/c-khhcw49343/Basis+Technology/pd-p/7bf2eaed-4604-44ae-bad7-d2d2d5c58c54" class="lia-product-mention" data-product="1129-1">Basis Technology</a>&nbsp;</SPAN></P><P><SPAN><a href="https://community.sap.com/t5/c-khhcw49343/Digital+Technologies/pd-p/33d804ef-26b2-4f01-b858-ddef6871cb3b" class="lia-product-mention" data-product="181-1">Digital Technologies</a>&nbsp;<a href="https://community.sap.com/t5/c-khhcw49343/SAP+TechEd/pd-p/755421404636447943131706525840948" class="lia-product-mention" data-product="268-1">SAP TechEd</a>&nbsp;<a href="https://community.sap.com/t5/c-khhcw49343/High+Tech/pd-p/141065692368283635970801" class="lia-product-mention" data-product="278-1">High Tech</a>&nbsp;<a href="https://community.sap.com/t5/c-khhcw49343/SAP+HANA+Cloud%25252C+SAP+Adaptive+Server+Enterprise/pd-p/5c230b53-4c86-491d-9114-0e793b044883" class="lia-product-mention" data-product="38-1">SAP HANA Cloud, SAP Adaptive Server Enterprise</a>&nbsp;</SPAN></P><P> </P> 2024-05-11T17:14:54.091000+02:00 https://community.sap.com/t5/financial-management-q-a/budget-saving-in-purchase-requests-prs/qaq-p/13699326 Budget saving in Purchase Requests (PRs) 2024-05-13T13:28:51.372000+02:00 Rbby1015 https://community.sap.com/t5/user/viewprofilepage/user-id/1417980 <P>Dear experts,</P><P><SPAN>Firstly, I would like to extend my apologies if my question reveals a lack of basic knowledge; I am still relatively new to this domain.</SPAN><BR /><BR />My question is about the <SPAN>functionality of budget allocation for Purchase Requests (PRs).</SPAN><BR /><BR />Scenario 1:<BR /><SPAN>Let's say we have a situation where we've created a purchase request with 1 line for acquiring 10 items X, with an allocated budget of €10,000. However, we've completed the purchase of all 10 items with an actual cost of €8,000. A PO was made. How can we correctly record the savings of €2,000 in the SAP system and ensure these funds are available for future use in other purchase requests; or is this saving automatically registered when closing the PR in connection to the already existing PO?<BR /></SPAN></P><P>Scenario 2:<BR />Now let's say that we bought only 8 pcs of X, so the PO is not related anymore to the full quantity registered in the PR. Should we adjust the quantity first and then close the PR, or it's a useless process and it's ok to just close the PR and the saving will be registered automatically?<BR /><BR />Scenario 3:</P><P><SPAN>Lastly, let's consider a scenario where we created a PR with 2 lines: 10 units of X and 10 units of Y.</SPAN> A PO is made for the acquisition of the 10 pcs of X (the first line). The second line is not needed anymore. Should we delete the second line and then close the existing PR so that we can use the saved budget for another new PR?<BR /><BR />Thank you in advance for your time! Your help will be truly appreciated!</P> 2024-05-13T13:28:51.372000+02:00 https://community.sap.com/t5/technology-q-a/jms-dead-letter-queue-alert/qaq-p/13703872 JMS Dead Letter Queue Alert 2024-05-16T18:45:48.911000+02:00 David_Oexner https://community.sap.com/t5/user/viewprofilepage/user-id/6943 <P>Dear All,</P><P>What is the best way to alert admin when a DLQ queue is filled with some entries? Is there anyway we can move the entries to processing queue without manual intervention?</P> 2024-05-16T18:45:48.911000+02:00