<?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: parameter field comparision in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/parameter-field-comparision/m-p/885505#M52411</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;In that case, you might have to change type of parameter from date to char format. The error is generated by the system as a result of the inconsistency between expected value and supplied value formats. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 07 Apr 2005 06:25:38 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2005-04-07T06:25:38Z</dc:date>
    <item>
      <title>parameter field comparision</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/parameter-field-comparision/m-p/885501#M52407</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hey&lt;/P&gt;&lt;P&gt;I have data field like this&lt;/P&gt;&lt;P&gt;BUDAT_VAL(8) VALUE '200?0520',&lt;/P&gt;&lt;P&gt;parameter&lt;/P&gt;&lt;P&gt; P_BUDAT   LIKE BKPF-BUDAT  OBLIGATORY DEFAULT BUDAT_VAL,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i want to check whether budat_val is equal to p_budat entry.&lt;/P&gt;&lt;P&gt;in At selection screen part.&lt;/P&gt;&lt;P&gt;when i try to execute it gives me error system status message as&lt;/P&gt;&lt;P&gt;saying "you have execeeded the size plz make reentry in format( /  / ) like this.."&lt;/P&gt;&lt;P&gt;why&lt;/P&gt;&lt;P&gt;ambichan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Apr 2005 06:01:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/parameter-field-comparision/m-p/885501#M52407</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-04-07T06:01:47Z</dc:date>
    </item>
    <item>
      <title>Re: parameter field comparision</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/parameter-field-comparision/m-p/885502#M52408</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;Is the value of BUDAT_VAL(8) in your code really '200?0520' or is this a typing error?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Apr 2005 06:06:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/parameter-field-comparision/m-p/885502#M52408</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-04-07T06:06:10Z</dc:date>
    </item>
    <item>
      <title>Re: parameter field comparision</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/parameter-field-comparision/m-p/885503#M52409</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ambichan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think the problem is the assignment of '200?0520' to the parameter. As the parameter normally is displayed in the external format, SAP is not able to convert the year 200? to a date. You need to change this to a real date.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Siggi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Apr 2005 06:07:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/parameter-field-comparision/m-p/885503#M52409</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-04-07T06:07:19Z</dc:date>
    </item>
    <item>
      <title>Re: parameter field comparision</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/parameter-field-comparision/m-p/885504#M52410</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes given value is correct format.&lt;/P&gt;&lt;P&gt;client want that value to be default.&lt;/P&gt;&lt;P&gt;i want to check condietion and give user error message&lt;/P&gt;&lt;P&gt;ambichan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Apr 2005 06:17:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/parameter-field-comparision/m-p/885504#M52410</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-04-07T06:17:01Z</dc:date>
    </item>
    <item>
      <title>Re: parameter field comparision</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/parameter-field-comparision/m-p/885505#M52411</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;In that case, you might have to change type of parameter from date to char format. The error is generated by the system as a result of the inconsistency between expected value and supplied value formats. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Apr 2005 06:25:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/parameter-field-comparision/m-p/885505#M52411</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-04-07T06:25:38Z</dc:date>
    </item>
    <item>
      <title>Re: parameter field comparision</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/parameter-field-comparision/m-p/885506#M52412</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ambi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you must take a help-value char08 or char10&lt;/P&gt;&lt;P&gt;instead of a field type d.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-&amp;gt; after input you can migrate the field to a field type d.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Andreas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Apr 2005 06:26:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/parameter-field-comparision/m-p/885506#M52412</guid>
      <dc:creator>andreas_mann3</dc:creator>
      <dc:date>2005-04-07T06:26:13Z</dc:date>
    </item>
  </channel>
</rss>

