<?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 User-Exit. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit/m-p/1175400#M124212</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI friends,&lt;/P&gt;&lt;P&gt; i have a doubt in User-Exit.&lt;/P&gt;&lt;P&gt; i have an enhancement:V45A0002&lt;/P&gt;&lt;P&gt; It's purpose is: Predefine sold-to party in sales document&lt;/P&gt;&lt;P&gt; What does it mean?..is it mean that when ever i go to va02 screen after given sd document number, in the 2nd screen it will automatically displays the sold-to-party in the screen which we mention in the code?..how to write the code for this? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in Advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 22 Feb 2006 06:57:51 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-02-22T06:57:51Z</dc:date>
    <item>
      <title>User-Exit.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit/m-p/1175400#M124212</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI friends,&lt;/P&gt;&lt;P&gt; i have a doubt in User-Exit.&lt;/P&gt;&lt;P&gt; i have an enhancement:V45A0002&lt;/P&gt;&lt;P&gt; It's purpose is: Predefine sold-to party in sales document&lt;/P&gt;&lt;P&gt; What does it mean?..is it mean that when ever i go to va02 screen after given sd document number, in the 2nd screen it will automatically displays the sold-to-party in the screen which we mention in the code?..how to write the code for this? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in Advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Feb 2006 06:57:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit/m-p/1175400#M124212</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-02-22T06:57:51Z</dc:date>
    </item>
    <item>
      <title>Re: User-Exit.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit/m-p/1175401#M124213</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;just go to SMOD then enter the exit name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then goto COMPONENTS there you will have a functional module. double click the FM it show a include program&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;type the code in the include program&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i.e E_KUNNR = &amp;lt;your customer id&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;kishore&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Feb 2006 07:09:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit/m-p/1175401#M124213</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-02-22T07:09:16Z</dc:date>
    </item>
    <item>
      <title>Re: User-Exit.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit/m-p/1175402#M124214</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Jak,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;that means for certains sales group, sales office you can fix the sold to party for that particular sales order. for the sales group, slaes office combination you are predefining Sold-to party, it is depends on customization.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;vijay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Feb 2006 07:14:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit/m-p/1175402#M124214</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-02-22T07:14:02Z</dc:date>
    </item>
    <item>
      <title>Re: User-Exit.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit/m-p/1175403#M124215</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Jak,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This user exit will help u to derive a sold to party. If u check this enhancement it call FM EXIT_SAPMV45A_002 which has exporting para as Kunnr. &lt;/P&gt;&lt;P&gt;So this enhancement will not automaticaly prompt.&lt;/P&gt;&lt;P&gt;Create a project by useing CMOD. Add this enhancement to this project. Goto components and double click on the FM. Then double click on the include in the FM. This will open ABAP editor for u. &lt;/P&gt;&lt;P&gt;Design ur own logic and finally push values to E_KUNNR.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Abhijit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Feb 2006 07:14:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit/m-p/1175403#M124215</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-02-22T07:14:21Z</dc:date>
    </item>
    <item>
      <title>Re: User-Exit.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit/m-p/1175404#M124216</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;1. Goto CMOD&lt;/P&gt;&lt;P&gt;2. Create a new project&lt;/P&gt;&lt;P&gt;3. Enhancemen assignmen button&lt;/P&gt;&lt;P&gt;4. Specify the Enhancement name&lt;/P&gt;&lt;P&gt;5. Click the component button&lt;/P&gt;&lt;P&gt;6. Select the exit name and activate&lt;/P&gt;&lt;P&gt;7. Double click on the exit name&lt;/P&gt;&lt;P&gt;8. Now double click on the include&lt;/P&gt;&lt;P&gt;9. Edit the code and pass the imported parameter to &lt;/P&gt;&lt;P&gt;   E_KUNNR.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regs,&lt;/P&gt;&lt;P&gt;Venkat Ramanan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Feb 2006 07:19:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit/m-p/1175404#M124216</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-02-22T07:19:43Z</dc:date>
    </item>
    <item>
      <title>Re: User-Exit.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit/m-p/1175405#M124217</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank You.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Feb 2006 07:32:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit/m-p/1175405#M124217</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-02-22T07:32:21Z</dc:date>
    </item>
  </channel>
</rss>

