<?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: How to reload the function group in single program in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-reload-the-function-group-in-single-program/m-p/7359833#M1541774</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;the fm internally does the init statements&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
  CALL FUNCTION 'L_SAPLL03A_INIT_INT'.
  PERFORM SAPML03T_INIT(SAPML03T).
  CALL FUNCTION 'HU_PACKING_REFRESH'.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sp i think you have not cleared the internal table T_LUBQU for the second run.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Like,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;loop&lt;/P&gt;&lt;P&gt;clear i_lubqu[].&lt;/P&gt;&lt;P&gt;call L_TO_CREATE_POSTING_CHANGE&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 03 Nov 2010 13:05:14 GMT</pubDate>
    <dc:creator>kesavadas_thekkillath</dc:creator>
    <dc:date>2010-11-03T13:05:14Z</dc:date>
    <item>
      <title>How to reload the function group in single program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-reload-the-function-group-in-single-program/m-p/7359832#M1541773</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 L_TO_CREATE_POSTING_CHANGE to create TO  for one batch. &lt;/P&gt;&lt;P&gt;I want to create one more TO in same program execution for another batch. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So When I try with executing program, first TO has been creating successfully and while in 2nd TO creation the internal table ILQUAU(common data part) is taking data from first batch. so I want to reload the function group during 2nd TO creation&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I make it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Basha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Nov 2010 12:51:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-reload-the-function-group-in-single-program/m-p/7359832#M1541773</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-11-03T12:51:09Z</dc:date>
    </item>
    <item>
      <title>Re: How to reload the function group in single program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-reload-the-function-group-in-single-program/m-p/7359833#M1541774</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;the fm internally does the init statements&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
  CALL FUNCTION 'L_SAPLL03A_INIT_INT'.
  PERFORM SAPML03T_INIT(SAPML03T).
  CALL FUNCTION 'HU_PACKING_REFRESH'.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sp i think you have not cleared the internal table T_LUBQU for the second run.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Like,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;loop&lt;/P&gt;&lt;P&gt;clear i_lubqu[].&lt;/P&gt;&lt;P&gt;call L_TO_CREATE_POSTING_CHANGE&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Nov 2010 13:05:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-reload-the-function-group-in-single-program/m-p/7359833#M1541774</guid>
      <dc:creator>kesavadas_thekkillath</dc:creator>
      <dc:date>2010-11-03T13:05:14Z</dc:date>
    </item>
    <item>
      <title>Re: How to reload the function group in single program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-reload-the-function-group-in-single-program/m-p/7359834#M1541775</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As you said, internal table is refreshing but main program table is not populating with new data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ie: the main program(SAPML03B) table ILQUAU is inital( not populating with new data) where as subprogram (ML03TF80) internal table ILQUAU is populating with new data. &lt;/P&gt;&lt;P&gt;So I want to populate main programs table also. How can I do?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;basha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Nov 2010 13:27:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-reload-the-function-group-in-single-program/m-p/7359834#M1541775</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-11-03T13:27:15Z</dc:date>
    </item>
  </channel>
</rss>

