<?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 in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/insert/m-p/2442660#M546859</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;yes u can&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;insert into ztable ....&lt;/P&gt;&lt;P&gt;after the query dont forget to write&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;MODIFY &amp;lt;DATABASE TABLE&amp;gt;&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;ravish&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward if useful&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 04 Jul 2007 06:07:40 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-07-04T06:07:40Z</dc:date>
    <item>
      <title>Insert</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/insert/m-p/2442657#M546856</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can we insert directly in a databse table in a report?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;e.g. Insert into EKPO...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IS this Advisable...Instead we go for BAPI or BDC ?&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;Message was edited by: &lt;/P&gt;&lt;P&gt;        Madan Gopal Sharma&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        Madan Gopal Sharma&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Jul 2007 06:04:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/insert/m-p/2442657#M546856</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-04T06:04:21Z</dc:date>
    </item>
    <item>
      <title>Re: Insert</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/insert/m-p/2442658#M546857</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes you can. Press F1 on Insert command you will get the code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check this from SAP help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Syntax Diagram &lt;/P&gt;&lt;P&gt;INSERT &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Insert into a database table &lt;/P&gt;&lt;P&gt;- INSERT INTO dbtab VALUES wa.or &lt;/P&gt;&lt;P&gt;INSERT INTO (dbtabname) VALUES wa. or &lt;/P&gt;&lt;P&gt;INSERT dbtab FROM wa. or &lt;/P&gt;&lt;P&gt;INSERT (dbtabname) FROM wa. &lt;/P&gt;&lt;P&gt;- INSERT dbtab FROM TABLE itab. or &lt;/P&gt;&lt;P&gt;INSERT (dbtabname) FROM TABLE itab. &lt;/P&gt;&lt;P&gt;- INSERT  dbtab. or &lt;/P&gt;&lt;P&gt;INSERT *dbtab.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Jul 2007 06:05:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/insert/m-p/2442658#M546857</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-04T06:05:43Z</dc:date>
    </item>
    <item>
      <title>Re: Insert</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/insert/m-p/2442659#M546858</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;Better to use Modify statement&lt;/P&gt;&lt;P&gt;Fetch the data into ITAB&lt;/P&gt;&lt;P&gt;then use Modify ekpo from table ITAB.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points for useful Answers&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Anji&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Jul 2007 06:06:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/insert/m-p/2442659#M546858</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-04T06:06:12Z</dc:date>
    </item>
    <item>
      <title>Re: Insert</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/insert/m-p/2442660#M546859</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;yes u can&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;insert into ztable ....&lt;/P&gt;&lt;P&gt;after the query dont forget to write&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;MODIFY &amp;lt;DATABASE TABLE&amp;gt;&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;ravish&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward if useful&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Jul 2007 06:07:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/insert/m-p/2442660#M546859</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-04T06:07:40Z</dc:date>
    </item>
    <item>
      <title>Re: Insert</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/insert/m-p/2442661#M546860</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt; Yes U can&lt;/P&gt;&lt;P&gt;INSERT - Inserting Data in Database Tables &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Variants: &lt;/P&gt;&lt;P&gt;1. INSERT INTO dbtab [CLIENT SPECIFIED] VALUES wa. &lt;/P&gt;&lt;P&gt;INSERT INTO (dbtabname) [CLIENT SPECIFIED] VALUES wa. &lt;/P&gt;&lt;P&gt;2. INSERT dbtab [CLIENT SPECIFIED] FROM TABLE itab. oder &lt;/P&gt;&lt;P&gt;INSERT (dbtabname) [CLIENT SPECIFIED] FROM TABLE itab. &lt;/P&gt;&lt;P&gt;3. INSERT dbtab [CLIENT SPECIFIED]. oder &lt;/P&gt;&lt;P&gt;INSERT *dbtab [CLIENT SPECIFIED]. oder &lt;/P&gt;&lt;P&gt;INSERT (dbtabname) [CLIENT SPECIFIED] ... . &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Effect &lt;/P&gt;&lt;P&gt;Adds new records to a database table (see relational database). You can specify the name of the database table either directly in the program in the form dbtab or at runtime as the contents of the field dbtabname. In either case, the database table must be declared in the ABAP Dictionary. You can only insert data using a view if the view refers to a single table and has the maintenance status "No restriction" in the ABAP Dictionary. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;By default, data is only inserted in the current client. However, if you use the CLIENT SPECIFIED addition, you can switch off the automatic client handling. This enables you to enter data for any client in a cross-client table, not just in the client in which you are logged on. In this case, the client field is treated like a normal field to which you can assign a value in the work area. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;INSERT is an OPEN SQL statement. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Notes &lt;/P&gt;&lt;P&gt;You cannot insert a table line if the table already contains a record with the same primary key or an identical set of key values for a UNIQUEindex. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When you insert records using a views, all fields of the database table that are not contained in the view are filled with their initial value ( TABLES) if they were created with the NOT NULL option in the ABAP Dictionary. Otherwise, they are filled with NULL values. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The INSERT statement does not perform any authorization checks. You should instead implement your own at program level. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When you use the INSERT statement, the data is not written firmly to the database until a database commit occurs (see LUW). Before this, you can use a database rollback to undo any changes (see Programming Transactions). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is not possible to synchronize simultaneous access to the same data by several users using the lock mechanism of the database system alone. You will therefore often need to use the SAP locking system. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Variant 1 &lt;/P&gt;&lt;P&gt;INSERT INTO dbtab [CLIENT SPECIFIED] VALUES wa. oder &lt;/P&gt;&lt;P&gt;INSERT INTO (dbtabname) [CLIENT SPECIFIED] VALUES wa. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Effect &lt;/P&gt;&lt;P&gt;Inserts one line into a database table. The new line that you want to insert is taken from the work area wa. The data is read from wa from left to right accordinng to the structure of the table work area dbtab(TABLES). The structure of wa is not considered. Consequently, the work area wa must be at least as wide (see DATA) as the table work area dbtab and its alignment must correspond to that of the table work area, otherwise a runtime error will occur. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After the statement has been executed, the system field SY-DBCNT contains the number of lines that have been inserted (0 or 1). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The return code is set as follows: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SY-SUBRC = 0: &lt;/P&gt;&lt;P&gt;Line inserted. &lt;/P&gt;&lt;P&gt;SY-SUBRC = 4: &lt;/P&gt;&lt;P&gt;The line could not be inserted. A line with the same key already existed. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example &lt;/P&gt;&lt;P&gt;Adding customer "Robinson" in the current client: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TABLES SCUSTOM. &lt;/P&gt;&lt;P&gt;SCUSTOM-ID        = '12400177'. &lt;/P&gt;&lt;P&gt;SCUSTOM-NAME      = 'Robinson'. &lt;/P&gt;&lt;P&gt;SCUSTOM-POSTCODE  = '69542'. &lt;/P&gt;&lt;P&gt;SCUSTOM-CITY      = 'Heidelberg'. &lt;/P&gt;&lt;P&gt;SCUSTOM-CUSTTYPE  = 'P'. &lt;/P&gt;&lt;P&gt;SCUSTOM-DISCOUNT  = '003'. &lt;/P&gt;&lt;P&gt;SCUSTOM-TELEPHONE = '01234/56789'. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;INSERT INTO SCUSTOM VALUES SCUSTOM. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example &lt;/P&gt;&lt;P&gt;Adding customer "Robinson" to client 002: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TABLES SCUSTOM. &lt;/P&gt;&lt;P&gt;SCUSTOM-MANDT     = '002'. &lt;/P&gt;&lt;P&gt;SCUSTOM-ID        = '12400177'. &lt;/P&gt;&lt;P&gt;SCUSTOM-NAME      = 'Robinson'. &lt;/P&gt;&lt;P&gt;SCUSTOM-POSTCODE  = '69542'. &lt;/P&gt;&lt;P&gt;SCUSTOM-CITY      = 'Heidelberg'. &lt;/P&gt;&lt;P&gt;SCUSTOM-CUSTTYPE  = 'P'. &lt;/P&gt;&lt;P&gt;SCUSTOM-DISCOUNT  = '003'. &lt;/P&gt;&lt;P&gt;SCUSTOM-TELEPHONE = '01234/56789'. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;INSERT INTO SCUSTOM CLIENT SPECIFIED VALUES SCUSTOM. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Variant 2 &lt;/P&gt;&lt;P&gt;INSERT dbtab [CLIENT SPECIFIED]. oder INSERT *dbtab [CLIENT SPECIFIED]. oder &lt;/P&gt;&lt;P&gt;INSERT (dbtabname) [CLIENT SPECIFIED] ... . &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Addition: ... FROM wa &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In an ABAP Objects context, a more severe syntax check is performed that in other ABAP areas. See Short forms not allowed and * work areas not allowed. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Effect &lt;/P&gt;&lt;P&gt;These are SAP-specific short forms for the statements introduced under variant 1. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;INSERT INTO dbtab VALUES dbtab. bzw. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;INSERT INTO dbtab VALUES *dbtab. bzw. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;INSERT INTO (dbtabname) VALUES wa. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When you specify the name of the database table directly, the program must contain a corresponding TABLES statement. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you specify the database table at runtime, you must use the ... FROM wa addition. After the statement has been executed, the system field SY-DBCNT contains the number of records inserted (0 or 1). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The return code is set as follows: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SY-SUBRC = 0: &lt;/P&gt;&lt;P&gt;Line inserted. &lt;/P&gt;&lt;P&gt;SY-SUBRC = 4: &lt;/P&gt;&lt;P&gt;Line could not be inserted, since the table already contains a line with the same key. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example &lt;/P&gt;&lt;P&gt;Adding a record to a database table: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TABLES SAIRPORT. &lt;/P&gt;&lt;P&gt;SAIRPORT-ID   = 'NEW'. &lt;/P&gt;&lt;P&gt;SAIRPORT-NAME = 'NEWPORT APT'. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;INSERT SAIRPORT. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Addition &lt;/P&gt;&lt;P&gt;... FROM wa &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Effect &lt;/P&gt;&lt;P&gt;The values for the lines to be inserted are taken from the specified work area wa, not from the table work area dbtab. The work area wa must satisfy the conditions specified under variant 1. In this addition, you can specify the name of the database table either directly or indirectly, as specified in variant 1. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note &lt;/P&gt;&lt;P&gt;If you do not specify an explicit work area, the values for the line to be inserted are still taken from the table work area dbtab if the statement occurs in a FORM or FUNCTION in which the table work area is obscured by a formal parameter or local variable with the same name. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Variant 3 &lt;/P&gt;&lt;P&gt;INSERT dbtab [CLIENT SPECIFIED] FROM TABLE itab. or INSERT (dbtabname) [CLIENT SPECIFIED] FROM TABLE itab. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Addition: ... ACCEPTING DUPLICATE KEYS &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Effect &lt;/P&gt;&lt;P&gt;Mass insert: Inserts all lines of table itab in a single operation. The lines of itab must satisfy the same condition as the work area wa in variant 1. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After the statement has been executed, the system field SY-DBCNT contains the number of lines inserted. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The return code is set as follows: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SY-SUBRC = 0: &lt;/P&gt;&lt;P&gt;All lines inserted successfully. Any other situation causes a runtime error. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note &lt;/P&gt;&lt;P&gt;If the internal table itab is empty, SY-SUBRC and SY-DBCNT are both 0 after the call. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Addition &lt;/P&gt;&lt;P&gt;... ACCEPTING DUPLICATE KEYS &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Effect &lt;/P&gt;&lt;P&gt;If the system cannot insert a line, the program does not terminate with a runtime error. Instead, SY-SUBRC is set to 4. All lines of the internal table after the one that could not be inserted are still inserted into the database table. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reagards,&lt;/P&gt;&lt;P&gt;Nandha&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward if it helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Jul 2007 06:09:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/insert/m-p/2442661#M546860</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-04T06:09:03Z</dc:date>
    </item>
    <item>
      <title>Re: Insert</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/insert/m-p/2442662#M546861</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi madan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it is definitely possible to insert data into database table. but you need to take care of locking and unlocking the table before and after usage.&lt;/P&gt;&lt;P&gt;Create a lock object from "se11" and that would create "enqueue_&amp;lt;lockobjectname&amp;gt;" and "dequeue_&amp;lt;lockobjectname&amp;gt;" function modules.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;use both the functionmodules before and after inserting values to your database tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Reward points if this was helpful&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;Kiran&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Jul 2007 06:10:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/insert/m-p/2442662#M546861</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-04T06:10:40Z</dc:date>
    </item>
  </channel>
</rss>

