<?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 Debug BAPI Values in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/debug-bapi-values/m-p/10206244#M1825239</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Being a newbie to Abap ,i am looking, howto debug BAPI input values-variables? Values(values of BAPI Import parameters ) are being passes to BAPI from Mobile app.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How/where can we check the values being passed to BAPI in R3 i.e the values with which the BAPI is being executed ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Following the post &lt;A __default_attr="456627" __jive_macro_name="message" class="jive_macro_message jive_macro" data-orig-content="Debugging" href="https://community.sap.com/"&gt;&lt;/A&gt; , i understood a break point might help to debug the values, but i am confused at which line of code ? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 11 Mar 2014 06:18:59 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2014-03-11T06:18:59Z</dc:date>
    <item>
      <title>Debug BAPI Values</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debug-bapi-values/m-p/10206244#M1825239</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Being a newbie to Abap ,i am looking, howto debug BAPI input values-variables? Values(values of BAPI Import parameters ) are being passes to BAPI from Mobile app.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How/where can we check the values being passed to BAPI in R3 i.e the values with which the BAPI is being executed ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Following the post &lt;A __default_attr="456627" __jive_macro_name="message" class="jive_macro_message jive_macro" data-orig-content="Debugging" href="https://community.sap.com/"&gt;&lt;/A&gt; , i understood a break point might help to debug the values, but i am confused at which line of code ? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Mar 2014 06:18:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debug-bapi-values/m-p/10206244#M1825239</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-03-11T06:18:59Z</dc:date>
    </item>
    <item>
      <title>Re: Debug BAPI Values</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debug-bapi-values/m-p/10206245#M1825240</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kunal,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can set User Break point at any or first executable line of BAPI.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Manasa Veena P.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Mar 2014 07:12:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debug-bapi-values/m-p/10206245#M1825240</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-03-11T07:12:23Z</dc:date>
    </item>
    <item>
      <title>Re: Debug BAPI Values</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debug-bapi-values/m-p/10206246#M1825241</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Kunal&lt;/P&gt;&lt;P&gt;At the first line, all the importing parameters will be filled, you can set breakpoing anywhere.&lt;/P&gt;&lt;P&gt;if you wana debugging when Mobile app call this BAPI, you need set a external breakpoint using the RFC user.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Archer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Mar 2014 07:25:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debug-bapi-values/m-p/10206246#M1825241</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-03-11T07:25:31Z</dc:date>
    </item>
    <item>
      <title>Re: Debug BAPI Values</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debug-bapi-values/m-p/10206247#M1825242</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Before starting the mobile app, you set external break-point for that particular bapi and run the app..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Set the external point at the line where you are passing the input to mbo. (import parameter of the BAPI).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Under Source code, you will find the details. e.g. for the given screenshot i have 2 inputs (at line # 23, 24) so i can set the external break-point at 23.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/407402" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can check this thread &lt;A __default_attr="1186187" __jive_macro_name="thread" class="jive_macro_thread jive_macro" data-orig-content="How to debug RFC function module in ECC 6.0" href="https://community.sap.com/"&gt;&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Mar 2014 08:58:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debug-bapi-values/m-p/10206247#M1825242</guid>
      <dc:creator>Jitendra_Kansal78</dc:creator>
      <dc:date>2014-03-11T08:58:11Z</dc:date>
    </item>
  </channel>
</rss>

