<?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: validating user fields in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/validating-user-fields/m-p/2150063#M453898</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Micheal,&lt;/P&gt;&lt;P&gt;   You cannot change the program for which you are doing the BDC.&lt;/P&gt;&lt;P&gt;Instead you can validate the data that is uploaded from the file(Before you do the bdc).&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>Wed, 18 Apr 2007 16:02:59 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-04-18T16:02:59Z</dc:date>
    <item>
      <title>validating user fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/validating-user-fields/m-p/2150060#M453895</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all, brand new ABAPer here.  When using tcode CO03 and going to Production Order Display -&amp;gt; User Fields tab there is a field that we input Length.  For example a user will input 194.10 for the length of material.  In this case the user entered 194..10 and when we ran a batch job the job caused a short dump.  Can someone give me a starting point in validating that field to prevent invalid decimal numbers?  There are 3 fields on that tab that are decimal numbers so it would be great to validate them all.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Mike&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Apr 2007 13:51:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/validating-user-fields/m-p/2150060#M453895</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-18T13:51:07Z</dc:date>
    </item>
    <item>
      <title>Re: validating user fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/validating-user-fields/m-p/2150061#M453896</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;declare the length field as type P.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;data: length type p decimals 2.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Validation will be taken care by the data type u r specifying...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Apr 2007 13:57:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/validating-user-fields/m-p/2150061#M453896</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-18T13:57:02Z</dc:date>
    </item>
    <item>
      <title>Re: validating user fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/validating-user-fields/m-p/2150062#M453897</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;after digging further, is there a way to add the above code to the PAI module for screen 201 and apply it to the appropriate text boxes?  I believe the text fields are AFVGD-USR02, 04, 05.  Sorry for the newbie questions, I'm just getting started with ABAP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Apr 2007 15:44:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/validating-user-fields/m-p/2150062#M453897</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-18T15:44:59Z</dc:date>
    </item>
    <item>
      <title>Re: validating user fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/validating-user-fields/m-p/2150063#M453898</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Micheal,&lt;/P&gt;&lt;P&gt;   You cannot change the program for which you are doing the BDC.&lt;/P&gt;&lt;P&gt;Instead you can validate the data that is uploaded from the file(Before you do the bdc).&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>Wed, 18 Apr 2007 16:02:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/validating-user-fields/m-p/2150063#M453898</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-18T16:02:59Z</dc:date>
    </item>
    <item>
      <title>Re: validating user fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/validating-user-fields/m-p/2150064#M453899</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;u need to declare the text boxes types as P... goto text box attributes and u can specify the length and characteristics to the field.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Apr 2007 16:07:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/validating-user-fields/m-p/2150064#M453899</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-18T16:07:51Z</dc:date>
    </item>
    <item>
      <title>Re: validating user fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/validating-user-fields/m-p/2150065#M453900</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Michael&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can create Field Exits for that screen for the selected fields which will validate the data...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Program for creating field exits:&lt;/P&gt;&lt;P&gt;RSMODPRF&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Revert back in case you need help with Field Exits.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope creating field exits will meet your requirement of validating data.&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;Aabhas.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Apr 2007 16:19:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/validating-user-fields/m-p/2150065#M453900</guid>
      <dc:creator>aabhas_wilmar</dc:creator>
      <dc:date>2007-04-18T16:19:27Z</dc:date>
    </item>
  </channel>
</rss>

