<?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: Insert Statement in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/insert-statement/m-p/3866989#M929364</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes it is always a best practice to Enqueue and Dequeue any table befor you update ...Even a ZTABLE as you will not be the only one using that table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Create a Lock Object and create the Enqueue and Dequeue Function module for this purpose..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Raghav&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 16 May 2008 12:30:18 GMT</pubDate>
    <dc:creator>former_member182354</dc:creator>
    <dc:date>2008-05-16T12:30:18Z</dc:date>
    <item>
      <title>Insert Statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/insert-statement/m-p/3866985#M929360</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 have written one program which reads records from input file  and those records are inserted in Z table with 'INSERT' statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me know whether there is a need to call enqueue and dequeue function modules ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Netra&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 May 2008 09:56:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/insert-statement/m-p/3866985#M929360</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-16T09:56:33Z</dc:date>
    </item>
    <item>
      <title>Re: Insert Statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/insert-statement/m-p/3866986#M929361</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;well you need to know that &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;its a Z-Table, so only you guys who created this Z-Table can know when it will be used.&lt;/P&gt;&lt;P&gt;but well if you enqueue the table before inserting you dont do anything wrong.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;just make sure to dequeue it afterwards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 May 2008 10:04:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/insert-statement/m-p/3866986#M929361</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-16T10:04:32Z</dc:date>
    </item>
    <item>
      <title>Re: Insert Statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/insert-statement/m-p/3866987#M929362</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;no need&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 May 2008 12:19:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/insert-statement/m-p/3866987#M929362</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-16T12:19:22Z</dc:date>
    </item>
    <item>
      <title>Re: Insert Statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/insert-statement/m-p/3866988#M929363</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;no need to enqueue or dequeue.&lt;/P&gt;&lt;P&gt;coz you are not fetching records from the table ..records are in your file..and you are goin to insert those recods into the table which dont exist in table b4.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so you can not lock or unlock  the records which are not in table..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thnks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 May 2008 12:23:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/insert-statement/m-p/3866988#M929363</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-16T12:23:40Z</dc:date>
    </item>
    <item>
      <title>Re: Insert Statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/insert-statement/m-p/3866989#M929364</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes it is always a best practice to Enqueue and Dequeue any table befor you update ...Even a ZTABLE as you will not be the only one using that table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Create a Lock Object and create the Enqueue and Dequeue Function module for this purpose..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Raghav&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 May 2008 12:30:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/insert-statement/m-p/3866989#M929364</guid>
      <dc:creator>former_member182354</dc:creator>
      <dc:date>2008-05-16T12:30:18Z</dc:date>
    </item>
  </channel>
</rss>

