<?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 Error when processing my custom segments in FM 'PARSE_IDOC'... in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-when-processing-my-custom-segments-in-fm-parse-idoc/m-p/5398151#M1240424</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Experts, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have extended a standard IDoc and when I test it in WE19, it always causes an error&lt;/P&gt;&lt;P&gt;because the application document(PO) is not posted. But it is working fine if I remove&lt;/P&gt;&lt;P&gt;my custom segments in WE19. I think the culprit here is that when I try to add my custom segments&lt;/P&gt;&lt;P&gt;to the parser rules(by way of enhancement spots) and executing it, it does not posts the PO since it &lt;/P&gt;&lt;P&gt;always expect the standard segments of the IDoc. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How do I go about this guys? how do I manipulate the IDoc parser to successfully include&lt;/P&gt;&lt;P&gt;my custom segments?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 01 Apr 2009 06:29:52 GMT</pubDate>
    <dc:creator>aris_hidalgo</dc:creator>
    <dc:date>2009-04-01T06:29:52Z</dc:date>
    <item>
      <title>Error when processing my custom segments in FM 'PARSE_IDOC'...</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-when-processing-my-custom-segments-in-fm-parse-idoc/m-p/5398151#M1240424</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Experts, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have extended a standard IDoc and when I test it in WE19, it always causes an error&lt;/P&gt;&lt;P&gt;because the application document(PO) is not posted. But it is working fine if I remove&lt;/P&gt;&lt;P&gt;my custom segments in WE19. I think the culprit here is that when I try to add my custom segments&lt;/P&gt;&lt;P&gt;to the parser rules(by way of enhancement spots) and executing it, it does not posts the PO since it &lt;/P&gt;&lt;P&gt;always expect the standard segments of the IDoc. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How do I go about this guys? how do I manipulate the IDoc parser to successfully include&lt;/P&gt;&lt;P&gt;my custom segments?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Apr 2009 06:29:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-when-processing-my-custom-segments-in-fm-parse-idoc/m-p/5398151#M1240424</guid>
      <dc:creator>aris_hidalgo</dc:creator>
      <dc:date>2009-04-01T06:29:52Z</dc:date>
    </item>
    <item>
      <title>Re: Error when processing my custom segments in FM 'PARSE_IDOC'...</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-when-processing-my-custom-segments-in-fm-parse-idoc/m-p/5398152#M1240425</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you must do other configuration in other transactions for this extension..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;.These are the steps for custom idoc for outbound as well as inbound.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;u2022 WE30 - IDOC type creation&lt;/P&gt;&lt;P&gt;u2022 WE31 - Create segment&lt;/P&gt;&lt;P&gt;u2022 WE81 - Message type creation&lt;/P&gt;&lt;P&gt;u2022 WE82 - Link IDOC type to Message type&lt;/P&gt;&lt;P&gt;u2022 SE37 - Create Inbound Function Module&lt;/P&gt;&lt;P&gt;u2022 BD51 - Maintain entry for Function Module&lt;/P&gt;&lt;P&gt;u2022 WE57 - Maintain&lt;/P&gt;&lt;P&gt;u2022 BD57 - Link Function Module, IDOC type and Message type&lt;/P&gt;&lt;P&gt;u2022 WE42 u2013 Create Inbound Process Code&lt;/P&gt;&lt;P&gt;u2022 BD67 - Link Process code to Function Module&lt;/P&gt;&lt;P&gt;u2022 WE20 - Create Partner Profile&lt;/P&gt;&lt;P&gt;u2022 BD64 - Display Distribution Model&lt;/P&gt;&lt;P&gt;u2022 WE02 - IDoc List, Display all Inbound/Outbound IDocs&lt;/P&gt;&lt;P&gt;u2022 WE14 - Outbound Processing of IDocu2019s&lt;/P&gt;&lt;P&gt;u2022 BD20 - Inbound Processing of IDocu2019s&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Madan Gopal Sharma on Apr 1, 2009 9:01 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Apr 2009 06:58:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-when-processing-my-custom-segments-in-fm-parse-idoc/m-p/5398152#M1240425</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-01T06:58:05Z</dc:date>
    </item>
    <item>
      <title>Re: Error when processing my custom segments in FM 'PARSE_IDOC'...</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-when-processing-my-custom-segments-in-fm-parse-idoc/m-p/5398153#M1240426</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;We have maintained all the necessary configurations in WEDI, BALE and SALE TRANSACTIONS.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Apr 2009 07:07:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-when-processing-my-custom-segments-in-fm-parse-idoc/m-p/5398153#M1240426</guid>
      <dc:creator>aris_hidalgo</dc:creator>
      <dc:date>2009-04-01T07:07:52Z</dc:date>
    </item>
  </channel>
</rss>

