<?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: Debuging IDOCS in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/debuging-idocs/m-p/4588994#M1082260</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Only thing I can suggest isd to debug one IDOC using RBDAPP01, and see what it is doing. There has to be something which is doing the commit somehwere to have the Postal code updated while putting the IDOC in 51. With XK01 I can think the address would be in General Data, so it migth be hitting Save after general Data before going to other Views - purchasing etc.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 15 Oct 2008 14:39:47 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-10-15T14:39:47Z</dc:date>
    <item>
      <title>Debuging IDOCS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debuging-idocs/m-p/4588987#M1082253</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;Im making a test between two differents SAP systems by using CREMAS IDOCS. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To do that, I modified the code postal by XK02 and then, I created a outbound idoc by BD14 transaction (in source system)...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Where do I could put a break point in order to debug how the DESTINATION system receive and process the new idoc?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance for your help&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Leandro.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Oct 2008 17:18:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debuging-idocs/m-p/4588987#M1082253</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-08T17:18:56Z</dc:date>
    </item>
    <item>
      <title>Re: Debuging IDOCS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debuging-idocs/m-p/4588988#M1082254</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;By Using transaction code WE19 .. u can debug the idoc&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WE19 (testing tool) is used to test an IDoc and also to simulate an IDoc error if occurs. WE19 is for testing, you can put in an existing Idoc number there and it will make a copy of that Idoc and keep your original Idoc intact.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Lets say you want to test if your function module is working fine, you can build or copy an idoc via WE19 and test.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can also use BD87 to process an IDOC. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also chk this thread.&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_thread" href="https://community.sap.com/" __jive_macro_name="thread" modifiedtitle="true" __default_attr="413217"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;~As found in forum&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Oct 2008 17:55:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debuging-idocs/m-p/4588988#M1082254</guid>
      <dc:creator>amit_khare</dc:creator>
      <dc:date>2008-10-08T17:55:11Z</dc:date>
    </item>
    <item>
      <title>Re: Debuging IDOCS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debuging-idocs/m-p/4588989#M1082255</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Amit Khare  ,&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Thanks for your quick answer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; I knew that WE19 can be use to test inbound idocs, but in this case is different because I have access to both systems: Source System and Target System. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then, I want to make a complete test.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To do that, I create an idoc in Source system and I want to debug the receive idoc in target system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As far as I understand, I get the 2 FM used to process inbound IDOCS type CREMAS:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IDOC_INPUT_CREDITOR&lt;/P&gt;&lt;P&gt;IDOC_INPUT_CREDITOR_MDM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And I set a break point in them. But when I send the idoc in the source system. The debug mode never starts...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you have any idea about that?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Leandro&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Oct 2008 18:43:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debuging-idocs/m-p/4588989#M1082255</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-08T18:43:03Z</dc:date>
    </item>
    <item>
      <title>Re: Debuging IDOCS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debuging-idocs/m-p/4588990#M1082256</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You are sending the IDOC from the Source system, once it is passed to the Desination SAP system, the status will be 03 in the source, and it will be created as status 64 in destination system ( provided your Port definition, and RFC settings are correct. )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now if in the Inbound partner profile in the Destination system, you have selected the batch option, instead of process immediately, the IDOC will stay in 64, else it will be processed automatically, and you will not be able to debug that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the Status 64 IDOC, you can process using RBDAPP01 program, and if you have the break-point set in there ( destination SAP system ) it will stop at the break point.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Oct 2008 02:52:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debuging-idocs/m-p/4588990#M1082256</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-11T02:52:37Z</dc:date>
    </item>
    <item>
      <title>Re: Debuging IDOCS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debuging-idocs/m-p/4588991#M1082257</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;Thanks for your answer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;These idocs are processed automatically.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The strange thing is following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I send the idoc in common way. A bug appears because even status result 51 it update postal code in destination system. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On the other hand, when I simulate the execution by WE19, status result 51 too but it doesn't update a thing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have you any idea about what could be?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Leandro&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Oct 2008 20:16:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debuging-idocs/m-p/4588991#M1082257</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-14T20:16:28Z</dc:date>
    </item>
    <item>
      <title>Re: Debuging IDOCS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debuging-idocs/m-p/4588992#M1082258</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Whats the Process code and Function module you are using? if its custom, you need to check the code to see if there is commit somehwere in the code which does partial DB update&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Oct 2008 23:06:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debuging-idocs/m-p/4588992#M1082258</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-14T23:06:46Z</dc:date>
    </item>
    <item>
      <title>Re: Debuging IDOCS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debuging-idocs/m-p/4588993#M1082259</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;Im using standard function module IDOC_INPUT_CREDITOR. This Fm perform a call transaction to XK02. The strange thing is when I test by WE19 everything works fine ...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Oct 2008 13:55:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debuging-idocs/m-p/4588993#M1082259</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-15T13:55:31Z</dc:date>
    </item>
    <item>
      <title>Re: Debuging IDOCS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debuging-idocs/m-p/4588994#M1082260</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Only thing I can suggest isd to debug one IDOC using RBDAPP01, and see what it is doing. There has to be something which is doing the commit somehwere to have the Postal code updated while putting the IDOC in 51. With XK01 I can think the address would be in General Data, so it migth be hitting Save after general Data before going to other Views - purchasing etc.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Oct 2008 14:39:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debuging-idocs/m-p/4588994#M1082260</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-15T14:39:47Z</dc:date>
    </item>
    <item>
      <title>Re: Debuging IDOCS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debuging-idocs/m-p/4588995#M1082261</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;I found a commit inside an user exit.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this is probably the reason why update data even if status result 51.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks for your help&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;leandro&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Oct 2008 15:56:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debuging-idocs/m-p/4588995#M1082261</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-17T15:56:44Z</dc:date>
    </item>
    <item>
      <title>Re: Debuging IDOCS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debuging-idocs/m-p/4588996#M1082262</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yep, tahts the reason. there shouldn't be that commit in the code. Thast why it is doing partial update even though IDOC is in error&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Oct 2008 15:58:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debuging-idocs/m-p/4588996#M1082262</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-17T15:58:44Z</dc:date>
    </item>
  </channel>
</rss>

