<?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 Line Inserting in Table Control in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/line-inserting-in-table-control/m-p/6050544#M1352312</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;I am having this requirement.&lt;/P&gt;&lt;P&gt;1. I have a tab strip control on the screen (say Tab_Strip_Main ) .&lt;/P&gt;&lt;P&gt;2. On tab2 i have a table control on top and again a tab strip control on bottom (say Table_control_Tab2  and Tab_Strip_Tab2 ).&lt;/P&gt;&lt;P&gt;    While creating the table control i chose the INSERT/DELETE option in the wizard and they are working perfectly.&lt;/P&gt;&lt;P&gt;3. In the Tab_Strip_Tab2 i have 2 tabs. I added a table control in one of the tabs (say Tab_Strip_Tab2_1 ). &lt;/P&gt;&lt;P&gt;   Also while creating this table control i did the same as i did on Tab_Strip_Tab2 selected INSERT/DELETE option in the wizard but   &lt;/P&gt;&lt;P&gt;   when i click on INSERT it is not adding a BALNK line in my table control. I have all the code in PAI.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Not sure where i am doing wrong. Could anyone please help em out with this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;/P&gt;&lt;P&gt;Karuna.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 11 Aug 2009 16:09:06 GMT</pubDate>
    <dc:creator>karuna_gangireddy</dc:creator>
    <dc:date>2009-08-11T16:09:06Z</dc:date>
    <item>
      <title>Line Inserting in Table Control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/line-inserting-in-table-control/m-p/6050544#M1352312</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;I am having this requirement.&lt;/P&gt;&lt;P&gt;1. I have a tab strip control on the screen (say Tab_Strip_Main ) .&lt;/P&gt;&lt;P&gt;2. On tab2 i have a table control on top and again a tab strip control on bottom (say Table_control_Tab2  and Tab_Strip_Tab2 ).&lt;/P&gt;&lt;P&gt;    While creating the table control i chose the INSERT/DELETE option in the wizard and they are working perfectly.&lt;/P&gt;&lt;P&gt;3. In the Tab_Strip_Tab2 i have 2 tabs. I added a table control in one of the tabs (say Tab_Strip_Tab2_1 ). &lt;/P&gt;&lt;P&gt;   Also while creating this table control i did the same as i did on Tab_Strip_Tab2 selected INSERT/DELETE option in the wizard but   &lt;/P&gt;&lt;P&gt;   when i click on INSERT it is not adding a BALNK line in my table control. I have all the code in PAI.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Not sure where i am doing wrong. Could anyone please help em out with this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;/P&gt;&lt;P&gt;Karuna.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Aug 2009 16:09:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/line-inserting-in-table-control/m-p/6050544#M1352312</guid>
      <dc:creator>karuna_gangireddy</dc:creator>
      <dc:date>2009-08-11T16:09:06Z</dc:date>
    </item>
    <item>
      <title>Re: Line Inserting in Table Control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/line-inserting-in-table-control/m-p/6050545#M1352313</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can u plz provide the code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Aug 2009 17:08:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/line-inserting-in-table-control/m-p/6050545#M1352313</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-11T17:08:08Z</dc:date>
    </item>
    <item>
      <title>Re: Line Inserting in Table Control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/line-inserting-in-table-control/m-p/6050546#M1352314</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;the BLANK line comes when in the code you insert a blank record to the internal table which you have used for that table control.&lt;/P&gt;&lt;P&gt;see if this append line is there or not.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Aug 2009 17:48:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/line-inserting-in-table-control/m-p/6050546#M1352314</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-11T17:48:48Z</dc:date>
    </item>
    <item>
      <title>Re: Line Inserting in Table Control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/line-inserting-in-table-control/m-p/6050547#M1352315</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Sowmya. You were absolutely correct. I am adding a BLANK line. It took me while to figure that out though :)-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Karuna.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Aug 2009 18:14:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/line-inserting-in-table-control/m-p/6050547#M1352315</guid>
      <dc:creator>karuna_gangireddy</dc:creator>
      <dc:date>2009-08-17T18:14:34Z</dc:date>
    </item>
  </channel>
</rss>

