<?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: Customer Master User exit in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/customer-master-user-exit/m-p/2695550#M623833</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sam,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I appreciate your reply but it still goes to that export data tab. Any other suggestions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;David.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 23 Aug 2007 19:50:27 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-08-23T19:50:27Z</dc:date>
    <item>
      <title>Customer Master User exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/customer-master-user-exit/m-p/2695548#M623831</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 am trying to generate an error message in the contact person tab of the customer master and have implemented the User exit EXIT_SAPMF02D_001 that triggers when we save data. The exit is getting triggered and the error message generated but the error message is coming in the next tab i.e. export data and not in the contact person's tab. The User wants it in the contact person's tab. Can someone tell me why it is changing tabs and how we can control it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help would be greatly appreciately and will be accordingly rewarded with points.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;David.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Aug 2007 19:27:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/customer-master-user-exit/m-p/2695548#M623831</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-23T19:27:32Z</dc:date>
    </item>
    <item>
      <title>Re: Customer Master User exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/customer-master-user-exit/m-p/2695549#M623832</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    MESSAGE IXXX(Z1) WITH&lt;/P&gt;&lt;P&gt;            'Your message'.&lt;/P&gt;&lt;P&gt;    SET SCREEN 7360. LEAVE SCREEN.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Aug 2007 19:42:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/customer-master-user-exit/m-p/2695549#M623832</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-23T19:42:03Z</dc:date>
    </item>
    <item>
      <title>Re: Customer Master User exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/customer-master-user-exit/m-p/2695550#M623833</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sam,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I appreciate your reply but it still goes to that export data tab. Any other suggestions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;David.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Aug 2007 19:50:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/customer-master-user-exit/m-p/2695550#M623833</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-23T19:50:27Z</dc:date>
    </item>
    <item>
      <title>Re: Customer Master User exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/customer-master-user-exit/m-p/2695551#M623834</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;Does anyone have suggestions for this???&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;David.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Aug 2007 20:04:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/customer-master-user-exit/m-p/2695551#M623834</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-23T20:04:21Z</dc:date>
    </item>
    <item>
      <title>Re: Customer Master User exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/customer-master-user-exit/m-p/2695552#M623835</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello David,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is not possible , cursor will stop last edittable tab position.&lt;/P&gt;&lt;P&gt;Just say to client that it is not possible since sap commands will not work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Seshu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Aug 2007 20:18:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/customer-master-user-exit/m-p/2695552#M623835</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-23T20:18:45Z</dc:date>
    </item>
  </channel>
</rss>

