<?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: populate extended idoc fields in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/populate-extended-idoc-fields/m-p/1367530#M181528</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_erp2005/helpdata/en/dc/6b7d6243d711d1893e0000e8323c4f/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_erp2005/helpdata/en/dc/6b7d6243d711d1893e0000e8323c4f/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA segnam(27).&lt;/P&gt;&lt;P&gt;segnam = int_edidd-segnam.&lt;/P&gt;&lt;P&gt;CASE segnam.&lt;/P&gt;&lt;P&gt;  WHEN 'E1EDP19'.&lt;/P&gt;&lt;P&gt;    CLEAR int_edidd. "Clear work area&lt;/P&gt;&lt;P&gt;    int_edidd-segnam = 'Z1TEST1'. "Name of customer segment z1test1-continent = 'Europe'.&lt;/P&gt;&lt;P&gt;    int_edidd-sdata = z1test1. "Remaining fields from int_edidd&lt;/P&gt;&lt;P&gt;      "can be transferred&lt;/P&gt;&lt;P&gt;    APPEND int_edidd.&lt;/P&gt;&lt;P&gt;ENDCASE .&lt;/P&gt;&lt;P&gt;REgards,&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 07 Jun 2006 11:44:38 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-06-07T11:44:38Z</dc:date>
    <item>
      <title>populate extended idoc fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/populate-extended-idoc-fields/m-p/1367529#M181527</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;can anybody give me  a sample &amp;lt;b&amp;gt;code&amp;lt;/b&amp;gt; for populating the &amp;lt;b&amp;gt;extra added fields&amp;lt;/b&amp;gt; in a segment of an extended idoc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;points will be rewarded...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Jun 2006 11:36:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/populate-extended-idoc-fields/m-p/1367529#M181527</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-07T11:36:14Z</dc:date>
    </item>
    <item>
      <title>Re: populate extended idoc fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/populate-extended-idoc-fields/m-p/1367530#M181528</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_erp2005/helpdata/en/dc/6b7d6243d711d1893e0000e8323c4f/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_erp2005/helpdata/en/dc/6b7d6243d711d1893e0000e8323c4f/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA segnam(27).&lt;/P&gt;&lt;P&gt;segnam = int_edidd-segnam.&lt;/P&gt;&lt;P&gt;CASE segnam.&lt;/P&gt;&lt;P&gt;  WHEN 'E1EDP19'.&lt;/P&gt;&lt;P&gt;    CLEAR int_edidd. "Clear work area&lt;/P&gt;&lt;P&gt;    int_edidd-segnam = 'Z1TEST1'. "Name of customer segment z1test1-continent = 'Europe'.&lt;/P&gt;&lt;P&gt;    int_edidd-sdata = z1test1. "Remaining fields from int_edidd&lt;/P&gt;&lt;P&gt;      "can be transferred&lt;/P&gt;&lt;P&gt;    APPEND int_edidd.&lt;/P&gt;&lt;P&gt;ENDCASE .&lt;/P&gt;&lt;P&gt;REgards,&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Jun 2006 11:44:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/populate-extended-idoc-fields/m-p/1367530#M181528</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-07T11:44:38Z</dc:date>
    </item>
    <item>
      <title>Re: populate extended idoc fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/populate-extended-idoc-fields/m-p/1367531#M181529</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanq for replying....&lt;/P&gt;&lt;P&gt;can u plz clarify me what is 'E1EDP19' and 'Z1TEST1'.&lt;/P&gt;&lt;P&gt;first one is header and second one is customise child segment??&lt;/P&gt;&lt;P&gt;if so then suppose 'Z1TEST1' contain two fields a,b of A,B table...then how to populate those two fields??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Jun 2006 12:05:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/populate-extended-idoc-fields/m-p/1367531#M181529</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-07T12:05:28Z</dc:date>
    </item>
    <item>
      <title>Re: populate extended idoc fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/populate-extended-idoc-fields/m-p/1367532#M181530</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE&gt;&lt;CODE&gt;*Unit List
      l_z1edp26-qualf = '001'.
      l_z1edp26-betrg = itab-kbetr.
      l_edidd-segnam = 'Z1EDP26'.
      l_edidd-sdata  = l_z1edp26.
      append l_edidd to it_edidd.
      clear l_edidd.
      clear l_z1edp26.

