<?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: External debugging from Informatica in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/external-debugging-from-informatica/m-p/8295089#M1635147</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Leena,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can put an endless loop in the called function, i.e.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;data x.
while x is initial.
endwhile.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When workflow gets called, it will hang in this enless loop. SM50 you can see the process eating time. Debug process from here, set x tp 'X', exit the loop and debug step by step.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A better way that will not stop any process is the creation of a checkpoint group (transaction SAAB). In the function module code you can use statement &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;LOG-POINT ID group
          [SUBKEY sub]
          [FIELDS val1 val2 ...].&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;to log values for certain fields of interest. It is helpful to use a timestamp as subkey because otherwise the logs get overwritten by subsequent calls.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The advantage is you can activate/deactivate log-points for individual users and servers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In SAAB you can check the results logged - quite easy to use. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Only SAP system parameter default for size of log entries is usually by far too small if you want log internal tables and structures. If you will notice a scissors icon in the log display, ask system admin to set size to 16k or so.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Clemens&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 15 Oct 2011 12:46:36 GMT</pubDate>
    <dc:creator>Clemenss</dc:creator>
    <dc:date>2011-10-15T12:46:36Z</dc:date>
    <item>
      <title>External debugging from Informatica</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/external-debugging-from-informatica/m-p/8295087#M1635145</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We have an RFC being called from Informatica workflow using SAP user 'INFAUSR'. How do I perform external debugging for this RFC, I mean other than setting External breakpoint in RFC, is there something I need to do? I want to debug the RFC code when the Informatica workflow is run.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Leena&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Oct 2011 17:20:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/external-debugging-from-informatica/m-p/8295087#M1635145</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-10-14T17:20:27Z</dc:date>
    </item>
    <item>
      <title>Re: External debugging from Informatica</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/external-debugging-from-informatica/m-p/8295088#M1635146</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I guess if the user has same user id in both informatica and SAP then just setting external breakpoint will work. the control will stop in your RFC.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Chandra&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 15 Oct 2011 05:45:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/external-debugging-from-informatica/m-p/8295088#M1635146</guid>
      <dc:creator>ChandrashekharMahajan</dc:creator>
      <dc:date>2011-10-15T05:45:22Z</dc:date>
    </item>
    <item>
      <title>Re: External debugging from Informatica</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/external-debugging-from-informatica/m-p/8295089#M1635147</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Leena,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can put an endless loop in the called function, i.e.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;data x.
while x is initial.
endwhile.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When workflow gets called, it will hang in this enless loop. SM50 you can see the process eating time. Debug process from here, set x tp 'X', exit the loop and debug step by step.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A better way that will not stop any process is the creation of a checkpoint group (transaction SAAB). In the function module code you can use statement &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;LOG-POINT ID group
          [SUBKEY sub]
          [FIELDS val1 val2 ...].&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;to log values for certain fields of interest. It is helpful to use a timestamp as subkey because otherwise the logs get overwritten by subsequent calls.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The advantage is you can activate/deactivate log-points for individual users and servers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In SAAB you can check the results logged - quite easy to use. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Only SAP system parameter default for size of log entries is usually by far too small if you want log internal tables and structures. If you will notice a scissors icon in the log display, ask system admin to set size to 16k or so.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Clemens&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 15 Oct 2011 12:46:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/external-debugging-from-informatica/m-p/8295089#M1635147</guid>
      <dc:creator>Clemenss</dc:creator>
      <dc:date>2011-10-15T12:46:36Z</dc:date>
    </item>
  </channel>
</rss>

