<?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 Using Tabstrip update the database table in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/using-tabstrip-update-the-database-table/m-p/3778193#M909099</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Guy's,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I created two screens(100 &amp;amp; 110).&lt;/P&gt;&lt;P&gt;Click 1 pushbutton HRP1000 related information is displayed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Click 2 pushbutton it displays HRP1001 relatd information.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;worked to read the data from the Database tables and output displayed sucessfuly .   However i want to entered data in those fields wants to update to database table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please friends help me how to work this senario.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;Sai.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 28 Apr 2008 06:56:09 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-04-28T06:56:09Z</dc:date>
    <item>
      <title>Using Tabstrip update the database table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/using-tabstrip-update-the-database-table/m-p/3778193#M909099</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Guy's,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I created two screens(100 &amp;amp; 110).&lt;/P&gt;&lt;P&gt;Click 1 pushbutton HRP1000 related information is displayed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Click 2 pushbutton it displays HRP1001 relatd information.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;worked to read the data from the Database tables and output displayed sucessfuly .   However i want to entered data in those fields wants to update to database table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please friends help me how to work this senario.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;Sai.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Apr 2008 06:56:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/using-tabstrip-update-the-database-table/m-p/3778193#M909099</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-28T06:56:09Z</dc:date>
    </item>
    <item>
      <title>Re: Using Tabstrip update the database table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/using-tabstrip-update-the-database-table/m-p/3778194#M909100</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Add two more buttons eg  but3 and but4.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When clicking but 3, display all athe fields in HRP1000  as blank and allow the user to enter the values in it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then , when clicking on "SAVE' button, modify the database table from screen structure.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Apr 2008 10:14:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/using-tabstrip-update-the-database-table/m-p/3778194#M909100</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-28T10:14:22Z</dc:date>
    </item>
    <item>
      <title>Re: Using Tabstrip update the database table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/using-tabstrip-update-the-database-table/m-p/3778195#M909101</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Guy's,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To update the database records, wrote the logic in PAI &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   WHEN 'SAVE'.&lt;/P&gt;&lt;P&gt;    INSERT HRP1001.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;INSERT INTO HRP1001  VALUES wa_P2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it displaying an error message " the work area wa_p2 is not long enough.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and also i tried using it_p2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it displaying an error message " you can't use internal table as work area".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help me friends  it is very urgent.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;Sai.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Apr 2008 11:26:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/using-tabstrip-update-the-database-table/m-p/3778195#M909101</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-28T11:26:46Z</dc:date>
    </item>
  </channel>
</rss>

