<?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: Data Manipulation - IDOC outbound in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-manipulation-idoc-outbound/m-p/5501606#M1258432</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Meghana,&lt;/P&gt;&lt;P&gt;   An Idoc may fail due to multiple reasons in the target system.&lt;/P&gt;&lt;P&gt;YOu really cannot avoid all the errors in the target system, by coding in your source system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can you give any other example for your scenario ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 20 Apr 2009 16:25:14 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-04-20T16:25:14Z</dc:date>
    <item>
      <title>Data Manipulation - IDOC outbound</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-manipulation-idoc-outbound/m-p/5501604#M1258430</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;I would like to send material numbers from my SAP system in an outbound idoc to another SAP system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I make sure in my IDOC processing user exit - the material numbers I'm sending could be processed without any errors?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example -&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In our SAP system - Material numbers start with &lt;STRONG&gt;AXXXXX&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Other SAP syetem - Material numbers start with &lt;STRONG&gt;NXXXXX&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any input appreciated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Apr 2009 16:20:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-manipulation-idoc-outbound/m-p/5501604#M1258430</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-20T16:20:41Z</dc:date>
    </item>
    <item>
      <title>Re: Data Manipulation - IDOC outbound</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-manipulation-idoc-outbound/m-p/5501605#M1258431</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Meghana,&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
for every idoc there is a message type ..

for every message type there is a function module attaached ( see in we57)..

for every Function module there is a customer exir and Badi available after the segment append..

you need to write your own code under the customer exit..

or

you can go to T-code we02 and put your message type and direction 02 and today's date and execute..

check the latest record and check the status if it is 03 that means success else check the status and error attached
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Prabhudas&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Prabhu Das on Apr 20, 2009 10:04 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Apr 2009 16:24:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-manipulation-idoc-outbound/m-p/5501605#M1258431</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-20T16:24:34Z</dc:date>
    </item>
    <item>
      <title>Re: Data Manipulation - IDOC outbound</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-manipulation-idoc-outbound/m-p/5501606#M1258432</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Meghana,&lt;/P&gt;&lt;P&gt;   An Idoc may fail due to multiple reasons in the target system.&lt;/P&gt;&lt;P&gt;YOu really cannot avoid all the errors in the target system, by coding in your source system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can you give any other example for your scenario ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Apr 2009 16:25:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-manipulation-idoc-outbound/m-p/5501606#M1258432</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-20T16:25:14Z</dc:date>
    </item>
    <item>
      <title>Re: Data Manipulation - IDOC outbound</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-manipulation-idoc-outbound/m-p/5501607#M1258433</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Meghna,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We will get to know the errors at the receiver side only when its actually gets under processing in the receiver side. As logical, this should make sense.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the posting FM is remotely enabled you can give call from your sender system just to check if any error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Shital&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Apr 2009 17:32:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-manipulation-idoc-outbound/m-p/5501607#M1258433</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-20T17:32:03Z</dc:date>
    </item>
  </channel>
</rss>

