<?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: delete in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/delete/m-p/1571688#M258077</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The Open SQL statement for deleting lines from a database table is:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DELETE [FROM] target lines.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It allows you to delete one or more lines from the database table target. As described in the section Inserting Table Lines, the database table target can be specified statically and dynamically.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To select the lines that you want to delete using a condition, use the following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DELETE FROM target WHERE cond.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All of the lines in the database table that satisfy the conditions in the WHERE clause are deleted. The FROM expression must occur between the keyword and the database table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have a look at below link.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw2004s/helpdata/en/fc/eb3aef358411d1829f0000e829fbfe/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw2004s/helpdata/en/fc/eb3aef358411d1829f0000e829fbfe/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Vibha Deshmukh&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*Plz mark useful answers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 09 Oct 2006 05:41:50 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-10-09T05:41:50Z</dc:date>
    <item>
      <title>delete</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/delete/m-p/1571687#M258076</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to delete a field value from a data base table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If my condition is satisified.i need to delete the from value form the table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Plese give me the syntax in all posible ways.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in Advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&amp;amp;Regrds.&lt;/P&gt;&lt;P&gt;Ramu.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Oct 2006 05:38:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/delete/m-p/1571687#M258076</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-09T05:38:36Z</dc:date>
    </item>
    <item>
      <title>Re: delete</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/delete/m-p/1571688#M258077</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The Open SQL statement for deleting lines from a database table is:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DELETE [FROM] target lines.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It allows you to delete one or more lines from the database table target. As described in the section Inserting Table Lines, the database table target can be specified statically and dynamically.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To select the lines that you want to delete using a condition, use the following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DELETE FROM target WHERE cond.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All of the lines in the database table that satisfy the conditions in the WHERE clause are deleted. The FROM expression must occur between the keyword and the database table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have a look at below link.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw2004s/helpdata/en/fc/eb3aef358411d1829f0000e829fbfe/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw2004s/helpdata/en/fc/eb3aef358411d1829f0000e829fbfe/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Vibha Deshmukh&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*Plz mark useful answers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Oct 2006 05:41:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/delete/m-p/1571688#M258077</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-09T05:41:50Z</dc:date>
    </item>
    <item>
      <title>Re: delete</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/delete/m-p/1571689#M258078</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 condition.&lt;/P&gt;&lt;P&gt;delete ztab where field1 = value.&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Jayanthi Jayaraman&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Oct 2006 05:42:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/delete/m-p/1571689#M258078</guid>
      <dc:creator>jayanthi_jayaraman</dc:creator>
      <dc:date>2006-10-09T05:42:38Z</dc:date>
    </item>
    <item>
      <title>Re: delete</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/delete/m-p/1571690#M258079</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;check this from help..&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;DELETE { {FROM target [WHERE sql_cond]} &lt;/P&gt;&lt;P&gt;       | {target FROM source} }.&amp;lt;/b&amp;gt; &lt;/P&gt;&lt;P&gt;Effect &lt;/P&gt;&lt;P&gt;The statement DELETE deletes one or more rows from the database table specified in target. The rows that are to be deleted are specified either in a WHERE condition sql_cond or with data objects in source. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;System Fields &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The statement DELETE sets the values of the system fields sy-subrc and sy-dbcnt. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sy-subrc Meaning &lt;/P&gt;&lt;P&gt;0 A least one row was deleted. &lt;/P&gt;&lt;P&gt;4 At least one row could not be deleted, since it was not found in the database table. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The statement MODIFY sets sy-dbcnt to the number of deleted rows. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;DELETE dbtab - cond&amp;lt;/b&amp;gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Syntax &lt;/P&gt;&lt;P&gt;... WHERE sql_cond. &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;The WHERE addition uses a logical expression sql_cond to specify which rows in the database table are deleted. The same applies to the logical expression sql_cond as for the WHERE condition of the SELECT statement. If there is no row in the database that satisfies the WHERE condition, no row is deleted and sy-subrc is set to 4. If no WHERE condition is specified, all rows are deleted. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note &lt;/P&gt;&lt;P&gt;As of Release 6.10, specifying the WHERE condition is optional. Prior to Release 6.10, you had to specify the WHERE condition in this variant of the DELETE statement and you could not use dynamic logical expressions. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the following example, all an airline's flights for today in which no seats are occupied are deleted from the database table SFLIGHT (see also, example to dtab-source). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PARAMETERS p_carrid TYPE sflight-carrid. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DELETE FROM sflight &lt;/P&gt;&lt;P&gt;WHERE  carrid = p_carrid AND &lt;/P&gt;&lt;P&gt;       fldate = sy-datum AND &lt;/P&gt;&lt;P&gt;       seatsocc = 0. &lt;/P&gt;&lt;P&gt;Syntax &lt;/P&gt;&lt;P&gt;... FROM wa|{TABLE itab}. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Alternatives: &lt;/P&gt;&lt;P&gt;1. ... FROM wa &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. ... FROM TABLE itab &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;After FROM, you can specifiy a data object wa that is not table-type or an internal table itab. The content of the data objects determines the row(s) to be deleted. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Alternative 1 &lt;/P&gt;&lt;P&gt;... 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;&lt;/P&gt;&lt;P&gt;Effect &lt;/P&gt;&lt;P&gt;If you specify a work area wa that is not table-type, a row is searched for in the database table whose primary key content is the same as that of the corresponding initial part of the work area. The content of the work area is not converted and is interpreted according to the structure of the database table or view. This row is deleted. The work area must meet the prerequisites for use in Open SQL statements. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If there is no row in the database with the same content as the primary key, no row is deleted and sy-subrc is set to 4. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Notes &lt;/P&gt;&lt;P&gt;The work area wa should be declared wit reference to the database table or view in the ABAP Dictionary using the length of the primary key. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the database table of view are specified statically, you do not have to specify the work area with FROM wa outside of classes if a table work area dbtab is declared for the relevant database table or view using the TABLES statement. The system then implicitly adds the FROM dbtab addition to the DELETE 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;Alternative 2 &lt;/P&gt;&lt;P&gt;... FROM TABLE itab &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;Effect &lt;/P&gt;&lt;P&gt;If an internal table itab is specified, the system processed all rows of the internal table according to the rules for the work area wa. The row type of the internal table must meet the prerequisites for use in Open SQLstatements. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If, for a row of the internal table, there is no row in the database with the same content as the primary key, the corresponding row is ignored and sy-subrc is set to 4. If the internal table is empty, sy-subrc is set to 0. The system field sy-dbcnt is always set to the number of rows actually deleted. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the following example, all today's flights of an airline in which no seats are occupied are deleted from the database table SFLIGHT. The client field must be in the row structure of the internal table sflight_key_tab. Otherwise it does not cover the primary key of the database table and incorrect key values will be accepted as a result. This example has the same function as that for dtab-cond, but it requires two database accesses. The deleted rows are recorded in the internal table. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PARAMETERS p_carrid TYPE sflight-carrid. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TYPES: BEGIN OF sflight_key, &lt;/P&gt;&lt;P&gt;         mandt  TYPE sflight-mandt, &lt;/P&gt;&lt;P&gt;         carrid TYPE sflight-carrid, &lt;/P&gt;&lt;P&gt;         connid TYPE sflight-connid, &lt;/P&gt;&lt;P&gt;         fldate TYPE sflight-fldate, &lt;/P&gt;&lt;P&gt;      END OF sflight_key. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA sflight_key_tab TYPE TABLE OF sflight_key. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECT carrid connid fldate &lt;/P&gt;&lt;P&gt;       FROM sflight &lt;/P&gt;&lt;P&gt;       INTO CORRESPONDING FIELDS OF TABLE sflight_key_tab &lt;/P&gt;&lt;P&gt;       WHERE carrid = p_carrid AND &lt;/P&gt;&lt;P&gt;             fldate = sy-datum AND &lt;/P&gt;&lt;P&gt;             seatsocc = 0. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DELETE sflight FROM TABLE sflight_key_tab. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;do reward if it helps,&lt;/P&gt;&lt;P&gt;priya.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Oct 2006 05:45:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/delete/m-p/1571690#M258079</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-09T05:45:47Z</dc:date>
    </item>
    <item>
      <title>Re: delete</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/delete/m-p/1571691#M258080</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ramu,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;lets say you are checking the condition with a simple IF statment, then&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF &amp;lt;Condition&amp;gt; = &amp;lt;TRUE&amp;gt;.&lt;/P&gt;&lt;P&gt;delete TABLE where field = value.&lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here 1 single record will be deleted fromthe standard table(TABLE).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;SUdheer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Oct 2006 05:50:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/delete/m-p/1571691#M258080</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-09T05:50:22Z</dc:date>
    </item>
    <item>
      <title>Re: delete</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/delete/m-p/1571692#M258081</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ramu,&lt;/P&gt;&lt;P&gt;You can delete the value from database table by using the following syntax:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF &amp;lt;condition satisfied&amp;gt;.&lt;/P&gt;&lt;P&gt;delete &amp;lt;dbtabname&amp;gt; from &amp;lt;workarea&amp;gt;.&lt;/P&gt;&lt;P&gt;"Workarea will be of the same type as the table &amp;amp; will contain the values of table line to be deleted"&lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or u can use this syntax.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;delete from &amp;lt;dbtabname&amp;gt; where &amp;lt;condition&amp;gt;.&lt;/P&gt;&lt;P&gt;In the condition part above,you can mention the condition for which u want to delete the table entries.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or use the syntax:&lt;/P&gt;&lt;P&gt;delete &amp;lt;dbtabname&amp;gt; from &amp;lt;itab&amp;gt;.&lt;/P&gt;&lt;P&gt;Here itab is the internal table which contains all the values which you want to delete from the database table dbtabname.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this information helps.Please reward points if you find the info. useful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Chetan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Oct 2006 05:52:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/delete/m-p/1571692#M258081</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-09T05:52:12Z</dc:date>
    </item>
    <item>
      <title>Re: delete</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/delete/m-p/1571693#M258082</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 think you wanna clear the field:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;update ztab&lt;/P&gt;&lt;P&gt; set field1 = space "( numbers 0 )&lt;/P&gt;&lt;P&gt;     where field 2 &amp;gt; xyz&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;pls reward useful answers&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Andreas Mann&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Oct 2006 06:00:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/delete/m-p/1571693#M258082</guid>
      <dc:creator>andreas_mann3</dc:creator>
      <dc:date>2006-10-09T06:00:04Z</dc:date>
    </item>
    <item>
      <title>Re: delete</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/delete/m-p/1571694#M258083</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ramu,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. How to delete a field value from a data base table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; I suppose, u want to CLEAR the&lt;/P&gt;&lt;P&gt; value of a particular field, in database table,&lt;/P&gt;&lt;P&gt; for a particular record.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. Then do like this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. a) First select the particular record,&lt;/P&gt;&lt;P&gt;      in some work area eg. WA.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;   b) CLEAR the field in WA.&lt;/P&gt;&lt;P&gt;     if condition.&lt;/P&gt;&lt;P&gt;     CLEAR WA-FIELD1.&lt;/P&gt;&lt;P&gt;     ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  C) then just use&lt;/P&gt;&lt;P&gt;   MODIFY ZDBTABLE FROM WA.&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;amit m.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Oct 2006 06:12:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/delete/m-p/1571694#M258083</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-09T06:12:57Z</dc:date>
    </item>
  </channel>
</rss>

