<?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: issue with function module exits in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-function-module-exits/m-p/8556053#M1658646</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you please explain in detail where did you put this validation?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Nabheet&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 05 Feb 2012 17:27:30 GMT</pubDate>
    <dc:creator>nabheetscn</dc:creator>
    <dc:date>2012-02-05T17:27:30Z</dc:date>
    <item>
      <title>issue with function module exits</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-function-module-exits/m-p/8556051#M1658644</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;execute the T.Code MK01, enter the language 'English' and country 'de'. it's allowing to save the data. I want to raise one pop-up message as 'country and language are not the valid combination please choose right one'. I enhanced in the function module exit. it's raising the message , but it's executing the next screen. how to stop it's first screen and I have to choose the right combination even though  I raised message as Error, it's repeating same thing. Please give me any suggestion on this issue. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Seshu.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 05 Feb 2012 13:21:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-function-module-exits/m-p/8556051#M1658644</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-02-05T13:21:55Z</dc:date>
    </item>
    <item>
      <title>Re: issue with function module exits</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-function-module-exits/m-p/8556052#M1658645</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;Could you please post the code you enhanced?&lt;/P&gt;&lt;P&gt;Your enhanced code should get called in the PAI of the initial screen.&lt;/P&gt;&lt;P&gt;Debug the code and see.&lt;/P&gt;&lt;P&gt;I hope the place where you have written your logic is not the right one.&lt;/P&gt;&lt;P&gt;Check it out.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Raja.D&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 05 Feb 2012 17:19:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-function-module-exits/m-p/8556052#M1658645</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-02-05T17:19:59Z</dc:date>
    </item>
    <item>
      <title>Re: issue with function module exits</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-function-module-exits/m-p/8556053#M1658646</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you please explain in detail where did you put this validation?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Nabheet&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 05 Feb 2012 17:27:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-function-module-exits/m-p/8556053#M1658646</guid>
      <dc:creator>nabheetscn</dc:creator>
      <dc:date>2012-02-05T17:27:30Z</dc:date>
    </item>
    <item>
      <title>Re: issue with function module exits</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-function-module-exits/m-p/8556054#M1658647</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have executed CMOD T.Code,  we can find the 'include zxf05u01'  program . I wrote the code in this include program.  select statement is like this. check the code here.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;" select single land1&lt;/P&gt;&lt;P&gt;                       spras&lt;/P&gt;&lt;P&gt;              into wa_t005 &lt;/P&gt;&lt;P&gt;             from t005&lt;/P&gt;&lt;P&gt;            where land1 = i_lfa1-land1&lt;/P&gt;&lt;P&gt;            and     spras = I_lfa1-spras.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if sy-subrc &amp;lt;&amp;gt;0.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;country &amp;amp;1 and language &amp;amp;2 are not the valid combination.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;message e015(zall) with I_lfa1-land1 I_lfa1-spras. &lt;/P&gt;&lt;P&gt;endif."&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Feb 2012 01:43:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-function-module-exits/m-p/8556054#M1658647</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-02-06T01:43:15Z</dc:date>
    </item>
    <item>
      <title>Re: issue with function module exits</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-function-module-exits/m-p/8556055#M1658648</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try,..&lt;/P&gt;&lt;P&gt;if.&lt;/P&gt;&lt;P&gt;message.&lt;/P&gt;&lt;P&gt;return.&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then also if not happening, try with set cursor field.&lt;/P&gt;&lt;P&gt;if.&lt;/P&gt;&lt;P&gt;set cursor field.&lt;/P&gt;&lt;P&gt;message.&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Feb 2012 02:34:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-function-module-exits/m-p/8556055#M1658648</guid>
      <dc:creator>surajarafath</dc:creator>
      <dc:date>2012-02-06T02:34:27Z</dc:date>
    </item>
  </channel>
</rss>

