<?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 function exit in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-exit/m-p/1618921#M277023</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;Currently working on Enhancements. The requirement was&lt;/P&gt;&lt;P&gt;i need to modify the appropriate internal tables in the EXIT_SAPLVEDB_001 (include ZXVDBU001) with SO number, Item and quantity. The tables are divbep, dxvbadr, dxvbpa, dxvbap, dxvbak, But some of this tables are not having the associated type. So am not able to modify these tables. Can any one suggest me how to do this ???&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot ............... !!!&lt;/P&gt;&lt;P&gt;Thanks in Advance.&lt;/P&gt;&lt;P&gt;Thnaks&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>Sat, 14 Oct 2006 13:02:01 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-10-14T13:02:01Z</dc:date>
    <item>
      <title>function exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-exit/m-p/1618921#M277023</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;Currently working on Enhancements. The requirement was&lt;/P&gt;&lt;P&gt;i need to modify the appropriate internal tables in the EXIT_SAPLVEDB_001 (include ZXVDBU001) with SO number, Item and quantity. The tables are divbep, dxvbadr, dxvbpa, dxvbap, dxvbak, But some of this tables are not having the associated type. So am not able to modify these tables. Can any one suggest me how to do this ???&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot ............... !!!&lt;/P&gt;&lt;P&gt;Thanks in Advance.&lt;/P&gt;&lt;P&gt;Thnaks&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>Sat, 14 Oct 2006 13:02:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-exit/m-p/1618921#M277023</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-14T13:02:01Z</dc:date>
    </item>
    <item>
      <title>Re: function exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-exit/m-p/1618922#M277024</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;You need to use field symbold for acheiving your goal.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;field-symbols: &amp;lt;fs&amp;gt; structure vbap default DXVBAP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;loop at  DXVBAP ASSIGNING &amp;lt;fs&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;make changes to the internal table DXVBAP&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;below is a sample code&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;lt;fs&amp;gt;-KDMAT = 'CUSTOMER_MATERIAL'&lt;/P&gt;&lt;P&gt; modify table DXVBAP from &amp;lt;fs&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Similariy you can do it for all the other internal tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward pts if you find my answer helpful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 14 Oct 2006 13:15:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-exit/m-p/1618922#M277024</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-14T13:15:44Z</dc:date>
    </item>
  </channel>
</rss>

