<?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 deactivated on error message display.. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-deactivated-on-error-message-display/m-p/4315770#M1028628</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;when user selects multiple rows from my table control and tif they dont match a condition, my control stays in the same screen, but i am not able to operate on the table control anymore !!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;like initially i cud select couple of rows and click on a push button, if those rows are not valid, i want to stay in the same screen but the table should allow me to deselect the wrong rows and select the rest again !!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is it possible i can invoke the PBO of the screen which holds the table control ?? that way all the other module statements under that will be executed as if i have moved from previious screen to this one and in that case the control will be activated automatically ??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 29 Jul 2008 18:56:24 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-07-29T18:56:24Z</dc:date>
    <item>
      <title>table control deactivated on error message display..</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-deactivated-on-error-message-display/m-p/4315770#M1028628</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;when user selects multiple rows from my table control and tif they dont match a condition, my control stays in the same screen, but i am not able to operate on the table control anymore !!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;like initially i cud select couple of rows and click on a push button, if those rows are not valid, i want to stay in the same screen but the table should allow me to deselect the wrong rows and select the rest again !!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is it possible i can invoke the PBO of the screen which holds the table control ?? that way all the other module statements under that will be executed as if i have moved from previious screen to this one and in that case the control will be activated automatically ??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Jul 2008 18:56:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-deactivated-on-error-message-display/m-p/4315770#M1028628</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-29T18:56:24Z</dc:date>
    </item>
    <item>
      <title>Re: table control deactivated on error message display..</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-deactivated-on-error-message-display/m-p/4315771#M1028629</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you have to use chain and endchain. then only you will be able to edit those..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Jul 2008 18:59:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-deactivated-on-error-message-display/m-p/4315771#M1028629</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-29T18:59:45Z</dc:date>
    </item>
    <item>
      <title>Re: table control deactivated on error message display..</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-deactivated-on-error-message-display/m-p/4315772#M1028630</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In you PBO&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;do something like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;chain.&lt;/P&gt;&lt;P&gt;field field1.&lt;/P&gt;&lt;P&gt;field field2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;module validate.&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;then only the fields field1 field2 will be greyed out on errors.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;ravi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Jul 2008 19:01:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-deactivated-on-error-message-display/m-p/4315772#M1028630</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-29T19:01:31Z</dc:date>
    </item>
    <item>
      <title>Re: table control deactivated on error message display..</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-deactivated-on-error-message-display/m-p/4315773#M1028631</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Vijay,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I created this table control using the wizard, so i am given a generated code as follows. what change do u think will help me ?? ..i feel somehow if i can invoke this PBO, things should resolve !! also note MODULE USER_COMMAND_0110 holds the code when the button is clicked... thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PROCESS BEFORE OUTPUT.&lt;/P&gt;&lt;P&gt;MODULE FETCH_DATA. " this i wrote to fetch data from tables&lt;/P&gt;&lt;P&gt;                                      " and store in internal table&lt;/P&gt;&lt;P&gt;*&amp;amp;SPWIZARD: PBO FLOW LOGIC FOR TABLECONTROL 'DUE_DATA'&lt;/P&gt;&lt;P&gt;  MODULE DUE_DATA_CHANGE_TC_ATTR.&lt;/P&gt;&lt;P&gt;*&amp;amp;SPWIZARD: &lt;/P&gt;&lt;P&gt;MODULE DUE_DATA_CHANGE_COL_ATTR.&lt;/P&gt;&lt;P&gt;  LOOP AT   I_DUE&lt;/P&gt;&lt;P&gt;       INTO WA_DUE&lt;/P&gt;&lt;P&gt;       WITH CONTROL DUE_DATA&lt;/P&gt;&lt;P&gt;       CURSOR DUE_DATA-CURRENT_LINE.&lt;/P&gt;&lt;P&gt;    MODULE DUE_DATA_GET_LINES.&lt;/P&gt;&lt;P&gt;*&amp;amp;SPWIZARD:   MODULE &lt;/P&gt;&lt;P&gt;DUE_DATA_CHANGE_FIELD_ATTR&lt;/P&gt;&lt;P&gt;  ENDLOOP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;MODULE STATUS_0110.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;*&lt;/P&gt;&lt;P&gt;PROCESS AFTER INPUT.&lt;/P&gt;&lt;P&gt;*&amp;amp;SPWIZARD: PAI FLOW LOGIC FOR TABLECONTROL 'DUE_DATA'&lt;/P&gt;&lt;P&gt;  LOOP AT I_DUE.&lt;/P&gt;&lt;P&gt;    CHAIN.&lt;/P&gt;&lt;P&gt;      FIELD WA_XBOOKDUE-VBELN.&lt;/P&gt;&lt;P&gt;      FIELD WA_XBOOKDUE-POSNR.&lt;/P&gt;&lt;P&gt;    endchain.&lt;/P&gt;&lt;P&gt;    FIELD WA_DUE-IDX&lt;/P&gt;&lt;P&gt;      MODULE DUE_DATA_MARK ON REQUEST.&lt;/P&gt;&lt;P&gt;  ENDLOOP.&lt;/P&gt;&lt;P&gt;  MODULE DUE_DATA_USER_COMMAND.&lt;/P&gt;&lt;P&gt;*&amp;amp;SPWIZARD: &lt;/P&gt;&lt;P&gt;MODULE DUE_DATA_CHANGE_TC_ATTR.&lt;/P&gt;&lt;P&gt;*&amp;amp;SPWIZARD: &lt;/P&gt;&lt;P&gt;MODULE DUE_DATA_CHANGE_COL_ATTR.&lt;/P&gt;&lt;P&gt;MODULE USER_COMMAND_0110.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Jul 2008 19:06:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-deactivated-on-error-message-display/m-p/4315773#M1028631</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-29T19:06:52Z</dc:date>
    </item>
    <item>
      <title>Re: table control deactivated on error message display..</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-deactivated-on-error-message-display/m-p/4315774#M1028632</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE&gt;&lt;CODE&gt;LOOP AT I_DUE.
CHAIN.
FIELD WA_XBOOKDUE-VBELN.
FIELD WA_XBOOKDUE-POSNR.
endchain.
FIELD WA_DUE-IDX
MODULE DUE_DATA_MARK ON REQUEST.
ENDLOOP.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;are you sure the code is syntax free...?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Jul 2008 19:10:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-deactivated-on-error-message-display/m-p/4315774#M1028632</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-29T19:10:02Z</dc:date>
    </item>
    <item>
      <title>Re: table control deactivated on error message display..</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-deactivated-on-error-message-display/m-p/4315775#M1028633</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;oh yeah, it is syntax free,,i just removed references of my work before posting here .so if there are any, they r just typo errors..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Jul 2008 19:20:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-deactivated-on-error-message-display/m-p/4315775#M1028633</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-29T19:20:38Z</dc:date>
    </item>
    <item>
      <title>Re: table control deactivated on error message display..</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-deactivated-on-error-message-display/m-p/4315776#M1028634</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;NO solution so far..cancelling this question&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Jul 2008 19:41:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-deactivated-on-error-message-display/m-p/4315776#M1028634</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-30T19:41:22Z</dc:date>
    </item>
  </channel>
</rss>

