<?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: material upload in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/material-upload/m-p/4200569#M1003936</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ashwini,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;While recording material master select the views and click on default button / views. ( Use different recordings for different material types as views selection depends on the material type You can use Selection_view_find function module for selecting the views for material type --- check the documentation of the function module )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if excel sheet consists of different material types get the excel data into internal table and perform sort based on material type.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Once you identify the material types write performs to get different records for a given material type.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;eg &lt;/P&gt;&lt;P&gt;if itab-mtart = 'ROH'.&lt;/P&gt;&lt;P&gt;    &amp;lt; recording code for ROH&amp;gt;&lt;/P&gt;&lt;P&gt;elseif itab-mtart = 'FERT'&lt;/P&gt;&lt;P&gt;   &amp;lt;recording code for FERT&amp;gt;&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;padma&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 15 Jul 2008 06:30:29 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-07-15T06:30:29Z</dc:date>
    <item>
      <title>material upload</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/material-upload/m-p/4200567#M1003934</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi sap technical guru,&lt;/P&gt;&lt;P&gt;while uploading material master data using MM01 how to handle different types of materials(mtart).&lt;/P&gt;&lt;P&gt;this is bit urgent.&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Jul 2008 06:22:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/material-upload/m-p/4200567#M1003934</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-15T06:22:58Z</dc:date>
    </item>
    <item>
      <title>Re: material upload</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/material-upload/m-p/4200568#M1003935</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;pls post  your thread in MM and logistics.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Jul 2008 06:27:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/material-upload/m-p/4200568#M1003935</guid>
      <dc:creator>former_member125931</dc:creator>
      <dc:date>2008-07-15T06:27:11Z</dc:date>
    </item>
    <item>
      <title>Re: material upload</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/material-upload/m-p/4200569#M1003936</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ashwini,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;While recording material master select the views and click on default button / views. ( Use different recordings for different material types as views selection depends on the material type You can use Selection_view_find function module for selecting the views for material type --- check the documentation of the function module )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if excel sheet consists of different material types get the excel data into internal table and perform sort based on material type.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Once you identify the material types write performs to get different records for a given material type.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;eg &lt;/P&gt;&lt;P&gt;if itab-mtart = 'ROH'.&lt;/P&gt;&lt;P&gt;    &amp;lt; recording code for ROH&amp;gt;&lt;/P&gt;&lt;P&gt;elseif itab-mtart = 'FERT'&lt;/P&gt;&lt;P&gt;   &amp;lt;recording code for FERT&amp;gt;&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;padma&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Jul 2008 06:30:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/material-upload/m-p/4200569#M1003936</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-15T06:30:29Z</dc:date>
    </item>
    <item>
      <title>Re: material upload</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/material-upload/m-p/4200570#M1003937</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks padmavathi , given full points.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Jul 2008 06:47:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/material-upload/m-p/4200570#M1003937</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-15T06:47:30Z</dc:date>
    </item>
  </channel>
</rss>

