<?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: implementing user exit in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/implementing-user-exit/m-p/1592066#M266243</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Narendiran,&lt;/P&gt;&lt;P&gt;In order to prevent the screen fields from being greyed out, use the chain...endchain construct. Inside the CHAIN..ENDCHAIN construct, mention the names of the fields as under to prevent the greying of the same.&lt;/P&gt;&lt;P&gt;CHAIN.&lt;/P&gt;&lt;P&gt;FIELD MARA-MATNR.&lt;/P&gt;&lt;P&gt;FIELD MARA-MATKL.&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;ENDCHAIN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Chetan.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PS: Reward Points if you find the answer useful..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 19 Sep 2006 05:16:41 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-09-19T05:16:41Z</dc:date>
    <item>
      <title>implementing user exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/implementing-user-exit/m-p/1592062#M266239</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Abappers,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;	I am trying to implement a customer defined validation in the user exit EXIT_SAPFP50M_002  in PA30 transaction. I want to display a particular error message, if the particular wage type is entered in the second screen(2010), but after displaying the error, the screen fields get greyed out. i want to enable the user to edit the fields after the error message has appeared. How should i do this? please suggest me a solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Naren.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Sep 2006 04:41:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/implementing-user-exit/m-p/1592062#M266239</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-19T04:41:00Z</dc:date>
    </item>
    <item>
      <title>Re: implementing user exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/implementing-user-exit/m-p/1592063#M266240</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;Try using a information message.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Senthil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Sep 2006 04:46:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/implementing-user-exit/m-p/1592063#M266240</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-19T04:46:45Z</dc:date>
    </item>
    <item>
      <title>Re: implementing user exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/implementing-user-exit/m-p/1592064#M266241</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi senthil,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The requirements is that the user is not supposed to save the entry if the entry is wrong,that is the reason for using error rather than status of info message.Can you please help me with this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Narendiran Rathinavelu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Sep 2006 04:56:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/implementing-user-exit/m-p/1592064#M266241</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-19T04:56:45Z</dc:date>
    </item>
    <item>
      <title>Re: implementing user exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/implementing-user-exit/m-p/1592065#M266242</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;In user-exit, the control doesn't come back to your screen when you throw a std error message. So, you have to call a pop-up screen and displayed the error message in the pop-up. That way, the control comes back to my screen. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also try this,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;INSTEAD OF&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MESSAGE EXXX(XX).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;USE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MESSAGE SXXX(XX) DISPLAY LIKE 'E'.&lt;/P&gt;&lt;P&gt;FCODE = 'ENT1'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Senthil&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: senthil kumar&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Sep 2006 05:09:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/implementing-user-exit/m-p/1592065#M266242</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-19T05:09:54Z</dc:date>
    </item>
    <item>
      <title>Re: implementing user exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/implementing-user-exit/m-p/1592066#M266243</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Narendiran,&lt;/P&gt;&lt;P&gt;In order to prevent the screen fields from being greyed out, use the chain...endchain construct. Inside the CHAIN..ENDCHAIN construct, mention the names of the fields as under to prevent the greying of the same.&lt;/P&gt;&lt;P&gt;CHAIN.&lt;/P&gt;&lt;P&gt;FIELD MARA-MATNR.&lt;/P&gt;&lt;P&gt;FIELD MARA-MATKL.&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;ENDCHAIN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Chetan.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PS: Reward Points if you find the answer useful..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Sep 2006 05:16:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/implementing-user-exit/m-p/1592066#M266243</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-19T05:16:41Z</dc:date>
    </item>
    <item>
      <title>Re: implementing user exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/implementing-user-exit/m-p/1592067#M266244</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi senthil&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    can you show me an example? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Narendiran Rathinavelu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Sep 2006 05:19:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/implementing-user-exit/m-p/1592067#M266244</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-19T05:19:00Z</dc:date>
    </item>
    <item>
      <title>Re: implementing user exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/implementing-user-exit/m-p/1592068#M266245</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;  i am implementing this exit inside a function module, is it possible to use chain endchain in this case?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Narendiran Rathinavelu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Sep 2006 05:21:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/implementing-user-exit/m-p/1592068#M266245</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-19T05:21:19Z</dc:date>
    </item>
    <item>
      <title>Re: implementing user exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/implementing-user-exit/m-p/1592069#M266246</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi senthil,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; What does fcode correspond to here?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Narndiran Rathinavelu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Sep 2006 05:24:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/implementing-user-exit/m-p/1592069#M266246</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-19T05:24:06Z</dc:date>
    </item>
    <item>
      <title>Re: implementing user exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/implementing-user-exit/m-p/1592070#M266247</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok good,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use this in your flow logic,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;field &amp;lt;screen field name&amp;gt; module &amp;lt;module name&amp;gt; .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and place the code and error message with the module .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this will enable to field for entering new values.&lt;/P&gt;&lt;P&gt;&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;  field &amp;lt;fieldname&amp;gt; module &amp;lt;module&amp;gt;.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;  module user_command_0100.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In an include of the main program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;************************************************************************&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;     Module  &amp;lt;module&amp;gt;  INPUT&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;************************************************************************&lt;/P&gt;&lt;P&gt;module &amp;lt;module&amp;gt; input.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Insert the error message here!&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;endmodule.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Sep 2006 05:32:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/implementing-user-exit/m-p/1592070#M266247</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-19T05:32:00Z</dc:date>
    </item>
    <item>
      <title>Re: implementing user exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/implementing-user-exit/m-p/1592071#M266248</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Senthil,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  I am writing my validation code inside a Z include(ZXPADU02) inside the function module EXIT_SAPFP50M_002 which is an user exit provided by  SAP in the transaction PA30(Maintain HR Data) , I tried using &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SXXX(XX) display like 'E'.&lt;/P&gt;&lt;P&gt;fcode = 'ENT1'&lt;/P&gt;&lt;P&gt;intead of &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but i dont understand what fcode corresponds to here?&lt;/P&gt;&lt;P&gt;Secondly i dont think i can implement&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;chain.&lt;/P&gt;&lt;P&gt;endchain.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;structure here since, i am inside a function module.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please suggest me a solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Narendiran&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Sep 2006 05:52:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/implementing-user-exit/m-p/1592071#M266248</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-19T05:52:15Z</dc:date>
    </item>
  </channel>
</rss>

