<?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 exit in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/exit/m-p/1265359#M148913</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hello guys,&lt;/P&gt;&lt;P&gt;In the sales order  VA01,after entering sold-to-party in second screen and press enter a  screen popup's to select  SALES AREA FOR CUSTOMER with &lt;/P&gt;&lt;P&gt;sales org/dist channel/div/description ectries.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need a user exit to selct this SALES AREA FOR CUSTOMER depeding on my own logic from SOLD-TO-PARTY with supressing that pop up screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so what i need is a user exit after entering a &amp;lt;b&amp;gt;sold to&amp;lt;/b&amp;gt; &amp;lt;b&amp;gt;party&amp;lt;/b&amp;gt; in second screen where i can write my own logic and supress the popup screen.&lt;/P&gt;&lt;P&gt;hope my question is clear!!&lt;/P&gt;&lt;P&gt;replies appreciated and rewarded.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks in advance.&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Adarsh.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 19 Apr 2006 17:39:09 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-04-19T17:39:09Z</dc:date>
    <item>
      <title>exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/exit/m-p/1265359#M148913</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hello guys,&lt;/P&gt;&lt;P&gt;In the sales order  VA01,after entering sold-to-party in second screen and press enter a  screen popup's to select  SALES AREA FOR CUSTOMER with &lt;/P&gt;&lt;P&gt;sales org/dist channel/div/description ectries.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need a user exit to selct this SALES AREA FOR CUSTOMER depeding on my own logic from SOLD-TO-PARTY with supressing that pop up screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so what i need is a user exit after entering a &amp;lt;b&amp;gt;sold to&amp;lt;/b&amp;gt; &amp;lt;b&amp;gt;party&amp;lt;/b&amp;gt; in second screen where i can write my own logic and supress the popup screen.&lt;/P&gt;&lt;P&gt;hope my question is clear!!&lt;/P&gt;&lt;P&gt;replies appreciated and rewarded.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks in advance.&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Adarsh.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Apr 2006 17:39:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/exit/m-p/1265359#M148913</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-19T17:39:09Z</dc:date>
    </item>
    <item>
      <title>Re: exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/exit/m-p/1265360#M148914</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 don't think there's an exit there, try the BADI BADI_SD_SALES&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Max&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Apr 2006 17:46:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/exit/m-p/1265360#M148914</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-19T17:46:04Z</dc:date>
    </item>
    <item>
      <title>Re: exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/exit/m-p/1265361#M148915</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Adarsh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; You can try couple of options. When the Partner selection screen pops-up you can trigger a breakpoint from the pop-up screen and once it goes in check the call stack. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; From the call stack pick up the main programs and useful FM's and check to see if there is any user exists. I am not sure but i think you can try to see if there is any user exit.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; This is call stack:&lt;/P&gt;&lt;P&gt;SAPLV09C	FUNCTION	SD_PARTNER_SELECTION&lt;/P&gt;&lt;P&gt;SAPLV09A	FORM	PARTNER_SELECTION&lt;/P&gt;&lt;P&gt;SAPLV09A	FUNCTION	SD_PARTNER_DETERMINATION&lt;/P&gt;&lt;P&gt;SAPLV05E	FUNCTION	VIEW_KUAGV&lt;/P&gt;&lt;P&gt;SAPMV45A	FORM	KUAGV_SELECT&lt;/P&gt;&lt;P&gt;SAPMV45A	FORM	AUFTRAGGEBER_PRUEFEN&lt;/P&gt;&lt;P&gt;SAPMV45A	FORM	KUNDEN_PRUEFEN&lt;/P&gt;&lt;P&gt;SAPMV45A	MODULE (PAI)	KUNDEN_PRUEFEN&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; So check in these programs if you have any exit and if it suffice ur need.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Cheers&lt;/P&gt;&lt;P&gt; VJ&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Apr 2006 00:50:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/exit/m-p/1265361#M148915</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-20T00:50:42Z</dc:date>
    </item>
    <item>
      <title>Re: exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/exit/m-p/1265362#M148916</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Adarsh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm also facing the same problem when i create sales order from CRM system.&lt;/P&gt;&lt;P&gt;i tried so many ways including BUS2032 business objects but no luck.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can you please tell me how did you achieved this?&lt;/P&gt;&lt;P&gt;points are sure &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Srinivas.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Apr 2007 08:30:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/exit/m-p/1265362#M148916</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-12T08:30:27Z</dc:date>
    </item>
  </channel>
</rss>

