<?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: Customize EDI interface in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/customize-edi-interface/m-p/4387723#M1043402</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Aparna, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't have to extend the Idoc, I just have to change the value in the fields of the Idoc by looking at some X-ref tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ex. If E1EDK01-BELNR == 'ABC', then I have to go to a X-ref table and pick a value corresponding to 'ABC' and populate that in BELNR instead of 'ABC'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you please suggest how this can be done?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you, &lt;/P&gt;&lt;P&gt;Sruthi.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 19 Aug 2008 00:05:48 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-08-19T00:05:48Z</dc:date>
    <item>
      <title>Customize EDI interface</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/customize-edi-interface/m-p/4387720#M1043399</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;I am required to customize an EDI interface, here's what I need to do..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;While triggering DELVRY03 Idoc from delivery doc, I need to go to couple of z-tables(X-references) and pick required data (corresponding values) and insert it in Idoc by overwriting on the data populated in few of the Idoc segments.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you please advice how can I do this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you, &lt;/P&gt;&lt;P&gt;Sruthi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Aug 2008 21:04:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/customize-edi-interface/m-p/4387720#M1043399</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-18T21:04:34Z</dc:date>
    </item>
    <item>
      <title>Re: Customize EDI interface</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/customize-edi-interface/m-p/4387721#M1043400</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Looks like you might have to look for an enhancement?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Aug 2008 21:18:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/customize-edi-interface/m-p/4387721#M1043400</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-18T21:18:09Z</dc:date>
    </item>
    <item>
      <title>Re: Customize EDI interface</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/customize-edi-interface/m-p/4387722#M1043401</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You have to find the relavent user exit, and write you code there to populate the Z fields. If you are overwriting the existing fiels then you dont need to extend the idoc, but if you need custom segments you will have to extend the idoc. Look into function module exit EXIT_SAPLV56K_002. You can search the forum for this exit fto get more info.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Aug 2008 21:30:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/customize-edi-interface/m-p/4387722#M1043401</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-18T21:30:49Z</dc:date>
    </item>
    <item>
      <title>Re: Customize EDI interface</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/customize-edi-interface/m-p/4387723#M1043402</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Aparna, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't have to extend the Idoc, I just have to change the value in the fields of the Idoc by looking at some X-ref tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ex. If E1EDK01-BELNR == 'ABC', then I have to go to a X-ref table and pick a value corresponding to 'ABC' and populate that in BELNR instead of 'ABC'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you please suggest how this can be done?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you, &lt;/P&gt;&lt;P&gt;Sruthi.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Aug 2008 00:05:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/customize-edi-interface/m-p/4387723#M1043402</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-19T00:05:48Z</dc:date>
    </item>
    <item>
      <title>Re: Customize EDI interface</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/customize-edi-interface/m-p/4387724#M1043403</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Anybody ? Please...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Aug 2008 13:09:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/customize-edi-interface/m-p/4387724#M1043403</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-19T13:09:40Z</dc:date>
    </item>
  </channel>
</rss>

