<?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 rows to Table control in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/adding-rows-to-table-control/m-p/1041047#M86534</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Subbu,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Which transaction are you calling? Did you check if there is a BAPI or a function module to do the same?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can reward by choosing the radio-buttons next to each response based on how helpful they were to you. Once completely answered, you will choose 'Solved Problem' option, if that answer helped you to solve it. If you solved it yourself, right next to your original post, there will be a button 'Solved myself' or something like that. Choosing this will close the post and there will be a blue start next to the post.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Srinivas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 11 Oct 2005 15:31:56 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2005-10-11T15:31:56Z</dc:date>
    <item>
      <title>Adding rows to Table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/adding-rows-to-table-control/m-p/1041043#M86530</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;Can some one give me the code to add rows in the table control (with out calling a dummy screen).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Oct 2005 23:38:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/adding-rows-to-table-control/m-p/1041043#M86530</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-10-10T23:38:28Z</dc:date>
    </item>
    <item>
      <title>Re: Adding rows to Table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/adding-rows-to-table-control/m-p/1041044#M86531</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you are asking about the table control bdc logic, see if the transaction has a menu option 'new entry' or 'insert rows' or some such function that brings the next available free row to the top or the second row. Then in your logic, you can always keep the index to be either 1 or 2, and bdc okcode will be the function code found above. once all the items are entered, then you will use a different function code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please close your previous posts.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Srinivas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Oct 2005 00:19:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/adding-rows-to-table-control/m-p/1041044#M86531</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-10-11T00:19:56Z</dc:date>
    </item>
    <item>
      <title>Re: Adding rows to Table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/adding-rows-to-table-control/m-p/1041045#M86532</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;Actually in this link,I am maintaining some rows disabled and after pressing the insert button , I am enabling those rows.Just check the link.Kindly reward points by clicking the star on the left of reply,if it helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/documents/a1-8-4/table" target="test_blank"&gt;https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/documents/a1-8-4/table&lt;/A&gt; control in abap.pdf&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Oct 2005 03:37:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/adding-rows-to-table-control/m-p/1041045#M86532</guid>
      <dc:creator>jayanthi_jayaraman</dc:creator>
      <dc:date>2005-10-11T03:37:57Z</dc:date>
    </item>
    <item>
      <title>Re: Adding rows to Table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/adding-rows-to-table-control/m-p/1041046#M86533</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Srinivas,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes, I am talking about the BDC logic only, I checked it in the menu but i don't see any new entry option there. That is the reason i am asking. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, I guess i am closing the other posts by rewarding the points, if not tell me how to do it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Oct 2005 14:43:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/adding-rows-to-table-control/m-p/1041046#M86533</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-10-11T14:43:57Z</dc:date>
    </item>
    <item>
      <title>Re: Adding rows to Table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/adding-rows-to-table-control/m-p/1041047#M86534</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Subbu,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Which transaction are you calling? Did you check if there is a BAPI or a function module to do the same?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can reward by choosing the radio-buttons next to each response based on how helpful they were to you. Once completely answered, you will choose 'Solved Problem' option, if that answer helped you to solve it. If you solved it yourself, right next to your original post, there will be a button 'Solved myself' or something like that. Choosing this will close the post and there will be a blue start next to the post.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Srinivas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Oct 2005 15:31:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/adding-rows-to-table-control/m-p/1041047#M86534</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-10-11T15:31:56Z</dc:date>
    </item>
  </channel>
</rss>

