<?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: Help ...... in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/help/m-p/2229286#M479447</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;To select the View, Follow code will be generated by recording:-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'BDC_CURSOR'&lt;/P&gt;&lt;P&gt;                                        'MSICHTAUSW-DYTXT(01)'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here it select the first view Basic Data 1. &lt;/P&gt;&lt;P&gt;Check in you code if it not there, delete and record once again.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 28 Apr 2007 11:10:44 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-04-28T11:10:44Z</dc:date>
    <item>
      <title>Help ......</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help/m-p/2229285#M479446</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts ,&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;I am doing BDC recording for MM01 ,&lt;/P&gt;&lt;P&gt;in this i have to go to MM01 and select some views like basic data1 , basic data2 ,mrp1,mrp2,mrp3 ..and so on...i did recording and selected these views &lt;/P&gt;&lt;P&gt;but when i execute the report , no views are geting selected and error is coming (please select atleast one view) .please help me out for that ..its urgnt..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 28 Apr 2007 10:23:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help/m-p/2229285#M479446</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-28T10:23:24Z</dc:date>
    </item>
    <item>
      <title>Re: Help ......</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help/m-p/2229286#M479447</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;To select the View, Follow code will be generated by recording:-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'BDC_CURSOR'&lt;/P&gt;&lt;P&gt;                                        'MSICHTAUSW-DYTXT(01)'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here it select the first view Basic Data 1. &lt;/P&gt;&lt;P&gt;Check in you code if it not there, delete and record once again.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 28 Apr 2007 11:10:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help/m-p/2229286#M479447</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-28T11:10:44Z</dc:date>
    </item>
    <item>
      <title>Re: Help ......</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help/m-p/2229287#M479448</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;Unfortunately BDC_CURSOR is only positioning the cursor, but it is not doing anything useful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The following commands are selecting the relevant views on MM01 04-07.&lt;/P&gt;&lt;P&gt;PERFORM bdc_field USING 'MSICHTAUSW-KZSEL(04)' 'X'.&lt;/P&gt;&lt;P&gt;PERFORM bdc_field USING 'MSICHTAUSW-KZSEL(05)' 'X'.&lt;/P&gt;&lt;P&gt;PERFORM bdc_field USING 'MSICHTAUSW-KZSEL(06)' 'X'.&lt;/P&gt;&lt;P&gt;PERFORM bdc_field USING 'MSICHTAUSW-KZSEL(07)' 'X'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Tamá&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 28 Apr 2007 11:15:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help/m-p/2229287#M479448</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-28T11:15:55Z</dc:date>
    </item>
    <item>
      <title>Re: Help ......</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help/m-p/2229288#M479449</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks for your help ..ya u are right ..cursor is there ,but its not selecting any views..&lt;/P&gt;&lt;P&gt;you mean to say that after perform bdc_field       using 'MSICHTAUSW-KZSEL(04)', i should code 'x'.&lt;/P&gt;&lt;P&gt;plz reply soon..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 28 Apr 2007 11:33:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help/m-p/2229288#M479449</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-28T11:33:03Z</dc:date>
    </item>
    <item>
      <title>Re: Help ......</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help/m-p/2229289#M479450</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;YES it should be 'X'. capital X means you are selecting that View&lt;/P&gt;&lt;P&gt;so like that give X's for the different views.&lt;/P&gt;&lt;P&gt;it will work&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Anji&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 28 Apr 2007 11:38:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help/m-p/2229289#M479450</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-28T11:38:27Z</dc:date>
    </item>
    <item>
      <title>Re: Help ......</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help/m-p/2229290#M479451</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Anji..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;u have solved my problem..Thnks lot........&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 28 Apr 2007 11:49:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help/m-p/2229290#M479451</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-28T11:49:36Z</dc:date>
    </item>
    <item>
      <title>Re: Help ......</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help/m-p/2229291#M479452</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As u are creating BDC on MM01. I just bring your notice in one fact that the no and sequence of various vews in MM01 depending on the material type and industries. So your BDC suppose to fail if you want to create a material with other type ( Except the type you have used for recording). Again your BDC can fail if your SAP version change as the screen no will change.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, it is safe to use standard BAPI. There is a standard BAPI for material change of creation : 'BAPI_MATERIAL_SAVEDATA' and for displaying  'BAPI_MATERIAL_GETLIST'.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 28 Apr 2007 12:00:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help/m-p/2229291#M479452</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-28T12:00:07Z</dc:date>
    </item>
    <item>
      <title>Re: Help ......</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help/m-p/2229292#M479453</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This FM 'MATERIAL_BTCI_SELECTION_NEW''  is also used for selecting views.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 28 Apr 2007 12:01:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help/m-p/2229292#M479453</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-28T12:01:51Z</dc:date>
    </item>
    <item>
      <title>Re: Help ......</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help/m-p/2229293#M479454</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;YES  u are right ..&lt;/P&gt;&lt;P&gt;but i am doing for one ind and one mat type for nw ..&lt;/P&gt;&lt;P&gt;and will surly discuss this problem to my seniors ..&lt;/P&gt;&lt;P&gt;thanks for your valuable answer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 28 Apr 2007 12:05:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help/m-p/2229293#M479454</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-28T12:05:31Z</dc:date>
    </item>
  </channel>
</rss>

