<?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: Module Pool table controle row level prob in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-table-controle-row-level-prob/m-p/6343627#M1397869</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Kumar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please note the following &lt;STRONG&gt;Changed Code&lt;/STRONG&gt;, I just checked and it is working fine&lt;/P&gt;&lt;P&gt;in PBO&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;loop at itab with control tc.&lt;/P&gt;&lt;P&gt;module modify_screen.  &lt;STRONG&gt;This should be here only&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;module modify_screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if not itab-field is initial.&lt;/P&gt;&lt;P&gt;loop at screen.&lt;/P&gt;&lt;P&gt;if screen-fieldname = 'ITAB-FIELDNAME'.&lt;/P&gt;&lt;P&gt;screen-input = 0.&lt;/P&gt;&lt;P&gt;modify screen.&lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;Ram&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 24 Oct 2009 08:09:44 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-10-24T08:09:44Z</dc:date>
    <item>
      <title>Module Pool table controle row level prob</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-table-controle-row-level-prob/m-p/6343624#M1397866</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am working in a module pool program where in table controle  i want a perticular row should become in display mode if a specific field is NE SPACE. is it possible if possible than please sugest me how.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;D Tarun Kumar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 24 Oct 2009 06:37:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-table-controle-row-level-prob/m-p/6343624#M1397866</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-10-24T06:37:42Z</dc:date>
    </item>
    <item>
      <title>Re: Module Pool table controle row level prob</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-table-controle-row-level-prob/m-p/6343625#M1397867</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Kumar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in PBO&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;loop at itab with control tc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;module modify_screen. ---&amp;gt; This should come next to the above loop&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;module modify_screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;loop at itab&lt;/P&gt;&lt;P&gt;if not itab-field is initial.&lt;/P&gt;&lt;P&gt;loop at screen.&lt;/P&gt;&lt;P&gt;if screen-fieldname = 'ITAB-FIELDNAME'.&lt;/P&gt;&lt;P&gt;screen-input = 0.&lt;/P&gt;&lt;P&gt;modify screen.&lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;Ram&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 24 Oct 2009 06:54:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-table-controle-row-level-prob/m-p/6343625#M1397867</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-10-24T06:54:20Z</dc:date>
    </item>
    <item>
      <title>Re: Module Pool table controle row level prob</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-table-controle-row-level-prob/m-p/6343626#M1397868</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In this case all the rows will be in display mode&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Exactly My Requirement I am describing  with example&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Suppose in table control I have three Records and the first field is main field which is if initial than the row should in change mode otherwise is should be in display mode.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Field1		Field2		Field3		Field4		Field5&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1abc2		1abc3		1abc4		1abc5		Record 1&lt;/P&gt;&lt;P&gt;2xyz1		2xyz2		2xyz3		2xyz4		2xyz5		Record 2&lt;/P&gt;&lt;P&gt;3pqr2		3pqr3		3pqr4		3pqr5		Record 3&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So here the second rowu2019s first field is not initial so I need here in table control the second row should be in display mode and next first  and second row should be in change mode.&lt;/P&gt;&lt;P&gt;Now You tell me is it possible or not if possible than please suggest me what I have to do&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; regards,&lt;/P&gt;&lt;P&gt;D Tarun Kumar&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Devalla T Kumar on Oct 24, 2009 9:17 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 24 Oct 2009 07:01:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-table-controle-row-level-prob/m-p/6343626#M1397868</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-10-24T07:01:19Z</dc:date>
    </item>
    <item>
      <title>Re: Module Pool table controle row level prob</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-table-controle-row-level-prob/m-p/6343627#M1397869</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Kumar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please note the following &lt;STRONG&gt;Changed Code&lt;/STRONG&gt;, I just checked and it is working fine&lt;/P&gt;&lt;P&gt;in PBO&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;loop at itab with control tc.&lt;/P&gt;&lt;P&gt;module modify_screen.  &lt;STRONG&gt;This should be here only&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;module modify_screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if not itab-field is initial.&lt;/P&gt;&lt;P&gt;loop at screen.&lt;/P&gt;&lt;P&gt;if screen-fieldname = 'ITAB-FIELDNAME'.&lt;/P&gt;&lt;P&gt;screen-input = 0.&lt;/P&gt;&lt;P&gt;modify screen.&lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;Ram&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 24 Oct 2009 08:09:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-table-controle-row-level-prob/m-p/6343627#M1397869</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-10-24T08:09:44Z</dc:date>
    </item>
    <item>
      <title>Re: Module Pool table controle row level prob</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-table-controle-row-level-prob/m-p/6343628#M1397870</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for Reply and valuable Answer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 24 Oct 2009 10:36:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-table-controle-row-level-prob/m-p/6343628#M1397870</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-10-24T10:36:57Z</dc:date>
    </item>
    <item>
      <title>Re: Module Pool table controle row level prob</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-table-controle-row-level-prob/m-p/6343629#M1397871</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Ram now its working fine.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 24 Oct 2009 10:37:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-table-controle-row-level-prob/m-p/6343629#M1397871</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-10-24T10:37:50Z</dc:date>
    </item>
  </channel>
</rss>

