<?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: AC_FLUSH_CALL - Usage in Custom program in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/ac-flush-call-usage-in-custom-program/m-p/8886604#M1688629</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Shambu,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is not that "should not be called directly" . Its is "&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;NO &lt;/SPAN&gt;DIRECT CALLS &lt;SPAN class="L0S52"&gt;TO &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;CONTROL &lt;/SPAN&gt;FRAMEWORK &lt;SPAN class="L0S52"&gt;FROM &lt;/SPAN&gt;THIS &lt;SPAN class="L0S52"&gt;FUNCTION &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;MODULE" &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.sap.com/825/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can also use CL_GUI_CFW=&amp;gt;UPDATE_VIEW instead of directly calling &lt;SPAN style="color: #333333; font-size: 12px; background-color: #ffffff;"&gt; AC_FLUSH_CALL&lt;/SPAN&gt;&amp;nbsp; &lt;A href="http://help.sap.com/saphelp_46b/helpdata/es/e0/9424f7f16e11d2bdd8080009b4534c/content.htm" title="http://help.sap.com/saphelp_46b/helpdata/es/e0/9424f7f16e11d2bdd8080009b4534c/content.htm"&gt;update_view (Biblioteca SAP - SAP Calendar Control)&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 16 Jul 2012 09:23:39 GMT</pubDate>
    <dc:creator>kesavadas_thekkillath</dc:creator>
    <dc:date>2012-07-16T09:23:39Z</dc:date>
    <item>
      <title>AC_FLUSH_CALL - Usage in Custom program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ac-flush-call-usage-in-custom-program/m-p/8886602#M1688627</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;Have anyone use the FM AC_FLUSH_CALL in their program?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Background:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;I am working on a program which creates PO's in Parallel RFC's.&lt;/P&gt;&lt;P&gt;It takes an file with PO details and it calls BAPI_PO_CREATE1 to create the PO's.&lt;/P&gt;&lt;P&gt;Since the performance was not good, we decide to introduce parallel processing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Say, you have a file with 1000 lines, the program will display the details in an ALV.&lt;/P&gt;&lt;P&gt;By details, I meant, whether PO can be created or error messages if it cannot be created.&lt;/P&gt;&lt;P&gt;There is a SAVE button in the ALV, when you press that, it will create PO's for the lines where there are no error messages.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Issue:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;When you upload the file first time (BAPI in test mode), the program works well, it displays the ALV with the details.&lt;/P&gt;&lt;P&gt;Now when you press SAVE, it goes through the same path of execution (BAPI with COMMIT) and it gave a dump.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The dump was 'RPERF_ILLEGAL_STATEMENT'.&lt;/P&gt;&lt;P&gt;The point of dump was at CALL FUNCTION 'OLE_FLUSH_CALL' DESTINATION OLE_DESTINATION.&lt;/P&gt;&lt;P&gt;When I checked one SAP note, it says that, in the Response of a Parallel RFC, you should not call another RFC.&lt;/P&gt;&lt;P&gt;Well, I am not calling an RFC explicitly, but a standard RFC is triggered for clearing the RFC or Automation queue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So I used CL_GUI_CFW=&amp;gt;FLUSH to clear the queue, but with no luck.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then I tried using the FM AC_FLUSH_CALL with SYSTEM_FLUSH = 'X' and it worked.&lt;/P&gt;&lt;P&gt;This is an internal FM and it says that this should not be called directly.&lt;/P&gt;&lt;P&gt;My question is what are the side effects for using this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Shambu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Jul 2012 12:06:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ac-flush-call-usage-in-custom-program/m-p/8886602#M1688627</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-07-13T12:06:25Z</dc:date>
    </item>
    <item>
      <title>Re: AC_FLUSH_CALL - Usage in Custom program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ac-flush-call-usage-in-custom-program/m-p/8886603#M1688628</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Any thoughts?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jul 2012 09:06:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ac-flush-call-usage-in-custom-program/m-p/8886603#M1688628</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-07-16T09:06:07Z</dc:date>
    </item>
    <item>
      <title>Re: AC_FLUSH_CALL - Usage in Custom program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ac-flush-call-usage-in-custom-program/m-p/8886604#M1688629</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Shambu,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is not that "should not be called directly" . Its is "&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;NO &lt;/SPAN&gt;DIRECT CALLS &lt;SPAN class="L0S52"&gt;TO &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;CONTROL &lt;/SPAN&gt;FRAMEWORK &lt;SPAN class="L0S52"&gt;FROM &lt;/SPAN&gt;THIS &lt;SPAN class="L0S52"&gt;FUNCTION &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;MODULE" &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.sap.com/825/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can also use CL_GUI_CFW=&amp;gt;UPDATE_VIEW instead of directly calling &lt;SPAN style="color: #333333; font-size: 12px; background-color: #ffffff;"&gt; AC_FLUSH_CALL&lt;/SPAN&gt;&amp;nbsp; &lt;A href="http://help.sap.com/saphelp_46b/helpdata/es/e0/9424f7f16e11d2bdd8080009b4534c/content.htm" title="http://help.sap.com/saphelp_46b/helpdata/es/e0/9424f7f16e11d2bdd8080009b4534c/content.htm"&gt;update_view (Biblioteca SAP - SAP Calendar Control)&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jul 2012 09:23:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ac-flush-call-usage-in-custom-program/m-p/8886604#M1688629</guid>
      <dc:creator>kesavadas_thekkillath</dc:creator>
      <dc:date>2012-07-16T09:23:39Z</dc:date>
    </item>
    <item>
      <title>Re: AC_FLUSH_CALL - Usage in Custom program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ac-flush-call-usage-in-custom-program/m-p/8886605#M1688630</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Kesav,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It worked. Thanks!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52" style="font-size: 12px; background-color: #ffffff; color: #333333;"&gt;NO &lt;/SPAN&gt;&lt;SPAN style="color: #333333; font-size: 12px; background-color: #ffffff;"&gt;DIRECT CALLS &lt;/SPAN&gt;&lt;SPAN class="L0S52" style="font-size: 12px; background-color: #ffffff; color: #333333;"&gt;TO &lt;/SPAN&gt;&lt;SPAN class="L0S52" style="font-size: 12px; background-color: #ffffff; color: #333333;"&gt;CONTROL &lt;/SPAN&gt;&lt;SPAN style="color: #333333; font-size: 12px; background-color: #ffffff;"&gt;FRAMEWORK &lt;/SPAN&gt;&lt;SPAN class="L0S52" style="font-size: 12px; background-color: #ffffff; color: #333333;"&gt;FROM &lt;/SPAN&gt;&lt;SPAN style="color: #333333; font-size: 12px; background-color: #ffffff;"&gt;THIS &lt;/SPAN&gt;&lt;SPAN class="L0S52" style="font-size: 12px; background-color: #ffffff; color: #333333;"&gt;FUNCTION &lt;/SPAN&gt;&lt;SPAN class="L0S52" style="font-size: 12px; background-color: #ffffff; color: #333333;"&gt;MODULE - Doesn't this mean don't call it directly? &lt;SPAN __jive_emoticon_name="confused" __jive_macro_name="emoticon" class="jive_macro jive_macro_emoticon jive_emote" src="https://community.sap.com/825/images/emoticons/confused.gif"&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52" style="font-size: 12px; background-color: #ffffff; color: #333333;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jul 2012 17:04:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ac-flush-call-usage-in-custom-program/m-p/8886605#M1688630</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-07-16T17:04:50Z</dc:date>
    </item>
    <item>
      <title>Re: AC_FLUSH_CALL - Usage in Custom program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ac-flush-call-usage-in-custom-program/m-p/8886606#M1688631</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 12px; color: #333333;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif; color: #222222;"&gt;Hi Shambu,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333;"&gt;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P style="font-size: 12px; color: #333333;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif; color: #222222;"&gt;I have a requirement to&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif; color: #222222;"&gt;1) Output data from an internal table into excel, and&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif; color: #222222;"&gt;2) Create a chart from the data in excel&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333;"&gt; &lt;/P&gt;&lt;P style="font-size: 12px; color: #333333;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif; color: #222222;"&gt;So far I have been able to export the data using OLE calls, created a chart object,.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333;"&gt; &lt;/P&gt;&lt;P style="font-size: 12px; color: #333333;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif; color: #222222;"&gt;My question:&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif; color: #222222;"&gt;1. How to put Data Lables&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif; color: #222222;"&gt;2. How to put Data Table under the Chart&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif; color: #222222;"&gt;3. How to rename the series names.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333;"&gt; &lt;/P&gt;&lt;P style="font-size: 12px; color: #333333;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif; color: #222222;"&gt;Below is the recorded Macro. I don't know how to convert it to ABAP.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333;"&gt; &lt;/P&gt;&lt;P style="font-size: 12px; color: #333333;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif; color: #222222;"&gt;Sub Macro1()&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif; color: #222222;"&gt;ActiveSheet.Shapes.AddChart.Select&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif; color: #222222;"&gt;ActiveChart.ChartType = xlColumnClustered&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif; color: #222222;"&gt;Application.CutCopyMode = False&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif; color: #222222;"&gt;ActiveChart.SetSourceData Source:=Range("B1:E4")&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif; color: #222222;"&gt;ActiveChart.SeriesCollection(1).Name = "=Sheet2!$A$2"&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif; color: #222222;"&gt;ActiveChart.SeriesCollection(2).Name = "=Sheet2!$A$3"&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif; color: #222222;"&gt;ActeChart.SeriesCollection(3).Name = "=Sheet2!$A$4"&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif; color: #222222;"&gt;ActiveChart.SetElement (msoElementDataLabelOutSideEnd)&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif; color: #222222;"&gt;ActiveChart.SetElement (msoElementDataTableWithLegendKeys)&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif; color: #222222;"&gt;End Sub&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333;"&gt; &lt;/P&gt;&lt;P style="font-size: 12px; color: #333333;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif; color: #222222;"&gt;I have attached the current output and expected output.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333;"&gt; &lt;/P&gt;&lt;P style="font-size: 12px; color: #333333;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif; color: #222222;"&gt;I have searched about this in google but i could not find any solution for this.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333;"&gt; &lt;/P&gt;&lt;P style="font-size: 12px; color: #333333;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif; color: #222222;"&gt;Your help is greatly appreciated.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif; color: #222222;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif; color: #222222; text-decoration: underline;"&gt;Current Output:&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif; color: #222222;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; text-decoration: underline;"&gt;&lt;A _jive_internal="true" href="https://answers.sap.com/servlet/JiveServlet/showImage/2-14895643-415792/current output.jpg" style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #3778c7;"&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/415796" height="359" width="450" /&gt;&lt;/A&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333;"&gt; &lt;/P&gt;&lt;P style="font-size: 12px; color: #333333;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif; color: #222222; text-decoration: underline;"&gt;Expected Output:&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif; color: #222222;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif; color: #222222;"&gt;&lt;A _jive_internal="true" href="https://answers.sap.com/servlet/JiveServlet/showImage/2-14895643-415793/expected output.jpg" style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #3778c7;"&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/415797" height="328" width="450" /&gt;&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif; color: #222222;"&gt;I hope that I have explained my query clearly. &lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif; color: #222222;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif; color: #222222;"&gt;Thanks,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif; color: #222222;"&gt;Lakshmi.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Mar 2014 02:21:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ac-flush-call-usage-in-custom-program/m-p/8886606#M1688631</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-03-21T02:21:27Z</dc:date>
    </item>
  </channel>
</rss>

