<?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/1601131#M269901</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;Kindly help me on this topic.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am writing the code in include ZXVDBU01(customer exit,FM EXIT_SAPLVEDB_001).&lt;/P&gt;&lt;P&gt;FROM where i can trigger this include.&lt;/P&gt;&lt;P&gt;for test purpose theY have given one IDOC Number.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please Give me the solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks In Advance .&lt;/P&gt;&lt;P&gt;Thanks&amp;amp;Regards.&lt;/P&gt;&lt;P&gt;Ramu.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 13 Oct 2006 08:58:16 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-10-13T08:58:16Z</dc:date>
    <item>
      <title>user_exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit/m-p/1601131#M269901</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;Kindly help me on this topic.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am writing the code in include ZXVDBU01(customer exit,FM EXIT_SAPLVEDB_001).&lt;/P&gt;&lt;P&gt;FROM where i can trigger this include.&lt;/P&gt;&lt;P&gt;for test purpose theY have given one IDOC Number.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please Give me the solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks In Advance .&lt;/P&gt;&lt;P&gt;Thanks&amp;amp;Regards.&lt;/P&gt;&lt;P&gt;Ramu.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Oct 2006 08:58:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit/m-p/1601131#M269901</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-13T08:58: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/1601132#M269902</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Ramu,&lt;/P&gt;&lt;P&gt;This User exit is used for &lt;/P&gt;&lt;P&gt;"Customer function for the selection of additional data from segments. Customer function to READ additional DATA from segment"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This customer exit is called in side the include LVEDBF49&lt;/P&gt;&lt;P&gt;put a break-point and check whether you are writing customer code at the right place.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the FM IDOC_INPUT_ORDCHG at line number 55 there is a PERFORM interpret_idoc_orders. In this subroutine you have a PERFORM CUSTOMER_FUNCTION_IDOC USING IDOC_DATA.&lt;/P&gt;&lt;P&gt;inside that perform the customer function '001'&lt;/P&gt;&lt;P&gt;is being called.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please mark for the helpful answers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Srinivas Maddineni&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Oct 2006 09:17:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit/m-p/1601132#M269902</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-13T09:17:41Z</dc:date>
    </item>
    <item>
      <title>Re: user_exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit/m-p/1601133#M269903</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Ramu,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;     You can trigger this function module if you want to do 'EDI Changes to Incoming Orders: Reading Additional Data' in one of the following Transactions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; VOE1                 Maintain EDPST          &lt;/P&gt;&lt;P&gt; VOE2                 SD EDI Customer/Vendor   &lt;/P&gt;&lt;P&gt; VOE3                 SD EDI Partner Functions&lt;/P&gt;&lt;P&gt; VOE4                 SD EDI Conversion       &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Write your code in that user-exit and execute any of these transactions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers...!&lt;/P&gt;&lt;P&gt; Jayaram...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Oct 2006 09:23:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit/m-p/1601133#M269903</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-13T09:23:50Z</dc:date>
    </item>
    <item>
      <title>Re: user_exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit/m-p/1601134#M269904</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;&lt;/P&gt;&lt;P&gt;I am explaining my requairment,Please give me advise how to start the program.&lt;/P&gt;&lt;P&gt;basic idoc type ORDERS03,I Think this will create a schedule line for sales order.&lt;/P&gt;&lt;P&gt;1)i have data in segments&lt;/P&gt;&lt;P&gt;  e1edk02-belnr puachase order number.&lt;/P&gt;&lt;P&gt;  e1edp01-posex purchase order item.&lt;/P&gt;&lt;P&gt;  e2edp01-menge quantity&lt;/P&gt;&lt;P&gt;  e1edp20-edatu customer request date.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what have to do is :  i have to get the Sales order number&lt;/P&gt;&lt;P&gt;and item from table vbfa.&lt;/P&gt;&lt;P&gt;i have to get the quantity from table vbep for these sales order number and item.&lt;/P&gt;&lt;P&gt; and i need to pass the values to appropriate internal table of the function module EXIT_SAPLVEDB_001.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;THIS will make the no quntity update in  the slaes order.&lt;/P&gt;&lt;P&gt; the include is ZXVDBU001.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FOR TEST PURPOSE ONE IDOC NUMBER THEY HAVE GIVEN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am triggering this include through WE19 TCODE.&lt;/P&gt;&lt;P&gt;AM I GOING WIRTE? FOR THIS TCODE.&lt;/P&gt;&lt;P&gt;And Plese give me the solution for this rquairment.&lt;/P&gt;&lt;P&gt;i have just short time to complete this task.&lt;/P&gt;&lt;P&gt;Kindly give information on this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in Advance.&lt;/P&gt;&lt;P&gt;Thanks&amp;amp;Regards.&lt;/P&gt;&lt;P&gt;Ramu.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Oct 2006 11:56:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit/m-p/1601134#M269904</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-13T11:56:47Z</dc:date>
    </item>
  </channel>
</rss>

