<?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: Problem using CALL_FB08 in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-using-call-fb08/m-p/1257256#M146572</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;did u get the solution, if not can I see your code.....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 11 Mar 2008 14:37:07 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-03-11T14:37:07Z</dc:date>
    <item>
      <title>Problem using CALL_FB08</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-using-call-fb08/m-p/1257251#M146567</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using CALL_FB08 for reversing a document. When I run my program in debug mode, the document is posted, but if I execute it directly, the document is not getting posted! &lt;/P&gt;&lt;P&gt;I tried commit and work, changed the update parameter to "S" and "L" too. But doesnt work.&lt;/P&gt;&lt;P&gt;Is there a way of overcoming this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Shruti&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Apr 2006 10:58:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-using-call-fb08/m-p/1257251#M146567</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-19T10:58:55Z</dc:date>
    </item>
    <item>
      <title>Re: Problem using CALL_FB08</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-using-call-fb08/m-p/1257252#M146568</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Shruti,&lt;/P&gt;&lt;P&gt;  Try to set the i_update parameter as 'S' instead of 'A'. and then use the commit statement after the call to this FM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check the documentation for this FM:&lt;/P&gt;&lt;P&gt;It is generally necessary to fill in the parameters for transaction       &lt;/P&gt;&lt;P&gt;FB08, although the posting date, posting period and the void reason code  &lt;/P&gt;&lt;P&gt;are optional. If a posting date is not entered, the system checks         &lt;/P&gt;&lt;P&gt;whether the old period is still open. If this is not the case, the        &lt;/P&gt;&lt;P&gt;system date is entered as the posting date. The date determined can be    &lt;/P&gt;&lt;P&gt;called up with the export parameter.                                      &lt;/P&gt;&lt;P&gt;If the document is part of a general transaction, all the related         &lt;/P&gt;&lt;P&gt;documents are reversed (unlike transaction FBU8). It is also possible to  &lt;/P&gt;&lt;P&gt;enter the general transaction instead of the document number.             &lt;/P&gt;&lt;P&gt;Payments by check can only be dealt with if a void reason code is         &lt;/P&gt;&lt;P&gt;entered.                                                                  &lt;/P&gt;&lt;P&gt;Having been started in simulation mode, the function module then informs  &lt;/P&gt;&lt;P&gt;you whether you still need to run transaction FBRA (Reset Cleared Items)  &lt;/P&gt;&lt;P&gt;before the actual reversal.                                               &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hence call CALL_FBRA after the call_fb08.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Apr 2006 11:06:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-using-call-fb08/m-p/1257252#M146568</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-19T11:06:29Z</dc:date>
    </item>
    <item>
      <title>Re: Problem using CALL_FB08</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-using-call-fb08/m-p/1257253#M146569</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ravi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried your suggestion. Still not working.&lt;/P&gt;&lt;P&gt;Also I am not running it in simulation mode. Hence I dont think I need to call FBRA.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Shruti&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Apr 2006 11:16:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-using-call-fb08/m-p/1257253#M146569</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-19T11:16:14Z</dc:date>
    </item>
    <item>
      <title>Re: Problem using CALL_FB08</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-using-call-fb08/m-p/1257254#M146570</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi shruti,&lt;/P&gt;&lt;P&gt; I have also en-countered same problem once, Before calling this function module you put one Commit work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and then once the function module is called you add one more commit.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use enquee_sleep function module and give 2 seconds as wait time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;eg:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;commit work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; call_fb08.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;enquee_sleep.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;commit work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you are working on BAPI the commit Work will not work instead you have to use BAPI_Trasaction_commit.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this will help you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;krishna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Apr 2006 06:47:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-using-call-fb08/m-p/1257254#M146570</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-20T06:47:14Z</dc:date>
    </item>
    <item>
      <title>Re: Problem using CALL_FB08</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-using-call-fb08/m-p/1257255#M146571</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Well the solution provided by Krishna is not working. Even after the enque_sleep and commit work the entry for reversal does not occur.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I m sorry to continue in the same thread instead os creating a new one as i m stuck with same kind of problem. If it is offensive please let me know.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for looking into the matter!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Zankruti.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Jan 2008 10:30:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-using-call-fb08/m-p/1257255#M146571</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-17T10:30:27Z</dc:date>
    </item>
    <item>
      <title>Re: Problem using CALL_FB08</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-using-call-fb08/m-p/1257256#M146572</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;did u get the solution, if not can I see your code.....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Mar 2008 14:37:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-using-call-fb08/m-p/1257256#M146572</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-11T14:37:07Z</dc:date>
    </item>
  </channel>
</rss>

