<?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 L_TO_CREATE_MULTIPLE and commit in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-l-to-create-multiple-and-commit/m-p/5628759#M1281723</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Paulo,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The main Idea here is COMMIT should get called once the callto Function module &lt;STRONG&gt;L_TO_CREATE_MULTIPLE&lt;/STRONG&gt; is executed so it really doesn't makes different if you call &lt;STRONG&gt;L_TO_CREATE_MULTIPLE&lt;/STRONG&gt; with I_COMMIT = 'X'&lt;/P&gt;&lt;P&gt;or you call &lt;STRONG&gt;L_TO_CREATE_MULTIPLE&lt;/STRONG&gt; with I_COMMIT = SPACE and later to this call to Function module do COMMIT WORK, both are effectively same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One thing that needs to be taken care is if you are calling &lt;STRONG&gt;L_TO_CREATE_MULTIPLE&lt;/STRONG&gt; in LOOP you have to do COMMIT after each call.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Shital&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 04 May 2009 17:04:52 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-05-04T17:04:52Z</dc:date>
    <item>
      <title>Function module L_TO_CREATE_MULTIPLE and commit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-l-to-create-multiple-and-commit/m-p/5628758#M1281722</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;Does anyone knows if in one report I call function module L_TO_CREATE_MULTIPLE with parameter I_COMMIT_WORK = SPACE and if in the main report after the call of the function module i do a commit command that allows that the transfer order is created ? And are the tables received if the call of L_TO_CREATE_MULTIPLE correct with the information of the created transfer order ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or in other way if I really want to create the transfer order, I must pass the parameter I_COMMIT_WORK = 'X' ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;/P&gt;&lt;P&gt;Paulo Sousa&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 May 2009 16:51:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-l-to-create-multiple-and-commit/m-p/5628758#M1281722</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-04T16:51:28Z</dc:date>
    </item>
    <item>
      <title>Re: Function module L_TO_CREATE_MULTIPLE and commit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-l-to-create-multiple-and-commit/m-p/5628759#M1281723</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Paulo,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The main Idea here is COMMIT should get called once the callto Function module &lt;STRONG&gt;L_TO_CREATE_MULTIPLE&lt;/STRONG&gt; is executed so it really doesn't makes different if you call &lt;STRONG&gt;L_TO_CREATE_MULTIPLE&lt;/STRONG&gt; with I_COMMIT = 'X'&lt;/P&gt;&lt;P&gt;or you call &lt;STRONG&gt;L_TO_CREATE_MULTIPLE&lt;/STRONG&gt; with I_COMMIT = SPACE and later to this call to Function module do COMMIT WORK, both are effectively same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One thing that needs to be taken care is if you are calling &lt;STRONG&gt;L_TO_CREATE_MULTIPLE&lt;/STRONG&gt; in LOOP you have to do COMMIT after each call.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Shital&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 May 2009 17:04:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-l-to-create-multiple-and-commit/m-p/5628759#M1281723</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-04T17:04:52Z</dc:date>
    </item>
    <item>
      <title>Re: Function module L_TO_CREATE_MULTIPLE and commit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-l-to-create-multiple-and-commit/m-p/5628760#M1281724</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Shital,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using FM &lt;STRONG&gt;L_TO_CREATE_MULTIPLE &lt;/STRONG&gt;to create a single to for multiple locations but I noticed that the TO always is confirmed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any way to create the TO but not confirmed? or a different FM?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot,&lt;/P&gt;&lt;P&gt;neobat&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Jul 2013 17:40:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-l-to-create-multiple-and-commit/m-p/5628760#M1281724</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-07-19T17:40:59Z</dc:date>
    </item>
  </channel>
</rss>

