<?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: Move data to the custom segment fields in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/move-data-to-the-custom-segment-fields/m-p/5236176#M1210134</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;Its a standard PO EDI&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA: WA_ZE1EDP01 TYPE ZE1EDP01.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if int_edidd-segnam = 'ZE1EDP01'.&lt;/P&gt;&lt;P&gt;move int_edidd-sdata to WA_ZE1EDP01.&lt;/P&gt;&lt;P&gt;WA_ZE1EDP01-ZTEST = 'Test'.&lt;/P&gt;&lt;P&gt;move WA_ZE1EDP01 to int_edidd-sdata.&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But for some reason in degugging i never see segment ZE1EDP01.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It never goes inside the if condition&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I also added the extension type in outbound parameters for that particular vendor and also added extension for message type.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know if i missed anything.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 12 Feb 2009 19:40:54 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-02-12T19:40:54Z</dc:date>
    <item>
      <title>Move data to the custom segment fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/move-data-to-the-custom-segment-fields/m-p/5236174#M1210132</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 have a custom seg zE1EDP01 with 1 field to E1EDP01 parent segment for idoc ORDERS01.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone tell me how to populate the field in segment zE1EDP01&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Feb 2009 19:05:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/move-data-to-the-custom-segment-fields/m-p/5236174#M1210132</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-12T19:05:57Z</dc:date>
    </item>
    <item>
      <title>Re: Move data to the custom segment fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/move-data-to-the-custom-segment-fields/m-p/5236175#M1210133</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I hope its a standard Purchase Order EDI. Use a User-Exit to populate the Custom segment.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Feb 2009 19:36:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/move-data-to-the-custom-segment-fields/m-p/5236175#M1210133</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-12T19:36:11Z</dc:date>
    </item>
    <item>
      <title>Re: Move data to the custom segment fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/move-data-to-the-custom-segment-fields/m-p/5236176#M1210134</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;Its a standard PO EDI&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA: WA_ZE1EDP01 TYPE ZE1EDP01.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if int_edidd-segnam = 'ZE1EDP01'.&lt;/P&gt;&lt;P&gt;move int_edidd-sdata to WA_ZE1EDP01.&lt;/P&gt;&lt;P&gt;WA_ZE1EDP01-ZTEST = 'Test'.&lt;/P&gt;&lt;P&gt;move WA_ZE1EDP01 to int_edidd-sdata.&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But for some reason in degugging i never see segment ZE1EDP01.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It never goes inside the if condition&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I also added the extension type in outbound parameters for that particular vendor and also added extension for message type.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know if i missed anything.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Feb 2009 19:40:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/move-data-to-the-custom-segment-fields/m-p/5236176#M1210134</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-12T19:40:54Z</dc:date>
    </item>
  </channel>
</rss>

