<?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: Problem calling exit from new function module copied from IDOC_INPUT_ORDERS in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-calling-exit-from-new-function-module-copied-from-idoc-input-orders/m-p/3147235#M748233</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Manikantha,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thats one of the possibilities, however the standard exit defined in EXIT_SAPLVEDA_001 &lt;/P&gt;&lt;P&gt;is quite extensive because it is changed by several different partners.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I could copy it to another function module, but then I will have to maintain manually both&lt;/P&gt;&lt;P&gt;function modules. A better solution I have is to change the CUSTOMER_FUNCTION_IDOC&lt;/P&gt;&lt;P&gt;form from CALL CUSTOMER-FUNCTION '001' to &lt;/P&gt;&lt;P&gt;CALL FUNCTION 'EXIT_SAPLVEDA_001' directly. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The issue is: both are not a very good solution because I can't use standard exits management procedure (activation, deactivation, etc) and I was wondering if this is normal when copying standard ABAP code with exit calling inside? (if it is, I will reward you)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Manuel Dias&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 13 Dec 2007 12:27:30 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-12-13T12:27:30Z</dc:date>
    <item>
      <title>Problem calling exit from new function module copied from IDOC_INPUT_ORDERS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-calling-exit-from-new-function-module-copied-from-idoc-input-orders/m-p/3147231#M748229</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi everybody!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to change the IDOC_INPUT_ORDERS standard behavior, so I've copied&lt;/P&gt;&lt;P&gt;the VEDA function group to a new group and created the new ZIDOC_INPUT_ORDERS function module (with no changes made yet!).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However there is a problem when my new function module is executed: it does not call the exit EXIT_SAPLVEDA_001 from within, while if I run the standard one it calls!&lt;/P&gt;&lt;P&gt;(tested with inbound idoc processing)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do I have to make any additional steps (activation or other) to force the standard exit to be called from my new z function module? Or is this an ABAP bug?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My version is SAP 4.7.&lt;/P&gt;&lt;P&gt;Thanks all!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Manuel Dias&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Dec 2007 18:35:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-calling-exit-from-new-function-module-copied-from-idoc-input-orders/m-p/3147231#M748229</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-12T18:35:56Z</dc:date>
    </item>
    <item>
      <title>Re: Problem calling exit from new function module copied from IDOC_INPUT_ORDERS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-calling-exit-from-new-function-module-copied-from-idoc-input-orders/m-p/3147232#M748230</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;where r u attaching this FM in ur ALE settings??&lt;/P&gt;&lt;P&gt;u need to attach ur FM in &lt;/P&gt;&lt;P&gt;ALE conf.s check it whether do u have access to ALE setting?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Dec 2007 19:56:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-calling-exit-from-new-function-module-copied-from-idoc-input-orders/m-p/3147232#M748230</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-12T19:56:41Z</dc:date>
    </item>
    <item>
      <title>Re: Problem calling exit from new function module copied from IDOC_INPUT_ORDERS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-calling-exit-from-new-function-module-copied-from-idoc-input-orders/m-p/3147233#M748231</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've already configured all the ALE setting, including a new inbound process code,&lt;/P&gt;&lt;P&gt;function module activation in BD51, etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I test an inbound idoc in WE19, it works correctly: it calls my &lt;/P&gt;&lt;P&gt;ZIDOC_INPUT_ORDERS. The only problem is that if I specify the standard IDOC_INPUT_ORDERS to process the IDOC it call correctly the user exit but if I call&lt;/P&gt;&lt;P&gt;my custom ZIDOC_INPUT_ORDERS function module, the exit is not executed (during&lt;/P&gt;&lt;P&gt;debug it just skips the CALL CUSTOMER-FUNCTION '001' ).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is this standard in ABAP? I mean: is it possible that each SAP exit is associated &lt;/P&gt;&lt;P&gt;internally with a specific and standard function module or report?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Manuel Dias&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Dec 2007 10:18:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-calling-exit-from-new-function-module-copied-from-idoc-input-orders/m-p/3147233#M748231</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-13T10:18:00Z</dc:date>
    </item>
    <item>
      <title>Re: Problem calling exit from new function module copied from IDOC_INPUT_ORDERS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-calling-exit-from-new-function-module-copied-from-idoc-input-orders/m-p/3147234#M748232</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi manuel,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have seen  your question, in that you specified that IDOC_INPUT_ORDERS standard behaviour is copied to ZIDOC_INPUT_ORDERS, and while copying you have to copy all the include programs and exits like EXIT_SAPLVEDA_001 TO ZEXIT_SAPLVEDA_001, and so you cant call the exit EXIT_SAPLVEDA_001. hope this could work and let me know it doesn't work&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>Thu, 13 Dec 2007 10:40:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-calling-exit-from-new-function-module-copied-from-idoc-input-orders/m-p/3147234#M748232</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-13T10:40:13Z</dc:date>
    </item>
    <item>
      <title>Re: Problem calling exit from new function module copied from IDOC_INPUT_ORDERS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-calling-exit-from-new-function-module-copied-from-idoc-input-orders/m-p/3147235#M748233</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Manikantha,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thats one of the possibilities, however the standard exit defined in EXIT_SAPLVEDA_001 &lt;/P&gt;&lt;P&gt;is quite extensive because it is changed by several different partners.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I could copy it to another function module, but then I will have to maintain manually both&lt;/P&gt;&lt;P&gt;function modules. A better solution I have is to change the CUSTOMER_FUNCTION_IDOC&lt;/P&gt;&lt;P&gt;form from CALL CUSTOMER-FUNCTION '001' to &lt;/P&gt;&lt;P&gt;CALL FUNCTION 'EXIT_SAPLVEDA_001' directly. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The issue is: both are not a very good solution because I can't use standard exits management procedure (activation, deactivation, etc) and I was wondering if this is normal when copying standard ABAP code with exit calling inside? (if it is, I will reward you)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Manuel Dias&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Dec 2007 12:27:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-calling-exit-from-new-function-module-copied-from-idoc-input-orders/m-p/3147235#M748233</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-13T12:27:30Z</dc:date>
    </item>
    <item>
      <title>Re: Problem calling exit from new function module copied from IDOC_INPUT_ORDERS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-calling-exit-from-new-function-module-copied-from-idoc-input-orders/m-p/3147236#M748234</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Manuel,&lt;/P&gt;&lt;P&gt;IDOC_INPUT_ORDERS is in function group VEDA. By copying it to Z... it now resides in another function group, let me call it ZCUS as example.&lt;/P&gt;&lt;P&gt;that means that the user exits EXIT_SAPLVEDA_001 in enhancement VEDA0001 are no longer connected to CALL CUSTOMER-FUNCTION 001 in your code.&lt;/P&gt;&lt;P&gt;if I remember correctly, you need to copy function EXIT_SAPLVEDA_001 to EXIT_SAPLZCUS_001, then make this new function known in transaction SMOD, enhancement VEDA0001. Then you can activate this new user exit in transaction CMOD. I did that a few years ago and it worked, so it might point you in the right direction.&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;Thomas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Dec 2007 12:45:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-calling-exit-from-new-function-module-copied-from-idoc-input-orders/m-p/3147236#M748234</guid>
      <dc:creator>ThomasZloch</dc:creator>
      <dc:date>2007-12-13T12:45:30Z</dc:date>
    </item>
    <item>
      <title>Re: Problem calling exit from new function module copied from IDOC_INPUT_ORDERS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-calling-exit-from-new-function-module-copied-from-idoc-input-orders/m-p/3147237#M748235</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Thomas,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I didn't know I could create a new enhancement for the new exit type and associate it with a new function module.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Strangely, I cannot do it in SAP 4.7 version (???) but tried in another SAP version (4.6)&lt;/P&gt;&lt;P&gt;and it allow me to do so.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Manuel Dias&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Dec 2007 22:28:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-calling-exit-from-new-function-module-copied-from-idoc-input-orders/m-p/3147237#M748235</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-13T22:28:32Z</dc:date>
    </item>
    <item>
      <title>Re: Problem calling exit from new function module copied from IDOC_INPUT_ORDERS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-calling-exit-from-new-function-module-copied-from-idoc-input-orders/m-p/3147238#M748236</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi again,&lt;/P&gt;&lt;P&gt;it was indeed 4.6C where I did that, so it is strange that 4.7 would not allow that, I will have a look.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Thomas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Dec 2007 08:43:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-calling-exit-from-new-function-module-copied-from-idoc-input-orders/m-p/3147238#M748236</guid>
      <dc:creator>ThomasZloch</dc:creator>
      <dc:date>2007-12-14T08:43:02Z</dc:date>
    </item>
  </channel>
</rss>

