<?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: Module pool program error in abap in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-program-error-in-abap/m-p/10952678#M1893020</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can't the mandatory check be removed for the dependent fields and ensure it's filled by appropriate value using CHAIN..ENDCHAIN or FIELD MODULE check validations ? Just keep the first field alone mandatory and make others mandatory by the aforesaid validations.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Naveen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 23 Feb 2015 20:22:47 GMT</pubDate>
    <dc:creator>naveen1241</dc:creator>
    <dc:date>2015-02-23T20:22:47Z</dc:date>
    <item>
      <title>Module pool program error in abap</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-program-error-in-abap/m-p/10952675#M1893017</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi everyone, &lt;/P&gt;&lt;P&gt;I have an requirement that in modulepool I have. Created one screen, in that 6fields are there. I gave 3fields as required field. Remaining 3 fields are thr. But I need to populate depending on 1 field remaing two field would come. But while populating the depending fields it is not populating,after fill in required entries only it is populating and validatng other.can any one tel how to resolve this. &lt;/P&gt;&lt;P&gt;&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>Mon, 23 Feb 2015 18:37:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-program-error-in-abap/m-p/10952675#M1893017</guid>
      <dc:creator>raviram_jk</dc:creator>
      <dc:date>2015-02-23T18:37:52Z</dc:date>
    </item>
    <item>
      <title>Re: Module pool program error in abap</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-program-error-in-abap/m-p/10952676#M1893018</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE&gt;&lt;CODE&gt;
&lt;P&gt;raviram jk wrote:&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;But while populating the depending fields it is not populating,after fill in required entries only it is populating and validatng other.can any one tel how to resolve this. &lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Can you please explain what is the problem you are facing using screenshots &lt;/P&gt;&lt;P&gt;&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;Rajkumar Narasimman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Feb 2015 19:25:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-program-error-in-abap/m-p/10952676#M1893018</guid>
      <dc:creator>rajkumarnarasimman</dc:creator>
      <dc:date>2015-02-23T19:25:58Z</dc:date>
    </item>
    <item>
      <title>Re: Module pool program error in abap</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-program-error-in-abap/m-p/10952677#M1893019</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ravi,&lt;/P&gt;&lt;P&gt; I understood the question now. Here the 3 Field kept as mandatory and 3 fields are non mandatory.&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Field1 - MANDATORY&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;Field2 - Dependent Fields&lt;/STRONG&gt;&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;Field3 - Dependent Fields&lt;/STRONG&gt;&lt;/LI&gt;&lt;LI&gt;Field4 - &lt;SPAN style="font-size: 13.3333330154419px;"&gt;MANDATORY&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;Field5 &lt;SPAN style="font-size: 13.3333330154419px;"&gt;- MANDATORY&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;Field6&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Based on Field1 we are filling the remaining dependent fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In that case, Field4 and Field5 is not allowing to fill the value since it kept as mandatory one. After Field4 and Field5 is filled, the value showing in dependent fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For this problem, instead of giving obligatory condition for the fields, the same you can check in validation part too. Remove the obligatory conditons. Check the conditions as shown below. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
&lt;P&gt;MODULE USER_COMMAND INPUT. &lt;/P&gt;
&lt;P&gt;IF FIELD1 IS INITIAL. &lt;/P&gt;
&lt;P&gt; MESSAGE 'Field 1 is Mandatory' TYPE 'E'.&lt;/P&gt;
&lt;P&gt;ENDIF.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;IF FIELD4 IS INITIAL. &lt;/P&gt;
&lt;P&gt; MESSAGE 'Field 4 is Mandatory' TYPE 'E'.&lt;/P&gt;
&lt;P&gt;ENDIF.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;IF FIELD5 IS INITIAL. &lt;/P&gt;
&lt;P&gt; MESSAGE 'Field 5 is Mandatory' TYPE 'E'.&lt;/P&gt;
&lt;P&gt;ENDIF.&lt;/P&gt;
&lt;P&gt;ENDMODULE. &lt;/P&gt;
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rajkumar Narasimman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Feb 2015 19:56:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-program-error-in-abap/m-p/10952677#M1893019</guid>
      <dc:creator>rajkumarnarasimman</dc:creator>
      <dc:date>2015-02-23T19:56:07Z</dc:date>
    </item>
    <item>
      <title>Re: Module pool program error in abap</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-program-error-in-abap/m-p/10952678#M1893020</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can't the mandatory check be removed for the dependent fields and ensure it's filled by appropriate value using CHAIN..ENDCHAIN or FIELD MODULE check validations ? Just keep the first field alone mandatory and make others mandatory by the aforesaid validations.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Naveen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Feb 2015 20:22:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-program-error-in-abap/m-p/10952678#M1893020</guid>
      <dc:creator>naveen1241</dc:creator>
      <dc:date>2015-02-23T20:22:47Z</dc:date>
    </item>
  </channel>
</rss>

