<?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: Control table query. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/control-table-query/m-p/3937684#M942238</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;&lt;/P&gt;&lt;P&gt;u can do like this..&lt;/P&gt;&lt;P&gt;If error comes, set one flag...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In PBO make one module...suppose &lt;STRONG&gt;disable&lt;/STRONG&gt;..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MODULE disable OUTPUT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  LOOP AT SCREEN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    IF screen-name = &amp;lt;ur screen ele. name&amp;gt;  AND f = 1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      screen-input = 1.&lt;/P&gt;&lt;P&gt;    ENDIF.&lt;/P&gt;&lt;P&gt;  ENDLOOP.&lt;/P&gt;&lt;P&gt;ENDMODULE.                 " disable  OUTPUT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think it shoud work...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward if usefull...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 29 May 2008 07:05:54 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-05-29T07:05:54Z</dc:date>
    <item>
      <title>Control table query.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/control-table-query/m-p/3937683#M942237</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In the Control table i was making some changes in certain fields and then pressed update button. If there are any errors it displays the required message but makes all the fields and the rows of the table non-editable.... Is there a way to make it all editable after the error message comes so that i can modify it there itself?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 May 2008 12:41:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/control-table-query/m-p/3937683#M942237</guid>
      <dc:creator>former_member32754</dc:creator>
      <dc:date>2008-05-27T12:41:24Z</dc:date>
    </item>
    <item>
      <title>Re: Control table query.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/control-table-query/m-p/3937684#M942238</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;&lt;/P&gt;&lt;P&gt;u can do like this..&lt;/P&gt;&lt;P&gt;If error comes, set one flag...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In PBO make one module...suppose &lt;STRONG&gt;disable&lt;/STRONG&gt;..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MODULE disable OUTPUT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  LOOP AT SCREEN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    IF screen-name = &amp;lt;ur screen ele. name&amp;gt;  AND f = 1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      screen-input = 1.&lt;/P&gt;&lt;P&gt;    ENDIF.&lt;/P&gt;&lt;P&gt;  ENDLOOP.&lt;/P&gt;&lt;P&gt;ENDMODULE.                 " disable  OUTPUT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think it shoud work...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward if usefull...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 May 2008 07:05:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/control-table-query/m-p/3937684#M942238</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-29T07:05:54Z</dc:date>
    </item>
    <item>
      <title>Re: Control table query.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/control-table-query/m-p/3937685#M942239</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;You can do one thing&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the PAI of the screen you code like this....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CHAIN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Field fieldname1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Filed fieldname2 .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and so on............&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ENDCHAIN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;like that give all the names of the fileds between CHAIN and ENDCHAIN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After that if you enter a wrong value then also the fields which are between CHAIN and ENDCHAIN will be Editable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*******************************************&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward if helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Syed&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 May 2008 11:26:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/control-table-query/m-p/3937685#M942239</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-29T11:26:19Z</dc:date>
    </item>
    <item>
      <title>Re: Control table query.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/control-table-query/m-p/3937686#M942240</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;there are solutions for your problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) Remove it required property from your field .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) if there is error message from ur code than use message type W instead of E.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3) and if you want to still show an error message than use &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;chain.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;field fieldname module check_error on-input.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;endchain.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and in coding of module check_error  write ur code . in that code like that if condition is not satiesfied give message of type E. you will get only that field enable and rest of the screen are in disable mode.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if still there is prob tha reply me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;GIve Rewards if helpfull.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 May 2008 11:57:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/control-table-query/m-p/3937686#M942240</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-29T11:57:20Z</dc:date>
    </item>
    <item>
      <title>Re: Control table query.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/control-table-query/m-p/3937687#M942241</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Write the fields in table control in cahin - endchain.&lt;/P&gt;&lt;P&gt;write the validations in the module validat.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;chain: field1,&lt;/P&gt;&lt;P&gt;         field2,&lt;/P&gt;&lt;P&gt;         field3,&lt;/P&gt;&lt;P&gt;module validat on chain-request.&lt;/P&gt;&lt;P&gt;endchain..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this wil solve the problem.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 May 2008 09:51:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/control-table-query/m-p/3937687#M942241</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-30T09:51:24Z</dc:date>
    </item>
    <item>
      <title>Re: Control table query.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/control-table-query/m-p/3937688#M942242</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;You can do one thing&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the PAI of the screen you code like this....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CHAIN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Field fieldname1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Filed fieldname2 .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and so on............&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ENDCHAIN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;like that give all the names of the fileds between CHAIN and ENDCHAIN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After that if you enter a wrong value then also the fields which are between CHAIN and ENDCHAIN will be Editable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*******************************************&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward if helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Syed&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 May 2008 10:16:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/control-table-query/m-p/3937688#M942242</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-30T10:16:50Z</dc:date>
    </item>
  </channel>
</rss>

