<?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 Fail the IDoc during outbound processing in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/fail-the-idoc-during-outbound-processing/m-p/5429523#M1245881</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am populating a few custom segments using a BAPI in the customer and vendor master outbound user exits. I need to fail the IDoc, if the BAPI returns an error. The user exits EXIT_SAPLVV02_001 and EXIT_SAPLKD01_001 does not have the idoc status table passed to it as a parameter. Does anyone know of any other user exits that could be used for modifying the idoc status. Thank you for your response.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 22 Mar 2009 21:53:24 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-03-22T21:53:24Z</dc:date>
    <item>
      <title>Fail the IDoc during outbound processing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fail-the-idoc-during-outbound-processing/m-p/5429523#M1245881</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am populating a few custom segments using a BAPI in the customer and vendor master outbound user exits. I need to fail the IDoc, if the BAPI returns an error. The user exits EXIT_SAPLVV02_001 and EXIT_SAPLKD01_001 does not have the idoc status table passed to it as a parameter. Does anyone know of any other user exits that could be used for modifying the idoc status. Thank you for your response.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 22 Mar 2009 21:53:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fail-the-idoc-during-outbound-processing/m-p/5429523#M1245881</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-22T21:53:24Z</dc:date>
    </item>
    <item>
      <title>Re: Fail the IDoc during outbound processing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fail-the-idoc-during-outbound-processing/m-p/5429524#M1245882</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;   For each and every idoc getting generated having entry in EDIDC, EDIDS and EDID4. If you want to manully change the status of idoc make the change in the status of that idoc in table &lt;/P&gt;&lt;P&gt;EDIDS(Status record).&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;Asit Purbey.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Mar 2009 03:29:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fail-the-idoc-during-outbound-processing/m-p/5429524#M1245882</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-23T03:29:10Z</dc:date>
    </item>
    <item>
      <title>Re: Fail the IDoc during outbound processing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fail-the-idoc-during-outbound-processing/m-p/5429525#M1245883</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is there a way to fail the idoc during the creation process. I want the IDoc to get created, but with a failed status. I tried modifying the status in the control record via the exit - EXIT_SAPLEDI1_001 in enhancement SIDOC001. However, the status is getting overwritten later on during the IDoc creation.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Mar 2009 11:44:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fail-the-idoc-during-outbound-processing/m-p/5429525#M1245883</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-23T11:44:36Z</dc:date>
    </item>
    <item>
      <title>Re: Fail the IDoc during outbound processing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fail-the-idoc-during-outbound-processing/m-p/5429526#M1245884</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try to find an exit which triggers at end of functio nmodule master_idoc_distribute fm like EXIT_SAPLBD11_001 exit?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Mar 2009 11:55:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fail-the-idoc-during-outbound-processing/m-p/5429526#M1245884</guid>
      <dc:creator>Manohar2u</dc:creator>
      <dc:date>2009-03-23T11:55:37Z</dc:date>
    </item>
    <item>
      <title>Re: Fail the IDoc during outbound processing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fail-the-idoc-during-outbound-processing/m-p/5429527#M1245885</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Prameeda,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Per my info BAPIs are mainly used for creating/updating Data at the Inbound side but I am not sure how its been used in your scenario?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The data validation is generally done at the receiver end and not at the senders system, If you want you do data Validation before creating the IDOC you can put error message on the Program report and delete the entries from IDOC_DATA. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But I am not sure if there is I am way to to achive what you are trying to achive.&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, 23 Mar 2009 13:18:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fail-the-idoc-during-outbound-processing/m-p/5429527#M1245885</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-23T13:18:27Z</dc:date>
    </item>
  </channel>
</rss>

