<?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 in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit/m-p/3169084#M754071</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;For populating the partner-kunnr use the form exit USEREXIT_MOVE_FIELD_TO_VBKD  in the include MV45AFZZ . Use the following code: Reward points!!!!!1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data : ls_vbpa type vbpa.&lt;/P&gt;&lt;P&gt;read table xvpa into ls_vbpa where parvw = 'sold to party' .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If vbak-aurat = 'OR' and VbAk-VKORG = '1000'.&lt;/P&gt;&lt;P&gt;ls_vbpa-kunnr = '2929'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;modify xvbpa from ls_vbpa index sy-tabix&lt;/P&gt;&lt;P&gt;                           transporting kunnr.&lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;P&gt;clear ls_vbpa.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 13 Dec 2007 07:42:04 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-12-13T07:42:04Z</dc:date>
    <item>
      <title>User - Exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit/m-p/3169083#M754070</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all&lt;/P&gt;&lt;P&gt;for VA01 txn, an userexit is der for predefined sold to party.&lt;/P&gt;&lt;P&gt;if i give any kunnr no in userexit(include) i got that no when i am creating a Sales docuement. Itz Okey.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But now i want to the kunnr based on sales doc type(auart)  and sales organization(vkorg) &lt;/P&gt;&lt;P&gt;in user exit function module der is import parameters for these two AUART and VKORG in structures I_VTAK&amp;amp; I_VTAT .&lt;/P&gt;&lt;P&gt;Now i wrote d code as follows&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF I_VTAK-AUART = 'OR' and I_VTAT-VKORG = '1000'.&lt;/P&gt;&lt;P&gt;E_KUNNR = '2929'.&lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but i didnt get the kunnr value in VA01.&lt;/P&gt;&lt;P&gt;when debug it , i came to know that der is no values stored in the structures i_vtak, and i_vtat..&lt;/P&gt;&lt;P&gt;HOW TO DO THE ABOVE.............&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks,&lt;/P&gt;&lt;P&gt;sekhar.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Dec 2007 07:29:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit/m-p/3169083#M754070</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-13T07:29:17Z</dc:date>
    </item>
    <item>
      <title>Re: User - Exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit/m-p/3169084#M754071</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;For populating the partner-kunnr use the form exit USEREXIT_MOVE_FIELD_TO_VBKD  in the include MV45AFZZ . Use the following code: Reward points!!!!!1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data : ls_vbpa type vbpa.&lt;/P&gt;&lt;P&gt;read table xvpa into ls_vbpa where parvw = 'sold to party' .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If vbak-aurat = 'OR' and VbAk-VKORG = '1000'.&lt;/P&gt;&lt;P&gt;ls_vbpa-kunnr = '2929'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;modify xvbpa from ls_vbpa index sy-tabix&lt;/P&gt;&lt;P&gt;                           transporting kunnr.&lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;P&gt;clear ls_vbpa.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Dec 2007 07:42:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit/m-p/3169084#M754071</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-13T07:42:04Z</dc:date>
    </item>
    <item>
      <title>Re: User - Exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit/m-p/3169085#M754072</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sekhar,&lt;/P&gt;&lt;P&gt;I have written the same code in 'ZXVVAU04' and i have got the correct result. Please check the value of sales org. and order type.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am pasting  my lines of code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  IF i_tvak-auart = 'TA' OR I_TVTA-vkorg = 'Z201'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    e_kunnr = '24789'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward if helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Chiranjit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Dec 2007 07:52:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit/m-p/3169085#M754072</guid>
      <dc:creator>chiranjit_bhowmik</dc:creator>
      <dc:date>2007-12-13T07:52:15Z</dc:date>
    </item>
    <item>
      <title>Re: User - Exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit/m-p/3169086#M754073</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi chiranjit, thanq, but i didnt get the value of sales organization in i_tvta-vkorg , dats y itz not working&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Dec 2007 08:01:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit/m-p/3169086#M754073</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-13T08:01: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/3169087#M754074</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi thanq,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;where i have to write this code..&lt;/P&gt;&lt;P&gt;if i goto the particular include it asks KEY ---&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Dec 2007 08:02:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit/m-p/3169087#M754074</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-13T08:02:17Z</dc:date>
    </item>
    <item>
      <title>Re: User - Exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit/m-p/3169088#M754075</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi sekar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It wont ask for a access  key it just gives a warning, press enter to continue...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If it asks for a developer key, it means your username is not registered as developer, to register contact the basis Guy or ask some abaper to do this for u...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Karthik D&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Reward Points if this is helpful&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Dec 2007 09:15:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit/m-p/3169088#M754075</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-13T09:15:20Z</dc:date>
    </item>
  </channel>
</rss>

