<?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: Problem with ME01 BDC session in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-me01-bdc-session/m-p/2948852#M695270</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i think the problem is in the recording . Because for 2nd page onwards the problem is occured. You can try this recording.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;

perform bdc_dynpro      using 'SAPLMEOR' '0200'.
perform bdc_field       using 'BDC_CURSOR'
                              'EORD-WERKS'.
perform bdc_field       using 'BDC_OKCODE'
                              '/00'.
perform bdc_field       using 'EORD-MATNR'
                              &amp;lt;material no&amp;gt;.
perform bdc_field       using 'EORD-WERKS'
                             &amp;lt;plant&amp;gt;.
perform bdc_dynpro      using 'SAPLMEOR' '0205'.
perform bdc_field       using 'BDC_CURSOR'
                              'EORD-MATNR'.
perform bdc_field       using 'BDC_OKCODE'
                              '=NS'.
perform bdc_dynpro      using 'SAPLMEOR' '0205'.
perform bdc_field       using 'BDC_CURSOR'
                              'EORD-AUTET(02)'.
perform bdc_field       using 'BDC_OKCODE'
                              '=BU'.
perform bdc_field       using 'EORD-VDATU(02)'
                              &amp;lt;pass from date&amp;gt;.
perform bdc_field       using 'EORD-BDATU(02)'
                              &amp;lt;pass to date&amp;gt;.
perform bdc_field       using 'EORD-LIFNR(02)'
                              &amp;lt;vendor no&amp;gt;.
perform bdc_field       using 'EORD-EKORG(02)'
                              &amp;lt;purchasing grp&amp;gt;.
perform bdc_field       using 'EORD-AUTET(02)'
                              '1'.
perform bdc_transaction using 'ME01'.

&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;shiba dutta&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 10 Oct 2007 06:11:06 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-10-10T06:11:06Z</dc:date>
    <item>
      <title>Problem with ME01 BDC session</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-me01-bdc-session/m-p/2948851#M695269</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a source list that goes to multiple pages. We use file interface and BDC session to update this source list. The problem is, that this session updates changes to the first page only. Any changes done to subsequent pages won't be saved.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;More information: I have used SHDB to record the transaction, the programmed BDC session matches the SHDB recording. And all this has been working fine for many years. Problem came up when this source list became big and spilled over to multiple pages.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help is greatly appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Atul.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        Atul Devasthali&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Oct 2007 12:48:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-me01-bdc-session/m-p/2948851#M695269</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-09T12:48:04Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with ME01 BDC session</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-me01-bdc-session/m-p/2948852#M695270</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i think the problem is in the recording . Because for 2nd page onwards the problem is occured. You can try this recording.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;

perform bdc_dynpro      using 'SAPLMEOR' '0200'.
perform bdc_field       using 'BDC_CURSOR'
                              'EORD-WERKS'.
perform bdc_field       using 'BDC_OKCODE'
                              '/00'.
perform bdc_field       using 'EORD-MATNR'
                              &amp;lt;material no&amp;gt;.
perform bdc_field       using 'EORD-WERKS'
                             &amp;lt;plant&amp;gt;.
perform bdc_dynpro      using 'SAPLMEOR' '0205'.
perform bdc_field       using 'BDC_CURSOR'
                              'EORD-MATNR'.
perform bdc_field       using 'BDC_OKCODE'
                              '=NS'.
perform bdc_dynpro      using 'SAPLMEOR' '0205'.
perform bdc_field       using 'BDC_CURSOR'
                              'EORD-AUTET(02)'.
perform bdc_field       using 'BDC_OKCODE'
                              '=BU'.
perform bdc_field       using 'EORD-VDATU(02)'
                              &amp;lt;pass from date&amp;gt;.
perform bdc_field       using 'EORD-BDATU(02)'
                              &amp;lt;pass to date&amp;gt;.
perform bdc_field       using 'EORD-LIFNR(02)'
                              &amp;lt;vendor no&amp;gt;.
perform bdc_field       using 'EORD-EKORG(02)'
                              &amp;lt;purchasing grp&amp;gt;.
perform bdc_field       using 'EORD-AUTET(02)'
                              '1'.
perform bdc_transaction using 'ME01'.

&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;shiba dutta&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Oct 2007 06:11:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-me01-bdc-session/m-p/2948852#M695270</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-10T06:11:06Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with ME01 BDC session</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-me01-bdc-session/m-p/2948853#M695271</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Shiba for this info.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, adding records to the next screen is not a problem. Making changes to existing records and saving them is the problem.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Oct 2007 10:34:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-me01-bdc-session/m-p/2948853#M695271</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-10T10:34:31Z</dc:date>
    </item>
  </channel>
</rss>