*Extended List	
      l_z1edp26-qualf = '002'.
      l_z1edp26-betrg = itab-kwert.
      l_edidd-segnam = 'Z1EDP26'.
      l_edidd-sdata  = l_z1edp26.
      append l_edidd to it_edidd.
      clear l_edidd.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;.......&lt;/P&gt;&lt;P&gt;similarly you should fill the other fields..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;vijay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Jun 2006 12:07:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/populate-extended-idoc-fields/m-p/1367532#M181530</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-07T12:07:44Z</dc:date>
    </item>
    <item>
      <title>Re: populate extended idoc fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/populate-extended-idoc-fields/m-p/1367533#M181531</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 populating extra fields of your extended idoc , first you have to find the enhancement and the exit where you can populate this data.&lt;/P&gt;&lt;P&gt;Ex:&lt;/P&gt;&lt;P&gt;If you wanna populate some fields of orders 05 to your own added segement or the segment which doesnot populate with the stadard programs .There is a enhancement called MM06E001  and in this EXIT_SAPLEINM_002  will populate the extra data . &lt;/P&gt;&lt;P&gt;Already our fellow SDN'ers give sample code , that sample code you need to write into the exit.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now, SAP is providing BAdI's also inplace of EXIT's , you can use them also .&lt;/P&gt;&lt;P&gt;&amp;lt;i&amp;gt;&lt;/P&gt;&lt;P&gt;Hope This Info Helps YOU.&amp;lt;/i&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raghav&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Jun 2006 12:15:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/populate-extended-idoc-fields/m-p/1367533#M181531</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-07T12:15:01Z</dc:date>
    </item>
    <item>
      <title>Re: populate extended idoc fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/populate-extended-idoc-fields/m-p/1367534#M181532</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;nice...&lt;/P&gt;&lt;P&gt;but how do i know the particular enhancement of a particular idoc?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;plz clarify the above doubts also....&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;thanx in advance...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Jun 2006 12:23:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/populate-extended-idoc-fields/m-p/1367534#M181532</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-07T12:23:23Z</dc:date>
    </item>
    <item>
      <title>Re: populate extended idoc fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/populate-extended-idoc-fields/m-p/1367535#M181533</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Biswajit&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Each idoctype will be associated with one function module.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for outbound as well as inbound&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for example ORDERS05 has inbound function module &lt;/P&gt;&lt;P&gt; " IDOC_INPUT_ORDERS"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here u can find CALL CUSTOMER FUNCTION 'XXX'.So as per ur requirement u can use the appropriate exit and write ur code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hoping this will help u.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nagaraj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Jun 2006 12:38:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/populate-extended-idoc-fields/m-p/1367535#M181533</guid>
      <dc:creator>former_member404244</dc:creator>
      <dc:date>2006-06-07T12:38:18Z</dc:date>
    </item>
    <item>
      <title>Re: populate extended idoc fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/populate-extended-idoc-fields/m-p/1367536#M181534</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ok thats fine ...&lt;/P&gt;&lt;P&gt;now suppose my customise child segment is Z1CHILD under parent segment E1XXX. now Z1CHILD contain two extra fields of a,b of table A,B.&lt;/P&gt;&lt;P&gt;now what should i write for populating those two fields of a,b into the user-exit??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Jun 2006 12:50:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/populate-extended-idoc-fields/m-p/1367536#M181534</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-07T12:50:11Z</dc:date>
    </item>
    <item>
      <title>Re: populate extended idoc fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/populate-extended-idoc-fields/m-p/1367537#M181535</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi biswajit,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF int_edidd-segnam EQ 'E1XXX'.&lt;/P&gt;&lt;P&gt;    MOVE int_edidd-sdata TO wa_E1XXX.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FILL the data for the two fields and then &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;int_edidd-segnam = The extended segment name.&lt;/P&gt;&lt;P&gt;      CLEAR int_edidd-sdata.&lt;/P&gt;&lt;P&gt;      MOVE the two field values TO int_edidd-sdata.&lt;/P&gt;&lt;P&gt;      APPEND int_edidd.&lt;/P&gt;&lt;P&gt;      &lt;/P&gt;&lt;P&gt;    ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;try like this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hoe this helps u.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Nagaraj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Jun 2006 13:07:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/populate-extended-idoc-fields/m-p/1367537#M181535</guid>
      <dc:creator>former_member404244</dc:creator>
      <dc:date>2006-06-07T13:07:07Z</dc:date>
    </item>
    <item>
      <title>Re: populate extended idoc fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/populate-extended-idoc-fields/m-p/1367538#M181536</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanx a lot...&lt;/P&gt;&lt;P&gt;i will give points to all of u...&lt;/P&gt;&lt;P&gt;thanx once again&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Jun 2006 04:48:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/populate-extended-idoc-fields/m-p/1367538#M181536</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-08T04:48:07Z</dc:date>
    </item>
  </channel>
</rss>

