<?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 Re: Debugging FM working as Web Service in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-fm-working-as-web-service/m-p/1752601#M326314</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would suggest you to do a unit test in SE37 with the same data you are passing via a Web Service and ensure that it is working as expected.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am not sure if you can debug when the fm is invoked a s a web service from a external system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;P&gt;Note - Please mark all the helpful answers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 29 Nov 2006 12:28:15 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-11-29T12:28:15Z</dc:date>
    <item>
      <title>Debugging FM working as Web Service</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-fm-working-as-web-service/m-p/1752600#M326313</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have an FM working as WS. How can I debug this FM when I pass data to this FM via WebService?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards, Tomek&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Nov 2006 12:18:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-fm-working-as-web-service/m-p/1752600#M326313</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-29T12:18:37Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging FM working as Web Service</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-fm-working-as-web-service/m-p/1752601#M326314</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would suggest you to do a unit test in SE37 with the same data you are passing via a Web Service and ensure that it is working as expected.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am not sure if you can debug when the fm is invoked a s a web service from a external system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;P&gt;Note - Please mark all the helpful answers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Nov 2006 12:28:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-fm-working-as-web-service/m-p/1752601#M326314</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-29T12:28:15Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging FM working as Web Service</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-fm-working-as-web-service/m-p/1752602#M326315</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I did this already and when I use data from SE37 FM works correct, with the same data via WS not. Thatway I'm asking about debugging when data comes from WS.&lt;/P&gt;&lt;P&gt;I think that WSDL file and conversions can be problem...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Nov 2006 12:31:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-fm-working-as-web-service/m-p/1752602#M326315</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-29T12:31:29Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging FM working as Web Service</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-fm-working-as-web-service/m-p/1752603#M326316</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you can place an HTTP break point within the code which would get triggered when called from webservice clients. (the user name has to be the same )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;possbile reason for error: tested fine in SE37 and not in webservice.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;conversion exits are there which are automatically handled in Se37.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for example csks-kostl is 10 chars long with conversion exit.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;suppose csks-koslt value is 456, in se37 if you pass 456 it will work. however when you call from webservice you need to pass 0000000456 (seven preceeding zeros).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Raja&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Nov 2006 13:13:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-fm-working-as-web-service/m-p/1752603#M326316</guid>
      <dc:creator>athavanraja</dc:creator>
      <dc:date>2006-11-29T13:13:59Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging FM working as Web Service</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-fm-working-as-web-service/m-p/1752604#M326317</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I also discovered that the problem are converions and leading zeros. Now inside FM I just call correspondent converions exit and now it works fine.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Nov 2006 13:18:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-fm-working-as-web-service/m-p/1752604#M326317</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-29T13:18:03Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging FM working as Web Service</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-fm-working-as-web-service/m-p/1752605#M326318</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Glad to found that out. now you can mark this thread as answered!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Raja&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Nov 2006 13:20:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-fm-working-as-web-service/m-p/1752605#M326318</guid>
      <dc:creator>athavanraja</dc:creator>
      <dc:date>2006-11-29T13:20:45Z</dc:date>
    </item>
  </channel>
</rss>

