<?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: L_TO_CREATE_SINGLE in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/l-to-create-single/m-p/3966607#M947471</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks buddy. &lt;/P&gt;&lt;P&gt;It almost solved the issue.&lt;/P&gt;&lt;P&gt;very foolish i might have gone through FM document.&lt;/P&gt;&lt;P&gt;any way thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;vamsi.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 12 Jun 2008 19:11:30 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-06-12T19:11:30Z</dc:date>
    <item>
      <title>L_TO_CREATE_SINGLE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/l-to-create-single/m-p/3966603#M947467</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;/P&gt;&lt;P&gt;I am using L_TO_CREATE_SINGLE to create a transfer order.&lt;/P&gt;&lt;P&gt;after execution a TO is created and database tables are updated. i want to stop this updation until some time( like i should show a TO data on a custom screen before and on that screen if user press ok then updation should take place.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help as this is a very urgent requirement.&lt;/P&gt;&lt;P&gt;atleast share your idea.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks &lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;vamsi.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jun 2008 14:58:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/l-to-create-single/m-p/3966603#M947467</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-12T14:58:29Z</dc:date>
    </item>
    <item>
      <title>Re: L_TO_CREATE_SINGLE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/l-to-create-single/m-p/3966604#M947468</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;L_TO_CREATE_SINGLE is a BAPI and the Changes will be updated when you are going to call the FM BAPI_TRANSACTION_COMMIT. So Call the Commit only after the User presses OK.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jun 2008 15:01:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/l-to-create-single/m-p/3966604#M947468</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-12T15:01:44Z</dc:date>
    </item>
    <item>
      <title>Re: L_TO_CREATE_SINGLE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/l-to-create-single/m-p/3966605#M947469</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for your response.&lt;/P&gt;&lt;P&gt;can you clearly explain what you wrote.&lt;/P&gt;&lt;P&gt;i dont understand that.&lt;/P&gt;&lt;P&gt;where to use commit and how.&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jun 2008 15:34:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/l-to-create-single/m-p/3966605#M947469</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-12T15:34:28Z</dc:date>
    </item>
    <item>
      <title>Re: L_TO_CREATE_SINGLE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/l-to-create-single/m-p/3966606#M947470</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;&lt;/P&gt;&lt;P&gt;I mean that you are creating the TO Via this FM. Once you have processed the FM, then dont do commit work. Do the custom screen and once the user says yes then you do Commit work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FM Call for TO -&lt;/P&gt;&lt;HR originaltext="----" /&gt;&lt;P&gt;&amp;gt; Display Screen -&lt;/P&gt;&lt;HR originaltext="------" /&gt;&lt;P&gt;&amp;gt; User Confirmation -&lt;/P&gt;&lt;HR originaltext="---" /&gt;&lt;P&gt;&amp;gt; Commit via FM or normally.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Saket Sharma&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jun 2008 16:08:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/l-to-create-single/m-p/3966606#M947470</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-12T16:08:54Z</dc:date>
    </item>
    <item>
      <title>Re: L_TO_CREATE_SINGLE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/l-to-create-single/m-p/3966607#M947471</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks buddy. &lt;/P&gt;&lt;P&gt;It almost solved the issue.&lt;/P&gt;&lt;P&gt;very foolish i might have gone through FM document.&lt;/P&gt;&lt;P&gt;any way thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;vamsi.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jun 2008 19:11:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/l-to-create-single/m-p/3966607#M947471</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-12T19:11:30Z</dc:date>
    </item>
    <item>
      <title>Re: L_TO_CREATE_SINGLE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/l-to-create-single/m-p/3966608#M947472</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;When I tried to update it gives back a error. ans data is not updated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Jun 2008 07:14:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/l-to-create-single/m-p/3966608#M947472</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-13T07:14:19Z</dc:date>
    </item>
    <item>
      <title>Re: L_TO_CREATE_SINGLE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/l-to-create-single/m-p/3966609#M947473</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you elaborate on the error.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Jun 2008 07:44:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/l-to-create-single/m-p/3966609#M947473</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-13T07:44:22Z</dc:date>
    </item>
    <item>
      <title>Re: L_TO_CREATE_SINGLE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/l-to-create-single/m-p/3966610#M947474</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;If user wish to change the data on the screen and press save the previous data must be refreshed and a new TO should be created. but now once the second TO is created and updated the first TO is also updated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Jun 2008 09:15:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/l-to-create-single/m-p/3966610#M947474</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-13T09:15:50Z</dc:date>
    </item>
    <item>
      <title>Re: L_TO_CREATE_SINGLE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/l-to-create-single/m-p/3966611#M947475</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try using BAPI_TRANSACTION_ROLLBACK in between if the data is changed by user intervention.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and again u call ur TO creation FM with the new data and call the commit FM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this will help u!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Jun 2008 09:20:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/l-to-create-single/m-p/3966611#M947475</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-13T09:20:09Z</dc:date>
    </item>
    <item>
      <title>Re: L_TO_CREATE_SINGLE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/l-to-create-single/m-p/3966612#M947476</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;THANKS &lt;/P&gt;&lt;P&gt;That works.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Jun 2008 09:59:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/l-to-create-single/m-p/3966612#M947476</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-13T09:59:28Z</dc:date>
    </item>
  </channel>
</rss>

