<?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: How to save data in internal table using BAPI_MATERIAL_GETLIST. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-save-data-in-internal-table-using-bapi-material-getlist/m-p/9398207#M1735689</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi suhas,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;First fill up the selection details in the bapi to reterive the materials,&lt;/P&gt;&lt;P&gt;then get the material details in the table and populate into your internal table XYZ..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA: MATNRLIST TYPE TABLE OF BAPIMATLST,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; PLANTSELECTION TYPE TABLE OF BAPIMATRAW.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PLANTSELECTION-SIGN = 'I'&lt;/P&gt;&lt;P&gt;PLANTSELECTION-OPTION = 'EQ'&lt;/P&gt;&lt;P&gt;PLANTSELECTION-LOW = '1000'&lt;/P&gt;&lt;P&gt;APPEND PLANTSELECTION.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;like this fillup your selection and pass it to the bapi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Call bapi BAPI_MATERIAL_GETLIST&lt;/P&gt;&lt;P&gt;TABLES&lt;/P&gt;&lt;P&gt;PLANTSELECTION = PLANTSELECTION&lt;/P&gt;&lt;P&gt;....&lt;/P&gt;&lt;P&gt;MATNRLIST&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; =&amp;nbsp; MATNRLIST&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and you will get the list of materials in the MATNRLIST internal table...&lt;/P&gt;&lt;P&gt;loop MATNRLIST and move the data to your internal table if required...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Before you doing this, understand the flow and structures of the BAPI then it would be easier to do..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 25 Apr 2013 08:07:42 GMT</pubDate>
    <dc:creator>surajarafath</dc:creator>
    <dc:date>2013-04-25T08:07:42Z</dc:date>
    <item>
      <title>How to save data in internal table using BAPI_MATERIAL_GETLIST.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-save-data-in-internal-table-using-bapi-material-getlist/m-p/9398206#M1735688</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;I'm a beginner to ABAP so I need some help from you experts.&lt;/P&gt;&lt;P&gt;This is my scenario .&lt;/P&gt;&lt;P&gt;" First I've to get materials from the plant &amp;amp; storage location using BAPI_MATERIAL_GETLIST.&lt;/P&gt;&lt;P&gt;The output has to in the below data : material, matl_desc and this output result has to be saved in an internal table XYZ".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It would be better if I get the ans in Steps or in sequential manner.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Apr 2013 10:04:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-save-data-in-internal-table-using-bapi-material-getlist/m-p/9398206#M1735688</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-04-24T10:04:13Z</dc:date>
    </item>
    <item>
      <title>Re: How to save data in internal table using BAPI_MATERIAL_GETLIST.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-save-data-in-internal-table-using-bapi-material-getlist/m-p/9398207#M1735689</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi suhas,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;First fill up the selection details in the bapi to reterive the materials,&lt;/P&gt;&lt;P&gt;then get the material details in the table and populate into your internal table XYZ..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA: MATNRLIST TYPE TABLE OF BAPIMATLST,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; PLANTSELECTION TYPE TABLE OF BAPIMATRAW.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PLANTSELECTION-SIGN = 'I'&lt;/P&gt;&lt;P&gt;PLANTSELECTION-OPTION = 'EQ'&lt;/P&gt;&lt;P&gt;PLANTSELECTION-LOW = '1000'&lt;/P&gt;&lt;P&gt;APPEND PLANTSELECTION.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;like this fillup your selection and pass it to the bapi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Call bapi BAPI_MATERIAL_GETLIST&lt;/P&gt;&lt;P&gt;TABLES&lt;/P&gt;&lt;P&gt;PLANTSELECTION = PLANTSELECTION&lt;/P&gt;&lt;P&gt;....&lt;/P&gt;&lt;P&gt;MATNRLIST&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; =&amp;nbsp; MATNRLIST&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and you will get the list of materials in the MATNRLIST internal table...&lt;/P&gt;&lt;P&gt;loop MATNRLIST and move the data to your internal table if required...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Before you doing this, understand the flow and structures of the BAPI then it would be easier to do..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Apr 2013 08:07:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-save-data-in-internal-table-using-bapi-material-getlist/m-p/9398207#M1735689</guid>
      <dc:creator>surajarafath</dc:creator>
      <dc:date>2013-04-25T08:07:42Z</dc:date>
    </item>
  </channel>
</rss>

