<?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 regarding validations of screen in modulepool programming in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-validations-of-screen-in-modulepool-programming/m-p/2083006#M432342</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have to do field control based on some fields, the fields may undergo "optional", "mandatory", "display only after first entry" "warning message" for "mandatory" fields and "Error Message"  for "mandatory fields".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But the above should not be hard coded. It should be controlled via a maintenance table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can any one tell me how to do this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 17 Apr 2007 10:53:54 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-04-17T10:53:54Z</dc:date>
    <item>
      <title>regarding validations of screen in modulepool programming</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-validations-of-screen-in-modulepool-programming/m-p/2083006#M432342</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have to do field control based on some fields, the fields may undergo "optional", "mandatory", "display only after first entry" "warning message" for "mandatory" fields and "Error Message"  for "mandatory fields".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But the above should not be hard coded. It should be controlled via a maintenance table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can any one tell me how to do this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Apr 2007 10:53:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-validations-of-screen-in-modulepool-programming/m-p/2083006#M432342</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-17T10:53:54Z</dc:date>
    </item>
    <item>
      <title>Re: regarding validations of screen in modulepool programming</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-validations-of-screen-in-modulepool-programming/m-p/2083007#M432343</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Srinivas ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    If you d't want to handle the errors directly using message statement , then you can handle in the following way . Collect the message numbers and the messages in an i. tab. and then pass it to a function module BALW_BAPIRETURN_GET2 .In return you will have an internal table with all the error messages . If you want to show the user a  popup for error messages then you can use fm FB_MESSAGES_DISPLAY_POPUP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &lt;/P&gt;&lt;P&gt;Ranjita&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Apr 2007 11:27:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-validations-of-screen-in-modulepool-programming/m-p/2083007#M432343</guid>
      <dc:creator>former_member196299</dc:creator>
      <dc:date>2007-04-17T11:27:03Z</dc:date>
    </item>
    <item>
      <title>Re: regarding validations of screen in modulepool programming</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-validations-of-screen-in-modulepool-programming/m-p/2083008#M432344</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;For your requirement, the type of messages you want to give during execution has to be done by calling a Function Module "CM_F_MESSAGE". exporting &lt;/P&gt;&lt;P&gt;ARBGB = &amp;lt;Message Id&amp;gt;&lt;/P&gt;&lt;P&gt;MSGNR = &amp;lt;Message Number&amp;gt;&lt;/P&gt;&lt;P&gt;MSGTY = either I or E or W depending on your requirement&lt;/P&gt;&lt;P&gt;MSGV1 = &amp;lt;Message you want to give&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks,&lt;/P&gt;&lt;P&gt;sksingh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Apr 2007 10:13:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-validations-of-screen-in-modulepool-programming/m-p/2083008#M432344</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-18T10:13:58Z</dc:date>
    </item>
    <item>
      <title>Re: regarding validations of screen in modulepool programming</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-validations-of-screen-in-modulepool-programming/m-p/2083009#M432345</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If I get right what your requirement is (modify statuses of the fields depending on program status and conditions) I think what you need to do is to create a Z customizing table with the key field defined as "fieldname" (i don't recall the data element as of now). Then you select from that table and set each field screen status depending on what the table has defined for that field (other key fields of the table could be the conditions and the remaining fields the properties to set). Then you create a mainteinance view of the table (from SE11) and finally create a transaction to call the SM30 trx with the table as parameter.&lt;/P&gt;&lt;P&gt;Hope that helps.&lt;/P&gt;&lt;P&gt;Greetings&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Apr 2007 05:36:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-validations-of-screen-in-modulepool-programming/m-p/2083009#M432345</guid>
      <dc:creator>alejandro_bindi</dc:creator>
      <dc:date>2007-04-20T05:36:08Z</dc:date>
    </item>
    <item>
      <title>Re: regarding validations of screen in modulepool programming</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-validations-of-screen-in-modulepool-programming/m-p/2083010#M432346</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks experts i got my answer.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 May 2007 03:34:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-validations-of-screen-in-modulepool-programming/m-p/2083010#M432346</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-03T03:34:36Z</dc:date>
    </item>
  </channel>
</rss>

