<?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: BAPI_MATERIAL_GETLIST returns nothing in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-material-getlist-returns-nothing/m-p/1393279#M190887</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you see the code for the FM, it expects a value in the range MATNRSELECTION too.&lt;/P&gt;&lt;P&gt;You will need to populate this range. I tried with the following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sign - I&lt;/P&gt;&lt;P&gt;Option - BT&lt;/P&gt;&lt;P&gt;Low - 1000&lt;/P&gt;&lt;P&gt;High - 1000000&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On execution, the BAPI returned all matnr values within the above range.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sudha&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Sudha Mohan&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 05 Jul 2006 09:12:53 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-07-05T09:12:53Z</dc:date>
    <item>
      <title>BAPI_MATERIAL_GETLIST returns nothing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-material-getlist-returns-nothing/m-p/1393277#M190885</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello friends,&lt;/P&gt;&lt;P&gt;i am trying SE37 command and trying to execute BAPI_MATERIAL_GETLIST , it asks for maxrows which i give as say 5-6 , and hit execute button,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I expect it to reuturn a list of all materials with their material number , however it returns nothing in MATNRLIST , &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it only returns one entry in each of following &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MATNRSELECTION : &lt;/P&gt;&lt;P&gt;Sign : E&lt;/P&gt;&lt;P&gt;Option : CP&lt;/P&gt;&lt;P&gt;MATNR_LOW : *&lt;/P&gt;&lt;P&gt;MATNR_HIGH : &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MATERIALSHORTDESCSEL &lt;/P&gt;&lt;P&gt;Sign : E&lt;/P&gt;&lt;P&gt;Option : CP&lt;/P&gt;&lt;P&gt;MATNR_LOW : *&lt;/P&gt;&lt;P&gt;MATNR_HIGH :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what i want is , it should give me a list of all material numbers , as i have to iterate over these material numbers and call BAPI_MATERIAL_GET_DETAIL to get details of all the materials&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Jul 2006 09:05:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-material-getlist-returns-nothing/m-p/1393277#M190885</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-05T09:05:49Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_MATERIAL_GETLIST returns nothing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-material-getlist-returns-nothing/m-p/1393278#M190886</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Rohit,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try get the where used list and check how the BAPI is used in other reports. LIkewise u pass values to the FM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points if it is helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vasanth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Jul 2006 09:11:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-material-getlist-returns-nothing/m-p/1393278#M190886</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-05T09:11:02Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_MATERIAL_GETLIST returns nothing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-material-getlist-returns-nothing/m-p/1393279#M190887</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you see the code for the FM, it expects a value in the range MATNRSELECTION too.&lt;/P&gt;&lt;P&gt;You will need to populate this range. I tried with the following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sign - I&lt;/P&gt;&lt;P&gt;Option - BT&lt;/P&gt;&lt;P&gt;Low - 1000&lt;/P&gt;&lt;P&gt;High - 1000000&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On execution, the BAPI returned all matnr values within the above range.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sudha&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Sudha Mohan&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Jul 2006 09:12:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-material-getlist-returns-nothing/m-p/1393279#M190887</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-05T09:12:53Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_MATERIAL_GETLIST returns nothing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-material-getlist-returns-nothing/m-p/1393280#M190888</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;MATNRSELECTION acts like a select option for MATNR in this function. You need to provide input values in this table similar to providing material values to a select option for Material.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Kiran&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Jul 2006 09:17:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-material-getlist-returns-nothing/m-p/1393280#M190888</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-05T09:17:33Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_MATERIAL_GETLIST returns nothing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-material-getlist-returns-nothing/m-p/1393281#M190889</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;cooool, thanks guys it helped ,thanks once again to all of you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Jul 2006 09:19:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-material-getlist-returns-nothing/m-p/1393281#M190889</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-05T09:19:41Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_MATERIAL_GETLIST returns nothing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-material-getlist-returns-nothing/m-p/1393282#M190890</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi friend&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think you must always at least a MATNRSELECTION or a MATERIALSHORTDESCSEL.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you just want all material you must fill the MATNRSELECTION with these values:&lt;/P&gt;&lt;P&gt;Sign       : I&lt;/P&gt;&lt;P&gt;Option     : CP&lt;/P&gt;&lt;P&gt;MATNR_LOW  : *&lt;/P&gt;&lt;P&gt;MATNR_HIGH : &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Thomas Madsen Nielsen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Jul 2006 09:27:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-material-getlist-returns-nothing/m-p/1393282#M190890</guid>
      <dc:creator>TMNielsen</dc:creator>
      <dc:date>2006-07-05T09:27:33Z</dc:date>
    </item>
  </channel>
</rss>

