<?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: iDOC_EXIT in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-exit/m-p/1582763#M262864</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;good&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you go to se37 and give the name EXIT_SAPLVEDB_001 you ll find out there is only one include as INCLUDE ZXVDBU01.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this function module has been used in the program  LVEDBF49 which use one function module as CUSTOMER-FUNCTION.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here you have to put the break point to get the flow of the program and the value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;mrutyun^&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 26 Sep 2006 10:25:02 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-09-26T10:25:02Z</dc:date>
    <item>
      <title>iDOC_EXIT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-exit/m-p/1582761#M262862</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;&lt;/P&gt;&lt;P&gt;From SDN Friends i got this infomation. &lt;/P&gt;&lt;P&gt;For FM IDOC_INPUT_ORDCHG, the user exit EXIT_SAPLVEDB_001 for date comparison.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Place break point in EXIT_SAPLVEDB_001 to see all input and output values available for changing.&lt;/P&gt;&lt;P&gt;my doubts Are:&lt;/P&gt;&lt;P&gt;1)how to put the break point and from where i have to run this function module, HOW can i see the values.&lt;/P&gt;&lt;P&gt;2) I have include (zxvdbu01)in that i need to write the code in include. when i doubble click on it is accepting to go in to it.(i think i need to go through the CMOD)&lt;/P&gt;&lt;P&gt;Pleae give me steps to process through the CMOD-TO ADD code in the include &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kindly replay to this topic.&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>Tue, 26 Sep 2006 10:09:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-exit/m-p/1582761#M262862</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-26T10:09:10Z</dc:date>
    </item>
    <item>
      <title>Re: iDOC_EXIT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-exit/m-p/1582762#M262863</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1) In program SAPLVEDB or function group VEDB, search statement: CALL CUSTOMER-FUNCTION 001, and add break-point here. And while in Tcode WE19 to test inbounnd IDOC and run frontend, the break point should work. And here you can see the input parameters.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) Based on the input and output parameters, design the logic and write the code in the include file you have created.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The 2nd step is in Tcode CMOD, create a project and include enhancement with the exit EXIT_SAPLVEDB_001.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The 3rd step is to activate the project you have created.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Sep 2006 10:21:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-exit/m-p/1582762#M262863</guid>
      <dc:creator>steven_lu</dc:creator>
      <dc:date>2006-09-26T10:21:02Z</dc:date>
    </item>
    <item>
      <title>Re: iDOC_EXIT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-exit/m-p/1582763#M262864</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;good&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you go to se37 and give the name EXIT_SAPLVEDB_001 you ll find out there is only one include as INCLUDE ZXVDBU01.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this function module has been used in the program  LVEDBF49 which use one function module as CUSTOMER-FUNCTION.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here you have to put the break point to get the flow of the program and the value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;mrutyun^&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Sep 2006 10:25:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-exit/m-p/1582763#M262864</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-26T10:25:02Z</dc:date>
    </item>
    <item>
      <title>Re: iDOC_EXIT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-exit/m-p/1582764#M262865</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;first of all, u have implement something in include.&lt;/P&gt;&lt;P&gt;1. in &amp;lt;b&amp;gt;CMOD&amp;lt;/b&amp;gt; give some project name&lt;/P&gt;&lt;P&gt;2. &amp;lt;b&amp;gt;assign the enhancement&amp;lt;/b&amp;gt;(8 char) to project. &lt;/P&gt;&lt;P&gt;3. click on &amp;lt;b&amp;gt;components&amp;lt;/b&amp;gt; button. then u see function module EXIT_SAPLVEDB_001. click on this it will take u to SE37. &lt;/P&gt;&lt;P&gt;4. here u can find an include &amp;lt;b&amp;gt;Zxxxx&amp;lt;/b&amp;gt;. double click and write in it. &amp;lt;b&amp;gt;activate FM and also project&amp;lt;/b&amp;gt;. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now to test u put a break point and then u can check it the following way.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. go to va03/va02 as the case may be.&lt;/P&gt;&lt;P&gt;2. in the main menu SALES ORDER -&amp;gt; ISSUE OUTPUT TO.&lt;/P&gt;&lt;P&gt; this will trigger the processing program RSNASTED and at some point it will reach ur exit.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward if useful..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Sep 2006 10:39:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-exit/m-p/1582764#M262865</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-26T10:39:40Z</dc:date>
    </item>
  </channel>
</rss>

