<?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: BDC OKCODE - ME01 - Source list in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-okcode-me01-source-list/m-p/6225162#M1379785</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Vikranth...it didnt strike me.&lt;/P&gt;&lt;P&gt;ANyways i am now getting another error likbelow.&lt;/P&gt;&lt;P&gt;"Several sources MRP-relevant on one date"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What could be the reason?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 30 Sep 2009 05:47:40 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-09-30T05:47:40Z</dc:date>
    <item>
      <title>BDC OKCODE - ME01 - Source list</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-okcode-me01-source-list/m-p/6225160#M1379783</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to write a BDC to update the source list for the materials (master data ) with T-code ME01.&lt;/P&gt;&lt;P&gt;But ME01 is used both for create and change of the source list.&lt;/P&gt;&lt;P&gt;I am writing the following BDC for change,but it is not working.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; CLEAR bdc_tab. REFRESH bdc_tab.&lt;/P&gt;&lt;P&gt;  PERFORM  dynpro USING:&lt;/P&gt;&lt;P&gt;*initial screen&lt;/P&gt;&lt;P&gt;     'X'  'SAPLMEOR'             '0200',&lt;/P&gt;&lt;P&gt;     ' '  'EORD-MATNR'           itab_eord-matnr,&lt;/P&gt;&lt;P&gt;     ' '  'EORD-WERKS'           itab_eord-werks,&lt;/P&gt;&lt;P&gt;     ' '  'BDC_OKCODE'           '/00'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  PERFORM  dynpro USING:&lt;/P&gt;&lt;P&gt;     'X'  'SAPLMEOR'             '0205',&lt;/P&gt;&lt;P&gt;     ' '  'EORD-VDATU(1)'        from_date.&lt;/P&gt;&lt;P&gt;*&lt;/P&gt;&lt;P&gt;  PERFORM  dynpro USING:&lt;/P&gt;&lt;P&gt;     ' '  'EORD-BDATU(1)'        to_date,&lt;/P&gt;&lt;P&gt;     ' '  'EORD-LIFNR(1)'        itab_eord-lifnr,&lt;/P&gt;&lt;P&gt;     ' '  'EORD-EKORG(1)'        p_ekorg,&lt;/P&gt;&lt;P&gt;       ' '  'RM06W-FESKZ(1)'       '  ',&lt;/P&gt;&lt;P&gt;       ' '  'EORD-AUTET(1)'        '1',&lt;/P&gt;&lt;P&gt;       ' '  'BDC_OKCODE'           '=BU'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  CALL TRANSACTION 'ME01' USING bdc_tab MODE bdc_mode UPDATE 'S'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to change the existing source list for a part with above BDC code.&lt;/P&gt;&lt;P&gt;But it says "Source list for mat. 0403-000363 and plant V711 already being&lt;/P&gt;&lt;P&gt;processed".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please guide me how should i change the existing source list with BDC ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;/P&gt;&lt;P&gt;Swati&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Sep 2009 05:10:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-okcode-me01-source-list/m-p/6225160#M1379783</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-30T05:10:27Z</dc:date>
    </item>
    <item>
      <title>Re: BDC OKCODE - ME01 - Source list</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-okcode-me01-source-list/m-p/6225161#M1379784</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;The error just means that someone is already editing source list for the  material 0403-000363. Close that and try executing the bdc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vikranth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Sep 2009 05:14:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-okcode-me01-source-list/m-p/6225161#M1379784</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-30T05:14:10Z</dc:date>
    </item>
    <item>
      <title>Re: BDC OKCODE - ME01 - Source list</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-okcode-me01-source-list/m-p/6225162#M1379785</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Vikranth...it didnt strike me.&lt;/P&gt;&lt;P&gt;ANyways i am now getting another error likbelow.&lt;/P&gt;&lt;P&gt;"Several sources MRP-relevant on one date"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What could be the reason?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Sep 2009 05:47:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-okcode-me01-source-list/m-p/6225162#M1379785</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-30T05:47:40Z</dc:date>
    </item>
  </channel>
</rss>

