<?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: Outbound IDOC - function modul is not called? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/outbound-idoc-function-modul-is-not-called/m-p/4757311#M1115690</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Stefan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;do you used an EXIT ? Then you have to activate it via CMOD tcode, first.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 03 Nov 2008 17:19:56 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-11-03T17:19:56Z</dc:date>
    <item>
      <title>Outbound IDOC - function modul is not called?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/outbound-idoc-function-modul-is-not-called/m-p/4757310#M1115689</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi community,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;since i tried different things i don't get the right solution - maybe someone has some ideas / suggestions&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;we want to create an outbound idoc via CI42N (PP Order) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- because of additional values we create new segments and a new basistyp (WE31/ WE30)&lt;/P&gt;&lt;P&gt;- everthing around (distribution model / partnermodel (BD64 / WE20) works fine as well&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt; in standard we can create an standard idoc (PPCC2RECORDER) with no problems&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but how can we get our own IDOC (ZPPCCRECORDER)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-i know that if we route this standard idoc to porttyp ABAP_PPS (WE21) with our own Z function modul we could create our idoc on our own - but the break point in the function modul is not raising. (debugging is activated)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;P&gt;Steppe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Nov 2008 16:55:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/outbound-idoc-function-modul-is-not-called/m-p/4757310#M1115689</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-03T16:55:34Z</dc:date>
    </item>
    <item>
      <title>Re: Outbound IDOC - function modul is not called?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/outbound-idoc-function-modul-is-not-called/m-p/4757311#M1115690</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Stefan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;do you used an EXIT ? Then you have to activate it via CMOD tcode, first.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Nov 2008 17:19:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/outbound-idoc-function-modul-is-not-called/m-p/4757311#M1115690</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-03T17:19:56Z</dc:date>
    </item>
    <item>
      <title>Re: Outbound IDOC - function modul is not called?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/outbound-idoc-function-modul-is-not-called/m-p/4757312#M1115691</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;If its a few additional fields you want to add then you can use the concept of IDoc extensions, where you can extend a standard IDoc and then populate the segments in user exits of the standard function module that creates the outbound IDoc. You can search IDoc documentation for IDoc extension.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the above doesn't meet your requirement which is very rare, only then should you think of going for a custom IDoc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regarding stopping at the function module where you have set the break point, you will have to change the output type output mode. Here instead of using 1 , Trigger Idoc immediately, choose 4 , (dont rememeber the exact text ) Save the data.&lt;/P&gt;&lt;P&gt;Now run the program RSNAST00 program in, just put a break point in the subroutine edi processing in this program, this is when the function module that you configured to be used for creating the Idoc is called. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Advait&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Nov 2008 17:44:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/outbound-idoc-function-modul-is-not-called/m-p/4757312#M1115691</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-03T17:44:43Z</dc:date>
    </item>
    <item>
      <title>Re: Outbound IDOC - function modul is not called?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/outbound-idoc-function-modul-is-not-called/m-p/4757313#M1115692</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;check the output mode for the IDOC if its collect idocs then  it will not be triggered.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In tcode WE20 in the outbound paramters of that message type &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;try to change Outputoptions -&amp;gt; output mode -&amp;gt;Transfer Idoc Immediately.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Nov 2008 19:04:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/outbound-idoc-function-modul-is-not-called/m-p/4757313#M1115692</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-03T19:04:30Z</dc:date>
    </item>
    <item>
      <title>Re: Outbound IDOC - function modul is not called?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/outbound-idoc-function-modul-is-not-called/m-p/4757314#M1115693</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Did you create a new Process code and assign that to your new Z function module?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Nov 2008 19:40:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/outbound-idoc-function-modul-is-not-called/m-p/4757314#M1115693</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-03T19:40:12Z</dc:date>
    </item>
    <item>
      <title>Re: Outbound IDOC - function modul is not called?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/outbound-idoc-function-modul-is-not-called/m-p/4757315#M1115694</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;          The first thing is to check whether the  assignment of the IDoc Extetsion with the extended Segments has been made in the Transaction WE82 with the Message Type, Basic Type &amp;amp; the Extension Combination.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;         Secondly, if the Break Point does not trigger when you are processing the IDoc, use the Program RSNAST00 to reprocess the IDoc again. The Break Point should be triggering.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;Venkat Phani Prasad Konduri&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Nov 2008 19:43:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/outbound-idoc-function-modul-is-not-called/m-p/4757315#M1115694</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-03T19:43:16Z</dc:date>
    </item>
    <item>
      <title>Re: Outbound IDOC - function modul is not called?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/outbound-idoc-function-modul-is-not-called/m-p/4757316#M1115695</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gordon,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;no we don't use an user exit. Because of creating a complete new IDOC we thougt it is easier to create ABAP-PPS Port in WE20 and put a function modul there for creating the idoc.&lt;/P&gt;&lt;P&gt;(also i couldn't found an appropriate Exit for that IDOC - PPCC2RECORDER)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Steppe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Nov 2008 08:33:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/outbound-idoc-function-modul-is-not-called/m-p/4757316#M1115695</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-04T08:33:27Z</dc:date>
    </item>
    <item>
      <title>Re: Outbound IDOC - function modul is not called?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/outbound-idoc-function-modul-is-not-called/m-p/4757317#M1115696</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Advait,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for response. Because of a lot more fields that we have to transfer we decided to make a new idoc with new segments ...also we couldn't find a suitable Exit for PPCC2RECORDER Idoc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I changed the output mode from 2 to 4 (collect IDOC) - due to the receiver port for that idoc is an ABAP PPS (WE20) there is only typ 2 and 4 -&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After that i called the report RSEOUT00 (WE14) - now in WE02 in status message " IDOC is forwarded to function module z***" the function module we definded in WE21 for our ABAP-PPS port.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But still the breakpoint is not called in this function module. (Maybe there is an other way to create our idoc)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Steppe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Nov 2008 08:56:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/outbound-idoc-function-modul-is-not-called/m-p/4757317#M1115696</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-04T08:56:34Z</dc:date>
    </item>
    <item>
      <title>Re: Outbound IDOC - function modul is not called?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/outbound-idoc-function-modul-is-not-called/m-p/4757318#M1115697</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi MxG&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;yes - in WE41 i create an new process code and assign that to my z function module.&lt;/P&gt;&lt;P&gt;But i didn't do anything with this process code - do i have to link this code and if yes to what.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;Steppe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Nov 2008 09:32:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/outbound-idoc-function-modul-is-not-called/m-p/4757318#M1115697</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-04T09:32:58Z</dc:date>
    </item>
    <item>
      <title>Re: Outbound IDOC - function modul is not called?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/outbound-idoc-function-modul-is-not-called/m-p/4757319#M1115698</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you have to enter the process code in the message control tab. but before that you make sure that the message control is supported for this idoc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in we20 ,in outbound parameters double click on message type. &lt;/P&gt;&lt;P&gt;in the message control tab enter your process code.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Nov 2008 16:31:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/outbound-idoc-function-modul-is-not-called/m-p/4757319#M1115698</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-04T16:31:37Z</dc:date>
    </item>
    <item>
      <title>Re: Outbound IDOC - function modul is not called?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/outbound-idoc-function-modul-is-not-called/m-p/4757320#M1115699</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I was not referring to the collecting of IDocs in the partner profile, because by this time the IDoc is already created and RSEOUT00 only pushes the IDoc to the receiver. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I guess you must be using a custom output type which gets triggered when you save the data in application. &lt;/P&gt;&lt;P&gt;So do as follows :&lt;/P&gt;&lt;P&gt; &lt;STRONG&gt;1.&lt;/STRONG&gt; Goto the Output messages , &lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;2.&lt;/STRONG&gt; Select an existing output (for the custom output that is already sent) and &lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;3.&lt;/STRONG&gt; Click on repeat output button. A a copy of that output is created and the status field is yellow at this moment.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;4.&lt;/STRONG&gt; Choose the newly created output message and click on the further details button on the application toolbar. &lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;5.&lt;/STRONG&gt; There you have options 1 to 4, choose the 1. Send with periodically scheduled job. Now press the save button.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After this execute the program &lt;STRONG&gt;RSNAST00&lt;/STRONG&gt; , but before executing the program , put a breakpoint on the subroutine (form...endform) &lt;STRONG&gt;edi_processing&lt;/STRONG&gt; of that program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Advait&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Nov 2008 08:47:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/outbound-idoc-function-modul-is-not-called/m-p/4757320#M1115699</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-05T08:47:02Z</dc:date>
    </item>
    <item>
      <title>Re: Outbound IDOC - function modul is not called?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/outbound-idoc-function-modul-is-not-called/m-p/4757321#M1115700</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;Make Sure you follow this seq:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;	Goto WE31- Create the Idoc Type.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;	Goto WE30- Create the Seg Type.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;	Goto WE81- Create the Msg Type.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;	Goto WE82- Assign IDOC Type to Msg Type , Give the proper Release(47).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;	Goto WE57- Assign of Function Module to Logical Msg Type and IDOC Type.&lt;/P&gt;&lt;P&gt;	Change Mode.&lt;/P&gt;&lt;P&gt;	New Entries.&lt;/P&gt;&lt;P&gt;	Give FM Name , Type is F .&lt;/P&gt;&lt;P&gt;	IDOC Type&lt;/P&gt;&lt;P&gt;	Msg Type.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;	Goto WE42 u2013 Define Inbound Process Code .&lt;/P&gt;&lt;P&gt;	Change Mode.&lt;/P&gt;&lt;P&gt;	New Entries.&lt;/P&gt;&lt;P&gt;	Give Process Code Name.&lt;/P&gt;&lt;P&gt;	Desc.&lt;/P&gt;&lt;P&gt;	In Identification Give ur FM name.&lt;/P&gt;&lt;P&gt;	In Options ALE u2013 Choose First.i.e With ALE.&lt;/P&gt;&lt;P&gt;	Processing Type is Second. i.e By FM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;	Goto WE20 u2013 Maintain Partner Profile.&lt;/P&gt;&lt;P&gt;	New&lt;/P&gt;&lt;P&gt;	Choose an Existing LS as Partner Number.&lt;/P&gt;&lt;P&gt;	Part Type is LS.&lt;/P&gt;&lt;P&gt;	Goto Inbound Parameters.&lt;/P&gt;&lt;P&gt;                Create Msg Type&lt;/P&gt;&lt;P&gt;	Give Ur Msg type.&lt;/P&gt;&lt;P&gt;	In Process Code give the Process Code U have created earlier.&lt;/P&gt;&lt;P&gt;	Choose Syntax check.&lt;/P&gt;&lt;P&gt;	Choose Trigger Immidiately.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Nov 2008 11:57:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/outbound-idoc-function-modul-is-not-called/m-p/4757321#M1115700</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-05T11:57:34Z</dc:date>
    </item>
    <item>
      <title>Re: Outbound IDOC - function modul is not called?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/outbound-idoc-function-modul-is-not-called/m-p/4757322#M1115701</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Ajay,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sorry for late reply&lt;/P&gt;&lt;P&gt;thanks for answer - i mixed something up in WE57 and WE42 so that it couldn't work. after that it work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks Steppe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Nov 2008 15:33:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/outbound-idoc-function-modul-is-not-called/m-p/4757322#M1115701</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-11T15:33:30Z</dc:date>
    </item>
  </channel>
</rss>

