<?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: Value not getting captured in table control in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/value-not-getting-captured-in-table-control/m-p/2043473#M420436</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI rakesh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have you tried debugging your code?Try to debug it and see what is happening,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 26 Mar 2007 06:39:17 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-03-26T06:39:17Z</dc:date>
    <item>
      <title>Value not getting captured in table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/value-not-getting-captured-in-table-control/m-p/2043470#M420433</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;  we have a table control wherein we can enter some value in a field.Based on some condition the remaining fields are disabled.When the user tries to enter some value in the field that is input enabed and click MODIFY button for the first time the db table is getting updated.But when the user tries modifying for the second time the value that is entered is not getting captured insted it is capturing the old value.what should be done to get the first value?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Rakesh.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Mar 2007 04:42:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/value-not-getting-captured-in-table-control/m-p/2043470#M420433</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-26T04:42:02Z</dc:date>
    </item>
    <item>
      <title>Re: Value not getting captured in table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/value-not-getting-captured-in-table-control/m-p/2043471#M420434</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rakesh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please check code written in PAI module. in loop of PAI you have to modify the internal table for values you are changing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this will resolve u r problem,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If u r still stucked then reply with the code details of PAI module I will suggest you with details.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Darshan.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;**Give points if u find this useful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Mar 2007 05:14:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/value-not-getting-captured-in-table-control/m-p/2043471#M420434</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-26T05:14:28Z</dc:date>
    </item>
    <item>
      <title>Re: Value not getting captured in table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/value-not-getting-captured-in-table-control/m-p/2043472#M420435</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Darshan&lt;/P&gt;&lt;P&gt;  plz find the code below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PROCESS BEFORE OUTPUT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  loop at gt_zltstrigger into wa_zltstrigger with  control t_control1.&lt;/P&gt;&lt;P&gt;    MODULE STATUS_0200.&lt;/P&gt;&lt;P&gt;  endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PROCESS AFTER INPUT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  loop at gt_zltstrigger.&lt;/P&gt;&lt;P&gt;    module read_table_control.&lt;/P&gt;&lt;P&gt;  endloop.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;  MODULE USER_COMMAND_0200.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;amp;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*&amp;amp;      Module  read_table_control  INPUT&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;amp;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;      text&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;STRONG&gt;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="-----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MODULE read_table_control INPUT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  MODIFY gt_zltstrigger FROM wa_zltstrigger INDEX t_control1-current_line.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ENDMODULE.                 " read_table_control  INPUT&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;amp;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;amp;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*&amp;amp;      Module  USER_COMMAND_0200  INPUT&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;amp;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;      text&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;STRONG&gt;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="-----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MODULE USER_COMMAND_0200 INPUT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  CASE sy-ucomm.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  when c_modify.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      select single * from zltstrigger_prnr&lt;/P&gt;&lt;P&gt;                      into corresponding fields of wa_prnr&lt;/P&gt;&lt;P&gt;                        where  werks eq wa_zltstrigger-werks&lt;/P&gt;&lt;P&gt;                        and vstel eq wa_zltstrigger-vstel&lt;/P&gt;&lt;P&gt;                        and lgort eq wa_zltstrigger-lgort&lt;/P&gt;&lt;P&gt;                        and lfart eq wa_zltstrigger-lfart.&lt;/P&gt;&lt;P&gt;      if sy-subrc eq 0.&lt;/P&gt;&lt;P&gt;        message e034(001) with 'Partner type cannot be maintained when there are Doc partner records present'(003).&lt;/P&gt;&lt;P&gt;      endif.&lt;/P&gt;&lt;P&gt;      wa_zltstrigger2-mandt = sy-mandt.&lt;/P&gt;&lt;P&gt;      wa_zltstrigger-werks = t001w-werks.&lt;/P&gt;&lt;P&gt;      wa_zltstrigger-vstel = likp-vstel.&lt;/P&gt;&lt;P&gt;      wa_zltstrigger-lgort = t001l-lgort.&lt;/P&gt;&lt;P&gt;      wa_zltstrigger-lfart = tvlkt-lfart.&lt;/P&gt;&lt;P&gt;      wa_zltstrigger-counter = zltstrigger-counter.&lt;/P&gt;&lt;P&gt;      wa_zltstrigger2-rcvprn = zltstrigger-rcvprn.&lt;/P&gt;&lt;P&gt;      wa_zltstrigger-parvw = zltstrigger-parvw.&lt;/P&gt;&lt;P&gt;      update zltstrigger from wa_zltstrigger2.&lt;/P&gt;&lt;P&gt;      commit work.&lt;/P&gt;&lt;P&gt;      g_flag = '1'.&lt;/P&gt;&lt;P&gt;clear zltstrigger.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Mar 2007 05:22:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/value-not-getting-captured-in-table-control/m-p/2043472#M420435</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-26T05:22:07Z</dc:date>
    </item>
    <item>
      <title>Re: Value not getting captured in table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/value-not-getting-captured-in-table-control/m-p/2043473#M420436</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI rakesh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have you tried debugging your code?Try to debug it and see what is happening,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Mar 2007 06:39:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/value-not-getting-captured-in-table-control/m-p/2043473#M420436</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-26T06:39:17Z</dc:date>
    </item>
    <item>
      <title>Re: Value not getting captured in table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/value-not-getting-captured-in-table-control/m-p/2043474#M420437</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;seems rest of the code is ok. You need to change this statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MODIFY gt_zltstrigger FROM zltstrigger INDEX t_control1-current_line.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i.e instead of wa_zltstrigger  write zltstrigger .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Darshan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Mar 2007 07:08:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/value-not-getting-captured-in-table-control/m-p/2043474#M420437</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-26T07:08:51Z</dc:date>
    </item>
    <item>
      <title>Re: Value not getting captured in table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/value-not-getting-captured-in-table-control/m-p/2043475#M420438</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rakesh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this has solved your problem,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If yes then pl. reward points.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DARSHAN&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Mar 2007 13:26:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/value-not-getting-captured-in-table-control/m-p/2043475#M420438</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-26T13:26:58Z</dc:date>
    </item>
  </channel>
</rss>

