<?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: adding new blank row to a table control in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/adding-new-blank-row-to-a-table-control/m-p/925179#M59715</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;Generally you should add new line to internal table which you are using to store data for table control and then adjust number of lines in table control using for example following code:&lt;/P&gt;&lt;P&gt;DESCRIBE TABLE INT_TAB LINES TAB_CTRL-LINES.&lt;/P&gt;&lt;P&gt;where INT_TAB is your internal table and TAB_CTRL is your table control name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Krzys&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 01 Jun 2005 14:46:30 GMT</pubDate>
    <dc:creator>krzysztof_konitz4</dc:creator>
    <dc:date>2005-06-01T14:46:30Z</dc:date>
    <item>
      <title>adding new blank row to a table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/adding-new-blank-row-to-a-table-control/m-p/925175#M59711</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi friends,&lt;/P&gt;&lt;P&gt;can any one please help me adding new blank row to the existing table control. please send me your valuable suggestions preferably with code if u have, as this is the showstopper.&lt;/P&gt;&lt;P&gt;thanks in advance.&lt;/P&gt;&lt;P&gt;swapna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Jun 2005 09:25:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/adding-new-blank-row-to-a-table-control/m-p/925175#M59711</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-06-01T09:25:48Z</dc:date>
    </item>
    <item>
      <title>Re: adding new blank row to a table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/adding-new-blank-row-to-a-table-control/m-p/925176#M59712</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Swapna,&lt;/P&gt;&lt;P&gt;         I think you can append a blank entry into the internal table of the table control.I would prefer to add another field as flag in the internal table and append that table with only this field entry as 'X'.This is wud give a blank entry .&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Abhishek.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Jun 2005 10:05:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/adding-new-blank-row-to-a-table-control/m-p/925176#M59712</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-06-01T10:05:22Z</dc:date>
    </item>
    <item>
      <title>Re: adding new blank row to a table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/adding-new-blank-row-to-a-table-control/m-p/925177#M59713</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;TCL-lines is the field for total number of lines in Table control.  Increment the lines in the PAI event.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Rehan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Jun 2005 10:05:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/adding-new-blank-row-to-a-table-control/m-p/925177#M59713</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-06-01T10:05:47Z</dc:date>
    </item>
    <item>
      <title>Re: adding new blank row to a table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/adding-new-blank-row-to-a-table-control/m-p/925178#M59714</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi abhishek,&lt;/P&gt;&lt;P&gt;   the logic was ok but when i did the same it is not updating when debugged it i saw other rows of the internal table have the flag column empty. ofcourse this may not be the issue but some how i could not update the row. rehan logic also not working when i tried in PAI&lt;/P&gt;&lt;P&gt;do u have any code which u did earlier.&lt;/P&gt;&lt;P&gt;thanks and regards,&lt;/P&gt;&lt;P&gt;swapna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Jun 2005 14:30:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/adding-new-blank-row-to-a-table-control/m-p/925178#M59714</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-06-01T14:30:53Z</dc:date>
    </item>
    <item>
      <title>Re: adding new blank row to a table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/adding-new-blank-row-to-a-table-control/m-p/925179#M59715</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;Generally you should add new line to internal table which you are using to store data for table control and then adjust number of lines in table control using for example following code:&lt;/P&gt;&lt;P&gt;DESCRIBE TABLE INT_TAB LINES TAB_CTRL-LINES.&lt;/P&gt;&lt;P&gt;where INT_TAB is your internal table and TAB_CTRL is your table control name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Krzys&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Jun 2005 14:46:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/adding-new-blank-row-to-a-table-control/m-p/925179#M59715</guid>
      <dc:creator>krzysztof_konitz4</dc:creator>
      <dc:date>2005-06-01T14:46:30Z</dc:date>
    </item>
    <item>
      <title>Re: adding new blank row to a table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/adding-new-blank-row-to-a-table-control/m-p/925180#M59716</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try to add new line into internal table used with table control. After this, into the dynpro PBO, call the command  "REFRESH CONTROL ctrlname FROM SCREEN scr",&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Gianluca&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Jun 2005 15:57:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/adding-new-blank-row-to-a-table-control/m-p/925180#M59716</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-06-01T15:57:07Z</dc:date>
    </item>
    <item>
      <title>Re: adding new blank row to a table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/adding-new-blank-row-to-a-table-control/m-p/925181#M59717</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks Krzys,&lt;/P&gt;&lt;P&gt; it worked.&lt;/P&gt;&lt;P&gt;thanks and regards,&lt;/P&gt;&lt;P&gt;swapna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Jun 2005 12:15:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/adding-new-blank-row-to-a-table-control/m-p/925181#M59717</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-06-02T12:15:23Z</dc:date>
    </item>
    <item>
      <title>Re: adding new blank row to a table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/adding-new-blank-row-to-a-table-control/m-p/925182#M59718</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;please can any one tell me how to award award points.&lt;/P&gt;&lt;P&gt;thanks and regards,&lt;/P&gt;&lt;P&gt;swapna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Jun 2005 12:25:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/adding-new-blank-row-to-a-table-control/m-p/925182#M59718</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-06-02T12:25:01Z</dc:date>
    </item>
    <item>
      <title>Re: adding new blank row to a table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/adding-new-blank-row-to-a-table-control/m-p/925183#M59719</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 never asked at forums &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt; so I didn't have posibilities to give someone points. But I think that it shouldn't be difficult.&lt;/P&gt;&lt;P&gt;You should mark posts as "problem solved", "helpful answer" and do on.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Krzys&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Jun 2005 22:03:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/adding-new-blank-row-to-a-table-control/m-p/925183#M59719</guid>
      <dc:creator>krzysztof_konitz4</dc:creator>
      <dc:date>2005-06-02T22:03:35Z</dc:date>
    </item>
    <item>
      <title>Re: adding new blank row to a table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/adding-new-blank-row-to-a-table-control/m-p/925184#M59720</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, &lt;/P&gt;&lt;P&gt;I am facing problem in Module Pool..I want one more line for Input under my table control.. &lt;/P&gt;&lt;P&gt;Here I am giving the brief desc. of my problem : &lt;/P&gt;&lt;P&gt;Suppose, Initially in my table control there is 10 lines when user enters data for all 10 lines and still want to enter 1 more line then I have to insert (append) one more line at last under Table Control when User presses enter key &lt;/P&gt;&lt;P&gt;so kindly send me your valuable comments regarding that issue, your efforts will be highly appreciable. &lt;/P&gt;&lt;P&gt;Thanx and regards, &lt;/P&gt;&lt;P&gt;Pawan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Jun 2005 11:46:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/adding-new-blank-row-to-a-table-control/m-p/925184#M59720</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-06-14T11:46:15Z</dc:date>
    </item>
  </channel>
</rss>

