<?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: transfer data table control to ..... in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/transfer-data-table-control-to/m-p/3887536#M933865</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Suresh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There are loop in PAI &amp;amp; PBO for your table control.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now In PAI - loop you has to write code for saving data of table control in to your database.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for your table control there is internal table . assume itis itab and for that work area is wa_itab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now here i am giving code to you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and database table name is tbl_data&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOOP AT itab INTO wa_itab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    if ok_code = 'save'.&lt;/P&gt;&lt;P&gt;        INSERT INTO tbl_data  VALUES  wa_itab.&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;ENDLOOP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;at the time of saving whatever your data of table control it will transfer into your internal table . and with help of that you are inserting data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i hope so ur problem will be solved.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Vipul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 31 May 2008 09:51:11 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-05-31T09:51:11Z</dc:date>
    <item>
      <title>transfer data table control to .....</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/transfer-data-table-control-to/m-p/3887535#M933864</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hello,&lt;/P&gt;&lt;P&gt;In layout used with multiple rows &amp;amp; coloums with sel.mode ..&lt;/P&gt;&lt;P&gt;In table control having 4 fileds created data dictionary.&lt;/P&gt;&lt;P&gt;here i entered data in table control in 4 fields in 6 lines.&lt;/P&gt;&lt;P&gt;now i want save the data in data dictionary while pressing ctrl + s.&lt;/P&gt;&lt;P&gt;i dont know logic.&lt;/P&gt;&lt;P&gt;please tell me logic.&lt;/P&gt;&lt;P&gt;how to transfer the it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 31 May 2008 08:00:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/transfer-data-table-control-to/m-p/3887535#M933864</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-31T08:00:15Z</dc:date>
    </item>
    <item>
      <title>Re: transfer data table control to .....</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/transfer-data-table-control-to/m-p/3887536#M933865</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Suresh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There are loop in PAI &amp;amp; PBO for your table control.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now In PAI - loop you has to write code for saving data of table control in to your database.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for your table control there is internal table . assume itis itab and for that work area is wa_itab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now here i am giving code to you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and database table name is tbl_data&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOOP AT itab INTO wa_itab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    if ok_code = 'save'.&lt;/P&gt;&lt;P&gt;        INSERT INTO tbl_data  VALUES  wa_itab.&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;ENDLOOP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;at the time of saving whatever your data of table control it will transfer into your internal table . and with help of that you are inserting data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i hope so ur problem will be solved.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Vipul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 31 May 2008 09:51:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/transfer-data-table-control-to/m-p/3887536#M933865</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-31T09:51:11Z</dc:date>
    </item>
    <item>
      <title>Re: transfer data table control to .....</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/transfer-data-table-control-to/m-p/3887537#M933866</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thank u vipul kumar.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 01 Jun 2008 10:57:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/transfer-data-table-control-to/m-p/3887537#M933866</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-01T10:57:34Z</dc:date>
    </item>
  </channel>
</rss>

