<?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 mm01 error in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-mm01-error/m-p/8504318#M1654317</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks nipul i had the same query&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 14 Feb 2012 09:27:09 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2012-02-14T09:27:09Z</dc:date>
    <item>
      <title>BDC mm01 error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-mm01-error/m-p/8504314#M1654313</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am applying a BDC on mm01. While selecting the Views , Only the top 17 views are being selected properly . I want to two (23 and 24 ) views after that in my selection.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This problem occurs at the time of coding.(SE 38). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The tabs after that are also not being picked properly. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance for the help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: devrath.sampat on Feb 14, 2012 8:58 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Feb 2012 07:19:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-mm01-error/m-p/8504314#M1654313</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-02-14T07:19:54Z</dc:date>
    </item>
    <item>
      <title>Re: BDC mm01 error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-mm01-error/m-p/8504315#M1654314</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Sampat,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If by default u want to select the 2,23 &amp;amp; 24 view.&lt;/P&gt;&lt;P&gt;just work the below changes&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'MSICHTAUSW-KZSEL(01)' 'X'&lt;/P&gt;&lt;P&gt;to 'MSICHTAUSW-KZSEL(17)' 'X'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now this might be in ur recording&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then change or add the code same as tat as shown below&lt;/P&gt;&lt;P&gt;'MSICHTAUSW-KZSEL(02)' 'X'&lt;/P&gt;&lt;P&gt;'MSICHTAUSW-KZSEL(23)' 'X'&lt;/P&gt;&lt;P&gt;'MSICHTAUSW-KZSEL(24)' 'X'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Madhukar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Feb 2012 08:02:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-mm01-error/m-p/8504315#M1654314</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-02-14T08:02:13Z</dc:date>
    </item>
    <item>
      <title>Re: BDC mm01 error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-mm01-error/m-p/8504316#M1654315</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I checked mm01 and saw that only 17 views appear within one box. &lt;/P&gt;&lt;P&gt;I mean that views 23 and 24 are visible only when the cursor is scrolled down. The code for that is :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Add this after view 17&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;perform bdc_field       using 'MSICHTAUSW-KZSEL(17)'
                              'X'.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;perform bdc_field       using 'BDC_OKCODE' '=P+'.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and after this count no. 23 and 24 from 01 onwards i.e View 18 will be 1, view 19 will be 02 and so on.......&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For 23.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;perform bdc_field       using 'MSICHTAUSW-KZSEL(06)'
                              'X'.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Feb 2012 08:07:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-mm01-error/m-p/8504316#M1654315</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-02-14T08:07:41Z</dc:date>
    </item>
    <item>
      <title>Re: BDC mm01 error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-mm01-error/m-p/8504317#M1654316</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Nipul,&lt;/P&gt;&lt;P&gt;It worked . When i used +P it scrolled once and i counted the views from 01 again.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hi Madhukar,&lt;/P&gt;&lt;P&gt;Thanks for the help. As Nipul mentioned it was a cursor scrolling issue. That worked fine.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Feb 2012 08:12:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-mm01-error/m-p/8504317#M1654316</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-02-14T08:12:57Z</dc:date>
    </item>
    <item>
      <title>Re: BDC mm01 error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-mm01-error/m-p/8504318#M1654317</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks nipul i had the same query&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Feb 2012 09:27:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-mm01-error/m-p/8504318#M1654317</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-02-14T09:27:09Z</dc:date>
    </item>
  </channel>
</rss>

