<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic How to get the XML request using the BAPI testcase in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-get-the-xml-request-using-the-bapi-testcase/m-p/12811097#M2025577</link>
    <description>&lt;P&gt;Hi I am a Functional consultant and need to get the xml request from bapi after creating the test case how to get this XML file or request to map into middleware &lt;/P&gt;</description>
    <pubDate>Tue, 04 Jul 2023 11:47:43 GMT</pubDate>
    <dc:creator>former_member899300</dc:creator>
    <dc:date>2023-07-04T11:47:43Z</dc:date>
    <item>
      <title>How to get the XML request using the BAPI testcase</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-get-the-xml-request-using-the-bapi-testcase/m-p/12811097#M2025577</link>
      <description>&lt;P&gt;Hi I am a Functional consultant and need to get the xml request from bapi after creating the test case how to get this XML file or request to map into middleware &lt;/P&gt;</description>
      <pubDate>Tue, 04 Jul 2023 11:47:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-get-the-xml-request-using-the-bapi-testcase/m-p/12811097#M2025577</guid>
      <dc:creator>former_member899300</dc:creator>
      <dc:date>2023-07-04T11:47:43Z</dc:date>
    </item>
    <item>
      <title>Re: How to get the XML request using the BAPI testcase</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-get-the-xml-request-using-the-bapi-testcase/m-p/12811098#M2025578</link>
      <description>&lt;P&gt;Welcome to the SAP Community. Thank you for visiting us to get answers to your questions.&lt;/P&gt;&lt;P&gt;Since you're asking a question here for the first time, I'd like to offer some friendly advice on how to get the most out of your community membership and experience.&lt;/P&gt;&lt;P&gt;First, please see &lt;A rel="noopener noreferrer" href="https://community.sap.com/resources/questions-and-answers" target="_blank"&gt;https://community.sap.com/resources/questions-and-answers&lt;/A&gt;, as this resource page provides tips for preparing questions that draw responses from our members. Second, feel free to take our Q&amp;amp;A tutorial at &lt;A rel="noopener noreferrer" href="https://developers.sap.com/tutorials/community-qa.html" target="_blank"&gt;https://developers.sap.com/tutorials/community-qa.html&lt;/A&gt;, as that will help you when submitting questions to the community.&lt;/P&gt;&lt;P&gt;I also recommend that you include a profile picture. By personalizing your profile, you encourage readers to respond: &lt;A rel="noopener noreferrer" href="https://developers.sap.com/tutorials/community-profile.html" target="_blank"&gt;https://developers.sap.com/tutorials/community-profile.html&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;Now for some specific suggestions on how you might improve your question:&lt;/P&gt;&lt;P&gt;* Outline what steps you took to find answers (and why they weren't helpful) -- so members don't make suggestions that you've already tried.&lt;/P&gt;&lt;P&gt;* Share screenshots of what you've seen/done (if possible), as images always helps our members better understand your problem.&lt;/P&gt;&lt;P&gt;* Make sure you've applied the appropriate tags -- because if you don't apply the correct tags, the right experts won't see your question to answer it.&lt;/P&gt;&lt;P&gt;Should you wish, you can revise your question by selecting Actions, then Edit. &lt;/P&gt;&lt;P&gt;The more details you provide (in questions tagged correctly), the more likely it is that members will be able to respond. &lt;/P&gt;&lt;P&gt;I hope you find this advice useful, and we're happy to have you as part of SAP Community!&lt;/P&gt;</description>
      <pubDate>Tue, 04 Jul 2023 11:48:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-get-the-xml-request-using-the-bapi-testcase/m-p/12811098#M2025578</guid>
      <dc:creator>moshenaveh</dc:creator>
      <dc:date>2023-07-04T11:48:02Z</dc:date>
    </item>
    <item>
      <title>Re: How to get the XML request using the BAPI testcase</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-get-the-xml-request-using-the-bapi-testcase/m-p/12811099#M2025579</link>
      <description>&lt;P&gt;A good and easy to use middleware for converting between XML documents and BAPI requests would be the SAP Business Connector.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Download:&lt;/STRONG&gt; &lt;A href="https://support.sap.com/sbc-download" target="test_blank"&gt;https://support.sap.com/sbc-download&lt;/A&gt;&lt;BR /&gt;(Vallid S-User and one-time registration is required, but otherwise it's free.)&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Documentation:&lt;/STRONG&gt; &lt;A href="https://support.sap.com/en/product/connectors/bc/details.html" target="test_blank"&gt;https://support.sap.com/en/product/connectors/bc/details.html&lt;/A&gt;&lt;/P&gt;For an overview of the topic "BAPIs and XML", see the chapter "&lt;STRONG&gt;Functional Highlights&lt;/STRONG&gt;" in the SAPAdapterGuide.pdf, in particular "&lt;STRONG&gt;Routing IDocs, RFCs and BAPIs&lt;/STRONG&gt;", "&lt;STRONG&gt;Support for IDoc- and RFC-XML&lt;/STRONG&gt;" and "&lt;STRONG&gt;Support for BizTalk XML envelopes for BAPI calls&lt;/STRONG&gt;".But of course, in addition to the build-in XML formats for BAPIs (RFC-XML, bXML, BizTalk), the SAP BC can also be used to define your own hand-tailored XML formats, depending on what your sender/receiver application needs.</description>
      <pubDate>Tue, 04 Jul 2023 12:23:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-get-the-xml-request-using-the-bapi-testcase/m-p/12811099#M2025579</guid>
      <dc:creator>Ulrich_Schmidt1</dc:creator>
      <dc:date>2023-07-04T12:23:30Z</dc:date>
    </item>
    <item>
      <title>Re: How to get the XML request using the BAPI testcase</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-get-the-xml-request-using-the-bapi-testcase/m-p/12811100#M2025580</link>
      <description>&lt;P&gt;What kind of "BAPI XML request" are you talking about? Could you show the XML format that you expect?&lt;/P&gt;</description>
      <pubDate>Tue, 04 Jul 2023 18:09:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-get-the-xml-request-using-the-bapi-testcase/m-p/12811100#M2025580</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2023-07-04T18:09:21Z</dc:date>
    </item>
    <item>
      <title>Re: How to get the XML request using the BAPI testcase</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-get-the-xml-request-using-the-bapi-testcase/m-p/12811101#M2025581</link>
      <description>&lt;P&gt;For example below is for BAPI_CUSTOMER_GETDETAIL if RFC xml format is used i.e compliance with namespace "urn:sap-com:document:sap:rfc:functions"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;?xml version="1.0" encoding="UTF-8"?&amp;gt;&lt;/P&gt;&lt;P&gt;- &amp;lt;BAPI_CUSTOMER_GETDETAIL xmlns="urn:sap-com:document:sap:rfc:functions"&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;CUSTOMERNO xmlns=""&amp;gt;0000000001&amp;lt;/CUSTOMERNO&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;PI_DISTR_CHAN xmlns=""&amp;gt;01&amp;lt;/PI_DISTR_CHAN&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;PI_DIVISION xmlns=""&amp;gt;01&amp;lt;/PI_DIVISION&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;PI_SALESORG xmlns=""&amp;gt;001&amp;lt;/PI_SALESORG&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;/BAPI_CUSTOMER_GETDETAIL&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and same bapi xml if BAPI xml format is used i.e in compliance with namespace "urn:sap-com:document:sap:business"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;?xml version="1.0" encoding="UTF-8"?&amp;gt;&lt;/P&gt;&lt;P&gt;- &amp;lt;Customer.GetDetail CustomerNo="0000000001" xmlns="urn:sap-com:document:sap:business"&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;PiSalesorg xmlns=""&amp;gt;001&amp;lt;/PiSalesorg&amp;gt; &lt;/P&gt;</description>
      <pubDate>Wed, 05 Jul 2023 16:46:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-get-the-xml-request-using-the-bapi-testcase/m-p/12811101#M2025581</guid>
      <dc:creator>former_member899300</dc:creator>
      <dc:date>2023-07-05T16:46:36Z</dc:date>
    </item>
  </channel>
</rss>

