<?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: ale in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/ale/m-p/2315255#M507569</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi sheik,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;like any other background processes: A little tricky, but possible:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If any customer object (Z or Y) is involved, add this to code:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;data: x type flag value 'X'.
while x is not initial.
endwhile.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then star the process and go to sm50 process overview. You can see your process. From here, switch to debugger. After clearing the X field, you can step through and see what's going on.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If no customer objects are involved, in most cases it's not necessary to debug, but you may find a user exit where to place the above code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards, Clemens&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 14 May 2007 18:28:17 GMT</pubDate>
    <dc:creator>Clemenss</dc:creator>
    <dc:date>2007-05-14T18:28:17Z</dc:date>
    <item>
      <title>ale</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ale/m-p/2315252#M507566</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hai,&lt;/P&gt;&lt;P&gt;is it possible to debugg  ale?  is possible how?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 May 2007 17:24:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ale/m-p/2315252#M507566</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-14T17:24:35Z</dc:date>
    </item>
    <item>
      <title>Re: ale</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ale/m-p/2315253#M507567</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes Possible ,Use RSNAST00 Program to debug ur function module..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward Points if it is useful&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Seshu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 May 2007 18:05:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ale/m-p/2315253#M507567</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-14T18:05:09Z</dc:date>
    </item>
    <item>
      <title>Re: ale</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ale/m-p/2315254#M507568</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;Any application which uses transactions for ALE/EDI/IDOC/WF etc have a background program written which extecutes on the excution of tcode.&lt;/P&gt;&lt;P&gt;So debugging is always possible for these programs depending on the step or Tcode.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points if useful&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Anji&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 May 2007 18:07:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ale/m-p/2315254#M507568</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-14T18:07:28Z</dc:date>
    </item>
    <item>
      <title>Re: ale</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ale/m-p/2315255#M507569</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi sheik,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;like any other background processes: A little tricky, but possible:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If any customer object (Z or Y) is involved, add this to code:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;data: x type flag value 'X'.
while x is not initial.
endwhile.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then star the process and go to sm50 process overview. You can see your process. From here, switch to debugger. After clearing the X field, you can step through and see what's going on.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If no customer objects are involved, in most cases it's not necessary to debug, but you may find a user exit where to place the above code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards, Clemens&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 May 2007 18:28:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ale/m-p/2315255#M507569</guid>
      <dc:creator>Clemenss</dc:creator>
      <dc:date>2007-05-14T18:28:17Z</dc:date>
    </item>
  </channel>
</rss>

