<?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 Problem with Error message in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-error-message/m-p/2911263#M685073</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have 2 screens - 101 and 102 in transaction IL02.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;101 - contains Manufacturer number&lt;/P&gt;&lt;P&gt;102 - contains Model number.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My requirement is:&lt;/P&gt;&lt;P&gt;&amp;#149;When Model number is entered, but Manufacturer is blank &amp;amp;#61664; produce a &amp;#147;hard error&amp;#148; message: &amp;#147;Please enter Manufacturer data&amp;#148;&lt;/P&gt;&lt;P&gt;oThis error message can be released when pressing &amp;#147;Enter&amp;#148; &amp;#150; standard SAP response&lt;/P&gt;&lt;P&gt;oSave is NOT allowed, until a Manufacturer is entered&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Problem: When i display error message in PAI(in user command) of 102 screen - The screen does not allow me to change the Manufacturer number field.&lt;/P&gt;&lt;P&gt;It allows only model number field to be modified.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But i want all other fields to be modifiable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Suitable solution will be rewarded points.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;GURU&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 11 Oct 2007 10:35:17 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-10-11T10:35:17Z</dc:date>
    <item>
      <title>Problem with Error message</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-error-message/m-p/2911263#M685073</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have 2 screens - 101 and 102 in transaction IL02.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;101 - contains Manufacturer number&lt;/P&gt;&lt;P&gt;102 - contains Model number.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My requirement is:&lt;/P&gt;&lt;P&gt;&amp;#149;When Model number is entered, but Manufacturer is blank &amp;amp;#61664; produce a &amp;#147;hard error&amp;#148; message: &amp;#147;Please enter Manufacturer data&amp;#148;&lt;/P&gt;&lt;P&gt;oThis error message can be released when pressing &amp;#147;Enter&amp;#148; &amp;#150; standard SAP response&lt;/P&gt;&lt;P&gt;oSave is NOT allowed, until a Manufacturer is entered&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Problem: When i display error message in PAI(in user command) of 102 screen - The screen does not allow me to change the Manufacturer number field.&lt;/P&gt;&lt;P&gt;It allows only model number field to be modified.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But i want all other fields to be modifiable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Suitable solution will be rewarded points.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;GURU&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Oct 2007 10:35:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-error-message/m-p/2911263#M685073</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-11T10:35:17Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with Error message</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-error-message/m-p/2911264#M685074</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Guru...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use all those fields that should be editable in CHAIN .. ENDCHAIN block of the PAI.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PROCESS AFTER INPUT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  CHAIN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    FIELD MANFNO.&lt;/P&gt;&lt;P&gt;   &lt;/P&gt;&lt;P&gt;    FIELD MODELNO .&lt;/P&gt;&lt;P&gt;     MODULE CHECK_DATA.  "Validate and generate the Error message in this module&lt;/P&gt;&lt;P&gt;  ENDCHAIN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REWARD IF HELPFUL&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Oct 2007 10:39:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-error-message/m-p/2911264#M685074</guid>
      <dc:creator>varma_narayana</dc:creator>
      <dc:date>2007-10-11T10:39:24Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with Error message</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-error-message/m-p/2911265#M685075</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;Use Chain Endchain.&lt;/P&gt;&lt;P&gt;Also check the keyword 'Field' in SAP help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Navneet&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Oct 2007 10:42:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-error-message/m-p/2911265#M685075</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-11T10:42:27Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with Error message</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-error-message/m-p/2911266#M685076</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your response&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Fields on the different subscreen of main screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So it is not possible to use Chain statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;GURU&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Oct 2007 10:43:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-error-message/m-p/2911266#M685076</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-11T10:43:11Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with Error message</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-error-message/m-p/2911267#M685077</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;     1)Give field type as 'E' for Manufacturer number in 101 layout. and write module.&lt;/P&gt;&lt;P&gt; 2) Write that field between chain and endchain.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Oct 2007 10:49:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-error-message/m-p/2911267#M685077</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-11T10:49:04Z</dc:date>
    </item>
  </channel>
</rss>

