<?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: Regarding idoc segments modifcation in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-idoc-segments-modifcation/m-p/6934154#M1486283</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Actually i created a custom idoc type zdh_or4 in which i have deleted the E1EDP01 segment and inserted the custom segment .&lt;/P&gt;&lt;P&gt;I am using the custom idoc type and the custom message type only to create the PO idoc in the partner profile. But still i could not find the custom segment in the generated outbound idoc.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 18 May 2010 09:26:50 GMT</pubDate>
    <dc:creator>dharun_kumar</dc:creator>
    <dc:date>2010-05-18T09:26:50Z</dc:date>
    <item>
      <title>Regarding idoc segments modifcation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-idoc-segments-modifcation/m-p/6934151#M1486280</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 created a segment zdh_name in we31. Then i released the idoc segment. Also i created a corresponding idoc type and released it and also created a message type .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      When an idoc is created for a Purchase order in me21n the segment e1edp01 in idoc should be replaced by my created segment zdh_name with some value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;     I have tried using enhancement MM06E001 in the function module exit EXIT_SAPLEINM_002 with the following code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  case int_edidd.&lt;/P&gt;&lt;P&gt;       when 'E1EDP01'.&lt;/P&gt;&lt;P&gt;            int_edidd-segnam = 'ZDH_NAME'.&lt;/P&gt;&lt;P&gt;            int_edidd-sdata = 'DHARUN'.&lt;/P&gt;&lt;P&gt;  endcase.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   Help me to get the solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 May 2010 07:14:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-idoc-segments-modifcation/m-p/6934151#M1486280</guid>
      <dc:creator>dharun_kumar</dc:creator>
      <dc:date>2010-05-18T07:14:27Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding idoc segments modifcation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-idoc-segments-modifcation/m-p/6934152#M1486281</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;You cannot replace the E1EDP01 segment with custom segment in standard IDOC type / Message type assgined to purchase order output.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Vinod&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 May 2010 08:26:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-idoc-segments-modifcation/m-p/6934152#M1486281</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-05-18T08:26:08Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding idoc segments modifcation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-idoc-segments-modifcation/m-p/6934153#M1486282</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dharun,&lt;/P&gt;&lt;P&gt;Let us know the exact requirement. As Vinod said, it's not possible to replace a segment in standard idoc/msg type, but you can still add the custom segment by using idoc extention and mentioned exit (by you).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to use custom idoc type, you should copy the FM IDOC_OUTPUT_ORDERS into Z and change according to ur segments and create new out bound process code and attach it to the z FM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;--&lt;/P&gt;&lt;P&gt;Reddy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 May 2010 08:48:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-idoc-segments-modifcation/m-p/6934153#M1486282</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-05-18T08:48:56Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding idoc segments modifcation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-idoc-segments-modifcation/m-p/6934154#M1486283</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Actually i created a custom idoc type zdh_or4 in which i have deleted the E1EDP01 segment and inserted the custom segment .&lt;/P&gt;&lt;P&gt;I am using the custom idoc type and the custom message type only to create the PO idoc in the partner profile. But still i could not find the custom segment in the generated outbound idoc.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 May 2010 09:26:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-idoc-segments-modifcation/m-p/6934154#M1486283</guid>
      <dc:creator>dharun_kumar</dc:creator>
      <dc:date>2010-05-18T09:26:50Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding idoc segments modifcation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-idoc-segments-modifcation/m-p/6934155#M1486284</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;Copy the standard outbound process code &amp;amp; associated function module.  Do the modifications in the custom function module to populate the segment which you have created and added to the custom idoc type.  Map the new process code with the output type of Purchase Order.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Vinod&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 May 2010 09:48:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-idoc-segments-modifcation/m-p/6934155#M1486284</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-05-18T09:48:22Z</dc:date>
    </item>
  </channel>
</rss>

