<?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: function module not clearing data in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-not-clearing-data/m-p/6994890#M1494378</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;Just look into that fm it just clears and refreshes some variables.&lt;/P&gt;&lt;P&gt;It was used in the same sequesnce wherever the fm was called.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 28 May 2010 14:09:09 GMT</pubDate>
    <dc:creator>kesavadas_thekkillath</dc:creator>
    <dc:date>2010-05-28T14:09:09Z</dc:date>
    <item>
      <title>function module not clearing data</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-not-clearing-data/m-p/6994887#M1494375</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 using function module hu_goods_movement_create.its generating material document successfully. again i am  doing the goods movement with out comming out of the function module. even though i pass new data to function module. its picking the old data.once i come out the transaction and redo the same thing its working fine.i think function module is not clearing the buffer. can any body help me in this regard.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgds&lt;/P&gt;&lt;P&gt;siva&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 May 2010 13:11:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-not-clearing-data/m-p/6994887#M1494375</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-05-28T13:11:46Z</dc:date>
    </item>
    <item>
      <title>Re: function module not clearing data</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-not-clearing-data/m-p/6994888#M1494376</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 dont find such fm in my system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is a fm called &lt;STRONG&gt;HU_CREATE_GOODS_MOVEMENT&lt;/STRONG&gt; ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try executing it in this test sequence in se37 or in your code&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  CALL FUNCTION 'HU_PACKING_REFRESH'&lt;/P&gt;&lt;P&gt;  CALL FUNCTION 'SERIAL_INTTAB_REFRESH'.&lt;/P&gt;&lt;P&gt;  CALL FUNCTION 'L_SAPLL03A_INIT_INT'.&lt;/P&gt;&lt;P&gt;  CALL FUNCTION 'HU_CREATE_GOODS_MOVEMENT'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can find the example in report &lt;STRONG&gt;/ISDFPS/STOCK_CHANGE_WERKS_LGO&lt;/STRONG&gt; and in include &lt;STRONG&gt;LHUMOF04&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 May 2010 13:49:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-not-clearing-data/m-p/6994888#M1494376</guid>
      <dc:creator>kesavadas_thekkillath</dc:creator>
      <dc:date>2010-05-28T13:49:24Z</dc:date>
    </item>
    <item>
      <title>Re: function module not clearing data</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-not-clearing-data/m-p/6994889#M1494377</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Keshav,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your reply.can i know what is the use of this function module L_SAPLL03A_INIT_INT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgds&lt;/P&gt;&lt;P&gt;siva&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 May 2010 14:00:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-not-clearing-data/m-p/6994889#M1494377</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-05-28T14:00:21Z</dc:date>
    </item>
    <item>
      <title>Re: function module not clearing data</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-not-clearing-data/m-p/6994890#M1494378</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;Just look into that fm it just clears and refreshes some variables.&lt;/P&gt;&lt;P&gt;It was used in the same sequesnce wherever the fm was called.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 May 2010 14:09:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-not-clearing-data/m-p/6994890#M1494378</guid>
      <dc:creator>kesavadas_thekkillath</dc:creator>
      <dc:date>2010-05-28T14:09:09Z</dc:date>
    </item>
    <item>
      <title>Re: function module not clearing data</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-not-clearing-data/m-p/6994891#M1494379</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks kesav, it worked.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Jun 2010 06:44:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-not-clearing-data/m-p/6994891#M1494379</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-06-03T06:44:48Z</dc:date>
    </item>
  </channel>
</rss>

