<?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: USER EXIT for su01 in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-for-su01/m-p/7713187#M1579289</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There are many different BADI's which trigger depending on what tab you modify in SU01. Put a break point in CL_EXITHANDLER=&amp;gt;GET_INSTANCE and identify the exact BADI you need.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note : I tried updating the Address tab of SU01, the following BADI's we triggered,&lt;/P&gt;&lt;P&gt;ADDRESS_UPDATE&lt;/P&gt;&lt;P&gt;HRBAS00INFTY&lt;/P&gt;&lt;P&gt;HRFPM_FTE_DISPATCHER&lt;/P&gt;&lt;P&gt;LSO_CORRESPONDENCE41&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Ranganath&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 02 Mar 2011 11:37:19 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2011-03-02T11:37:19Z</dc:date>
    <item>
      <title>USER EXIT for su01</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-for-su01/m-p/7713184#M1579286</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;I tried using the user exit EXIT_SAPLSUSF_001 for su01 but its not getting triggered..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;actually whenever i enter some data and press save in the user profie parameters...the respective exit should trigger ..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;am using EXIT_SAPLSUSF_001 but its not getting triggered..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;any other badi or exit for it..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;suresh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Mar 2011 11:03:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-for-su01/m-p/7713184#M1579286</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-03-02T11:03:32Z</dc:date>
    </item>
    <item>
      <title>Re: USER EXIT for su01</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-for-su01/m-p/7713185#M1579287</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Did you affect extension SUSR0001 to a project via transaction CMOD, did you activate the project ?&lt;/P&gt;&lt;P&gt;(But this exit is called at connexion time not when SU01 is called)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You could check Enhancement Spots BADI_ESH_USER_AUTH and BADI_EXTEND_IDENTITY ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raymond&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Mar 2011 11:07:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-for-su01/m-p/7713185#M1579287</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2011-03-02T11:07:33Z</dc:date>
    </item>
    <item>
      <title>Re: USER EXIT for su01</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-for-su01/m-p/7713186#M1579288</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;this exit is called in fm SUSR_LOGON_USER_EXIT after logon of a user. It is not for use in SU01.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What do you want to do with an exit in SU01?&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;Klaus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Mar 2011 11:09:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-for-su01/m-p/7713186#M1579288</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-03-02T11:09:50Z</dc:date>
    </item>
    <item>
      <title>Re: USER EXIT for su01</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-for-su01/m-p/7713187#M1579289</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There are many different BADI's which trigger depending on what tab you modify in SU01. Put a break point in CL_EXITHANDLER=&amp;gt;GET_INSTANCE and identify the exact BADI you need.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note : I tried updating the Address tab of SU01, the following BADI's we triggered,&lt;/P&gt;&lt;P&gt;ADDRESS_UPDATE&lt;/P&gt;&lt;P&gt;HRBAS00INFTY&lt;/P&gt;&lt;P&gt;HRFPM_FTE_DISPATCHER&lt;/P&gt;&lt;P&gt;LSO_CORRESPONDENCE41&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Ranganath&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Mar 2011 11:37:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-for-su01/m-p/7713187#M1579289</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-03-02T11:37:19Z</dc:date>
    </item>
    <item>
      <title>Re: USER EXIT for su01</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-for-su01/m-p/7713188#M1579290</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Remenber that [CL_EXITHANDLER=&amp;gt;GET_INSTANCE|http://help.sap.com/saphelp_banking60/helpdata/en/eb/3e7cf1940e11d295df0000e82de14a/frameset.htm] is only triggered by classic BAdIs and not by modern BAdIs which use a [GET BADI|http://help.sap.com/abapdocu_70/en/ABAPGET_BADI.htm].&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raymond&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Mar 2011 14:54:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-for-su01/m-p/7713188#M1579290</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2011-03-02T14:54:43Z</dc:date>
    </item>
    <item>
      <title>Re: USER EXIT for su01</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-for-su01/m-p/7713189#M1579291</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Raymond,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the response !&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;there are couple of badis which are triggerred among which is "address_update" ..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;am doing some validation check in the method of this badi .., when check fails ..am throwing an error message in user profile ....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but the message is shown on some other screen rather than on the screen where we fill the parameter ids &amp;amp; values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is there any way to do it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and also is there any way to handle the authorizations for a particular parameter id in a user profile..means only user admin should be able to edit the parameter id values not all other users should be able do it? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;suresh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Mar 2011 15:06:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-for-su01/m-p/7713189#M1579291</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-03-02T15:06:44Z</dc:date>
    </item>
    <item>
      <title>Re: USER EXIT for su01</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-for-su01/m-p/7713190#M1579292</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Suresh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have the same problem as you had in this thread&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="10022599"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me if you have a solution for this. Appreciate your help. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Karthik.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Mar 2011 23:47:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-for-su01/m-p/7713190#M1579292</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-03-23T23:47:53Z</dc:date>
    </item>
  </channel>
</rss>

