<?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 Table control locking lines for new entry in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-locking-lines-for-new-entry/m-p/5090880#M1181724</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear All&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a table control on  PBO its populating data, when displayed its locking all fields for new entry. i want to capture new entry, what can i do. its not a wizard table control.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;William Mutero&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 01 Feb 2009 10:44:57 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-02-01T10:44:57Z</dc:date>
    <item>
      <title>Table control locking lines for new entry</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-locking-lines-for-new-entry/m-p/5090880#M1181724</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear All&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a table control on  PBO its populating data, when displayed its locking all fields for new entry. i want to capture new entry, what can i do. its not a wizard table control.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;William Mutero&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 01 Feb 2009 10:44:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-locking-lines-for-new-entry/m-p/5090880#M1181724</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-01T10:44:57Z</dc:date>
    </item>
    <item>
      <title>Re: Table control locking lines for new entry</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-locking-lines-for-new-entry/m-p/5090881#M1181725</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi:&lt;/P&gt;&lt;P&gt;In the flow logic use the sample code for removing the lock on the fields. means to make the input field enable again&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;process after input.
  loop at g_ac123_itab.
    chain.
      field ztn_record-mandt.
      field ztn_record-empid.
      field ztn_record-empphno.
      field ztn_record-empname.
      field ztn_record-newfield.
      module ac123_modify on chain-request.
    endchain.
  endloop.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 01 Feb 2009 10:54:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-locking-lines-for-new-entry/m-p/5090881#M1181725</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-01T10:54:18Z</dc:date>
    </item>
    <item>
      <title>Re: Table control locking lines for new entry</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-locking-lines-for-new-entry/m-p/5090882#M1181726</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;use INSERT INITIAL LINE INTO itab.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 01 Feb 2009 10:54:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-locking-lines-for-new-entry/m-p/5090882#M1181726</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-01T10:54:52Z</dc:date>
    </item>
    <item>
      <title>Re: Table control locking lines for new entry</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-locking-lines-for-new-entry/m-p/5090883#M1181727</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;Go through this program: DEMO_DYNPRO_TABCONT_LOOP_AT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&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;Deepthi.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 01 Feb 2009 13:00:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-locking-lines-for-new-entry/m-p/5090883#M1181727</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-01T13:00:14Z</dc:date>
    </item>
  </channel>
</rss>

