<?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: Update Debugging in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/update-debugging/m-p/1685173#M301765</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi there &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can u help in doing th e below &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The outgoing payment will be posted in SAP though the Automatic Payment Program (F110) and will also include a new Z program (Modified RFFOUS_T) that will extract the posted payment details to a flat file (.txt format). The text file will be downloaded to a user restricted folder which is subsequently uploaded manually by the user into Citidirect to process the EFT payment. The company codes to be included in this are 4346 (Kenya), 4353 (Uganda) and 4153 (COPCO)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The format for the text file has been provided by Citibank which has a separate format for DFT (Domestic Funds Transfer), EFT (Electronic Funds transfer &amp;#150;International) and Bankers Cheques. The payment method configuration needs to be implemented in SAP as well to facilitate the process.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 27 Oct 2006 11:50:42 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-10-27T11:50:42Z</dc:date>
    <item>
      <title>Update Debugging</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/update-debugging/m-p/1685170#M301762</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 am facing a problem while saving a Sales Document in debugging mode. When I try saving the document by triggering the Update Debugging mode although a message is displayed that the Update Debugging has been triggered but it does not create a new session for it. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Immediately after that if I go to VA02, and try to open the same Sales Doc a message is displayed that either the Document is not in the database or has been archived&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kindly suggest how should I go about debugging the Sales Document in Update Debugging mode.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Utsah Garg.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Oct 2006 15:15:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/update-debugging/m-p/1685170#M301762</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-23T15:15:13Z</dc:date>
    </item>
    <item>
      <title>Re: Update Debugging</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/update-debugging/m-p/1685171#M301763</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Debug a background task remove commit work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Fred&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Oct 2006 15:16:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/update-debugging/m-p/1685171#M301763</guid>
      <dc:creator>FredericGirod</dc:creator>
      <dc:date>2006-10-23T15:16:24Z</dc:date>
    </item>
    <item>
      <title>Re: Update Debugging</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/update-debugging/m-p/1685172#M301764</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You need to find the place where the function module is being triggered in the UPDATE TASK mode. Place a break point there and execute your transaction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Make sure you have only one session open.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now, execute the transaction - upon reaching the break point switch on the update debugging and execute and you should have function in debug mode in a new session.&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>Mon, 23 Oct 2006 15:33:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/update-debugging/m-p/1685172#M301764</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-23T15:33:28Z</dc:date>
    </item>
    <item>
      <title>Re: Update Debugging</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/update-debugging/m-p/1685173#M301765</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi there &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can u help in doing th e below &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The outgoing payment will be posted in SAP though the Automatic Payment Program (F110) and will also include a new Z program (Modified RFFOUS_T) that will extract the posted payment details to a flat file (.txt format). The text file will be downloaded to a user restricted folder which is subsequently uploaded manually by the user into Citidirect to process the EFT payment. The company codes to be included in this are 4346 (Kenya), 4353 (Uganda) and 4153 (COPCO)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The format for the text file has been provided by Citibank which has a separate format for DFT (Domestic Funds Transfer), EFT (Electronic Funds transfer &amp;#150;International) and Bankers Cheques. The payment method configuration needs to be implemented in SAP as well to facilitate the process.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Oct 2006 11:50:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/update-debugging/m-p/1685173#M301765</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-27T11:50:42Z</dc:date>
    </item>
    <item>
      <title>Re: Update Debugging</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/update-debugging/m-p/1685174#M301766</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;there was a problem with the kernel of the SAP. Thanks for all the suggestions&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Mar 2007 07:27:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/update-debugging/m-p/1685174#M301766</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-08T07:27:45Z</dc:date>
    </item>
  </channel>
</rss>

