<?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 in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control/m-p/2942323#M693618</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a table control where there are so many fields.&lt;/P&gt;&lt;P&gt;Validity period and endate are two fields out of this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If i enter val.period, code is written to calculate the end date.&lt;/P&gt;&lt;P&gt;if end date is entered , val period is calculated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Both the fields should not be entered manually.&lt;/P&gt;&lt;P&gt;If it is entered a error message should appear.(PAI)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My problem is&lt;/P&gt;&lt;P&gt;i entered val.period , the system calculated end date. &lt;/P&gt;&lt;P&gt;If i perform any other operation on the particular line of the table control ,&lt;/P&gt;&lt;P&gt;since now both the fields are filled eventhough the system has calculated it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please help me on this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;points will be rewarded.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ramya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 16 Oct 2007 09:08:03 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-10-16T09:08:03Z</dc:date>
    <item>
      <title>Table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control/m-p/2942323#M693618</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a table control where there are so many fields.&lt;/P&gt;&lt;P&gt;Validity period and endate are two fields out of this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If i enter val.period, code is written to calculate the end date.&lt;/P&gt;&lt;P&gt;if end date is entered , val period is calculated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Both the fields should not be entered manually.&lt;/P&gt;&lt;P&gt;If it is entered a error message should appear.(PAI)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My problem is&lt;/P&gt;&lt;P&gt;i entered val.period , the system calculated end date. &lt;/P&gt;&lt;P&gt;If i perform any other operation on the particular line of the table control ,&lt;/P&gt;&lt;P&gt;since now both the fields are filled eventhough the system has calculated it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please help me on this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;points will be rewarded.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ramya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Oct 2007 09:08:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control/m-p/2942323#M693618</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-16T09:08:03Z</dc:date>
    </item>
    <item>
      <title>Re: Table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control/m-p/2942324#M693619</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Before doing your calculation, first check your enddate is empty or not (in enddate calculation) and validity date is empty or not (in validity date calculation).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use IF Condition to do this.....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For better understanding of your problem...provide the coding part too...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Oct 2007 09:17:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control/m-p/2942324#M693619</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-16T09:17:26Z</dc:date>
    </item>
    <item>
      <title>Re: Table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control/m-p/2942325#M693620</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is no problem in calculation of end date or validity period.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My problem is&lt;/P&gt;&lt;P&gt;if i perform any other operation on the particular line of the table control ,&lt;/P&gt;&lt;P&gt;since now both the fields are filled , the system takes that as if i entered both the fields manually and displays an error message as&lt;/P&gt;&lt;P&gt;" enter either duration or end date ".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please help me on this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;points will be rewarded.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ramya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Oct 2007 09:21:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control/m-p/2942325#M693620</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-16T09:21:33Z</dc:date>
    </item>
    <item>
      <title>Re: Table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control/m-p/2942326#M693621</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;set one flag while calculating either field.&lt;/P&gt;&lt;P&gt;and put if condition using that flag where u writing error code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward if useful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Oct 2007 09:30:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control/m-p/2942326#M693621</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-16T09:30:13Z</dc:date>
    </item>
    <item>
      <title>Re: Table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control/m-p/2942327#M693622</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;OK Cool..../&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Define the flag variable (with boolean type), and set this to true, in your enddate&amp;amp;valdate calculations....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In your error firing module write a if condition at first line to check the flag variable is false or not...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Oct 2007 09:35:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control/m-p/2942327#M693622</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-16T09:35:08Z</dc:date>
    </item>
  </channel>
</rss>

