<?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: exit in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/exit/m-p/1599428#M269148</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do something like this:&lt;/P&gt;&lt;P&gt;  CASE segment-segnam.&lt;/P&gt;&lt;P&gt;when 'E1EDP01'.&lt;/P&gt;&lt;P&gt;select *&lt;/P&gt;&lt;P&gt;from vbfa&lt;/P&gt;&lt;P&gt;where vbelv = e1edk01-BELNR&lt;/P&gt;&lt;P&gt;  and posnv = e1edp01-posex&lt;/P&gt;&lt;P&gt;*vbfa-vbeln will be your so and&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;vbfa-POSNN will be your item&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;SELECT SINGLE *&lt;/P&gt;&lt;P&gt;FROM VBEP&lt;/P&gt;&lt;P&gt;WHERE VBELN = VBFA-VBELN&lt;/P&gt;&lt;P&gt;  AND POSNR = VBFA-POSNN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  endcase.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;ravi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 05 Oct 2006 13:34:25 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-10-05T13:34:25Z</dc:date>
    <item>
      <title>exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/exit/m-p/1599427#M269147</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 give me solution for my requairment.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i am explaining my requairment.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;inbound idoc orders03 meesage type ordchg.&lt;/P&gt;&lt;P&gt;this inbound idoc is for to change the sales order.&lt;/P&gt;&lt;P&gt;the data comes to segments and it will update the sales order related tables here i have nothing to do.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;first i will give the field names of segments&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;E1EDK02 BELNR PO Number&lt;/P&gt;&lt;P&gt;E1EDP01 POSEX Line Item Number&lt;/P&gt;&lt;P&gt;E1EDP01 MENGE Item Quantity&lt;/P&gt;&lt;P&gt;E1EDP20 EDATU Delivery Date&lt;/P&gt;&lt;P&gt;E1EDP19 QUALF Identification for customer &lt;/P&gt;&lt;P&gt;E1EDP19 IDTNR Material Number&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;these fields will automatically change the sales order.&lt;/P&gt;&lt;P&gt;when changing the sales order i need to do two stpes&lt;/P&gt;&lt;P&gt;1)here the item Quantity is from purshase order.&lt;/P&gt;&lt;P&gt;but they donot want to chage the sales order with this qunatity.they want to upate the quantity which is in the sales order for that purchase order number and item.&lt;/P&gt;&lt;P&gt;for that firsti need to get the sales order number and item from table VBFA based on the purchase order number and item.&lt;/P&gt;&lt;P&gt;2)Based on the salesorder number and item i need to get QUANTITY (WMENG)from table VBEP.&lt;/P&gt;&lt;P&gt;and to pass this wmeng to appropriate internal table which actually change the sales order.that is in function module (exit_saplvedb_001).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please kindly response to this topic.&lt;/P&gt;&lt;P&gt;I have very less time to complete this task.&lt;/P&gt;&lt;P&gt;Kindly help me .&lt;/P&gt;&lt;P&gt;Please give sample coding for this . &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>Thu, 05 Oct 2006 13:24:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/exit/m-p/1599427#M269147</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-05T13:24:20Z</dc:date>
    </item>
    <item>
      <title>Re: exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/exit/m-p/1599428#M269148</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do something like this:&lt;/P&gt;&lt;P&gt;  CASE segment-segnam.&lt;/P&gt;&lt;P&gt;when 'E1EDP01'.&lt;/P&gt;&lt;P&gt;select *&lt;/P&gt;&lt;P&gt;from vbfa&lt;/P&gt;&lt;P&gt;where vbelv = e1edk01-BELNR&lt;/P&gt;&lt;P&gt;  and posnv = e1edp01-posex&lt;/P&gt;&lt;P&gt;*vbfa-vbeln will be your so and&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;vbfa-POSNN will be your item&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;SELECT SINGLE *&lt;/P&gt;&lt;P&gt;FROM VBEP&lt;/P&gt;&lt;P&gt;WHERE VBELN = VBFA-VBELN&lt;/P&gt;&lt;P&gt;  AND POSNR = VBFA-POSNN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  endcase.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;ravi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Oct 2006 13:34:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/exit/m-p/1599428#M269148</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-05T13:34:25Z</dc:date>
    </item>
    <item>
      <title>Re: exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/exit/m-p/1599429#M269149</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;vbelv is the so and posnv is the item.&lt;/P&gt;&lt;P&gt;after getting the record from vbep how to pass the wmeng to the internal table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thakns&amp;amp;Regards.&lt;/P&gt;&lt;P&gt;Ramu.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Oct 2006 13:45:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/exit/m-p/1599429#M269149</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-05T13:45:21Z</dc:date>
    </item>
  </channel>
</rss>

