<?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: Validation of Module Pool Table Control Fields in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/validation-of-module-pool-table-control-fields/m-p/6008132#M1345491</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jaya,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If i try the way u said...its giving syntax error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Sathish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 05 Aug 2009 13:14:17 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-08-05T13:14:17Z</dc:date>
    <item>
      <title>Validation of Module Pool Table Control Fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/validation-of-module-pool-table-control-fields/m-p/6008130#M1345489</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;Need help from you for the below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See i have designed a module pool which has some fields. Lets take Start Time and End Time and it will look like this. We need to make sure tht always end time of current line should be same as start time of next line....this is my validation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;start time        end time.&lt;/P&gt;&lt;P&gt;10                   20&lt;/P&gt;&lt;P&gt;20                   30&lt;/P&gt;&lt;P&gt;30                   40&lt;/P&gt;&lt;P&gt;40                   50&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now user tries to change the fields like below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;10       20&lt;/P&gt;&lt;P&gt;21       30&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it gives error i manage to do this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now user tries this way.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;10     21&lt;/P&gt;&lt;P&gt;21     30&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it should allow this way bcos logically both end and start time is same....but my code give error bcos in my module i first write module for modify and then for validate...so it modify the current line of internal table and in validation when it compares with next line it only shows as 20 in the internal table instead of 21 so it throws error. Can anyone suggest me how to handle this case. See my code below in PAI module&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOOP AT gt_scaling_rule.&lt;/P&gt;&lt;P&gt;    CHAIN.&lt;/P&gt;&lt;P&gt;      FIELD gt_scaling_rule-from_mins.&lt;/P&gt;&lt;P&gt;      FIELD gt_scaling_rule-to_mins.&lt;/P&gt;&lt;P&gt;      FIELD gt_scaling_rule-pdm_perc.&lt;/P&gt;&lt;P&gt;      MODULE tc_scaling_rule_modify ON CHAIN-REQUEST.&lt;/P&gt;&lt;P&gt;      MODULE tc_scaling_rule_validate ON CHAIN-REQUEST.&lt;/P&gt;&lt;P&gt;    ENDCHAIN.&lt;/P&gt;&lt;P&gt;  ENDLOOP.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Aug 2009 12:11:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/validation-of-module-pool-table-control-fields/m-p/6008130#M1345489</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-05T12:11:15Z</dc:date>
    </item>
    <item>
      <title>Re: Validation of Module Pool Table Control Fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/validation-of-module-pool-table-control-fields/m-p/6008131#M1345490</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try: &lt;/P&gt;&lt;P&gt;LOOP AT gt_scaling_rule.&lt;/P&gt;&lt;P&gt;CHAIN.&lt;/P&gt;&lt;P&gt;FIELD gt_scaling_rule-to_mins.&lt;/P&gt;&lt;P&gt;FIELD gt_scaling_rule-pdm_perc.&lt;/P&gt;&lt;P&gt;MODULE tc_scaling_rule_modify ON CHAIN-REQUEST.&lt;/P&gt;&lt;P&gt;ENDCHAIN.&lt;/P&gt;&lt;P&gt;FIELD gt_scaling_rule-from_mins.&lt;/P&gt;&lt;P&gt;MODULE tc_scaling_rule_validate ON REQUEST.&lt;/P&gt;&lt;P&gt;ENDLOOP.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Aug 2009 12:34:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/validation-of-module-pool-table-control-fields/m-p/6008131#M1345490</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-05T12:34:15Z</dc:date>
    </item>
    <item>
      <title>Re: Validation of Module Pool Table Control Fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/validation-of-module-pool-table-control-fields/m-p/6008132#M1345491</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jaya,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If i try the way u said...its giving syntax error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Sathish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Aug 2009 13:14:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/validation-of-module-pool-table-control-fields/m-p/6008132#M1345491</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-05T13:14:17Z</dc:date>
    </item>
  </channel>
</rss>

