<?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: message when INSERT/DELETE table in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/message-when-insert-delete-table/m-p/3067248#M726888</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hiii.&lt;/P&gt;&lt;P&gt;actuly i am editing an GRID where in i m entering then valuse to update by using SAVe buttun. when save is presed i need this message to be displayed. i have used describe table in erlier stage to find whether user hasss inserded or deleted the row.&lt;/P&gt;&lt;P&gt;since after insert /delete i am passing sy-dbcnt to the message screen field.. i am geting valuse of sy-dbcnt in varible fiel but when i run the program it only displye sthe screen but not sy-dbcnt valuse..&lt;/P&gt;&lt;P&gt;plz help me&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 19 Nov 2007 10:50:59 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-11-19T10:50:59Z</dc:date>
    <item>
      <title>message when INSERT/DELETE table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/message-when-insert-delete-table/m-p/3067246#M726886</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Experts!!&lt;/P&gt;&lt;P&gt;i am working on a screen in which i  have some Alv DISPLAY OF ATABLE AND WHEN I INSERT OR DELTE FROM THE TABLE, immdiate after insert or delte i need to display a message with sy-dbcnt detail.. for this &lt;/P&gt;&lt;P&gt;i have creeted a screen to and taken i/p o/p fields in that naming variable for same INSIP and passing the valus eo sy-dbcnt to that field in screen PBo. but i am not getting the Sy-dbcnt values.&lt;/P&gt;&lt;P&gt;but when i debug i get the value in the Variable INSIP but not dispaling when i run it..plz help me soooon&lt;/P&gt;&lt;P&gt;please help me wats wrong..&lt;/P&gt;&lt;P&gt;thank you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Nov 2007 10:32:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/message-when-insert-delete-table/m-p/3067246#M726886</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-19T10:32:31Z</dc:date>
    </item>
    <item>
      <title>Re: message when INSERT/DELETE table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/message-when-insert-delete-table/m-p/3067247#M726887</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;logic&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;case sy-ucomm.&lt;/P&gt;&lt;P&gt;when delete.&lt;/P&gt;&lt;P&gt; DESCRIBE TABLE itab LINES lin &lt;/P&gt;&lt;P&gt;msg s0001 with lin.&lt;/P&gt;&lt;P&gt;when insert.&lt;/P&gt;&lt;P&gt;DESCRIBE TABLE itab LINES lin &lt;/P&gt;&lt;P&gt;msg s0001 with lin.&lt;/P&gt;&lt;P&gt;endcase.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Nov 2007 10:37:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/message-when-insert-delete-table/m-p/3067247#M726887</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-19T10:37:31Z</dc:date>
    </item>
    <item>
      <title>Re: message when INSERT/DELETE table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/message-when-insert-delete-table/m-p/3067248#M726888</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hiii.&lt;/P&gt;&lt;P&gt;actuly i am editing an GRID where in i m entering then valuse to update by using SAVe buttun. when save is presed i need this message to be displayed. i have used describe table in erlier stage to find whether user hasss inserded or deleted the row.&lt;/P&gt;&lt;P&gt;since after insert /delete i am passing sy-dbcnt to the message screen field.. i am geting valuse of sy-dbcnt in varible fiel but when i run the program it only displye sthe screen but not sy-dbcnt valuse..&lt;/P&gt;&lt;P&gt;plz help me&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Nov 2007 10:50:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/message-when-insert-delete-table/m-p/3067248#M726888</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-19T10:50:59Z</dc:date>
    </item>
    <item>
      <title>Re: message when INSERT/DELETE table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/message-when-insert-delete-table/m-p/3067249#M726889</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;After u press save button u r updating the table..so after that statement u write the seelct quuery&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Update ztable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select count * from ztable into v_count.&lt;/P&gt;&lt;P&gt;if sys-subrc eq 0.&lt;/P&gt;&lt;P&gt;give message with v_count.&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rewrad if helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nagaraj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Nov 2007 11:05:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/message-when-insert-delete-table/m-p/3067249#M726889</guid>
      <dc:creator>former_member404244</dc:creator>
      <dc:date>2007-11-19T11:05:16Z</dc:date>
    </item>
    <item>
      <title>Re: message when INSERT/DELETE table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/message-when-insert-delete-table/m-p/3067250#M726890</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HII&lt;/P&gt;&lt;P&gt;I TRIED WITH THIS&lt;/P&gt;&lt;P&gt;DESCRIBE TABLE itab LINES lin &lt;/P&gt;&lt;P&gt;msg s0001 with lin.&lt;/P&gt;&lt;P&gt;HOW TO WRITE MESSAGE WITH USING LIN.&lt;/P&gt;&lt;P&gt;I NEED TO CREATE IT IN MESSAGE CLASS..PLZ EXPLAIN ME&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Nov 2007 11:23:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/message-when-insert-delete-table/m-p/3067250#M726890</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-19T11:23:32Z</dc:date>
    </item>
    <item>
      <title>Re: message when INSERT/DELETE table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/message-when-insert-delete-table/m-p/3067251#M726891</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;in the message class create some text using &amp;amp; like.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;001    No of lines inserted &amp;amp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now message s001 with lin&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;amp; symbol will get replaced by value of lin&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*&lt;STRONG&gt;reward if answered&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Nov 2007 11:29:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/message-when-insert-delete-table/m-p/3067251#M726891</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-19T11:29:37Z</dc:date>
    </item>
  </channel>
</rss>

