<?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_SAVEDATA in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-material-savedata/m-p/7599171#M1568150</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear abaperdaft	,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hi . Please pass this code in this way . Yo can get all those fields with views . &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;bapimathead-material = 'BAPI_TEST'.  "HEADDATA BAPIMATHEAD&lt;/P&gt;&lt;P&gt;bapimathead-ind_sector = 'M'.&lt;/P&gt;&lt;P&gt;bapimathead-matl_type = 'FERT'.&lt;/P&gt;&lt;P&gt;bapimathead-basic_view = 'X'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it_description-langu_iso = 'EN'.&lt;/P&gt;&lt;P&gt;it_description-matl_desc = 'TEST MATERIAL '.&lt;/P&gt;&lt;P&gt;APPEND it_description.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'BAPI_MATERIAL_SAVEDATA'&lt;/P&gt;&lt;P&gt;  EXPORTING&lt;/P&gt;&lt;P&gt;    headdata                    = bapimathead&lt;/P&gt;&lt;P&gt;    clientdata                  = bapi_mara&lt;/P&gt;&lt;P&gt;    clientdatax                 = bapi_marax&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TABLES&lt;/P&gt;&lt;P&gt;   materialdescription         = it_description&lt;/P&gt;&lt;P&gt;returnmessages              =  return.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pass this dat in this way . YOu can get basic data two views and collect the return messages . Tell if require more information in this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Madhu.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: madhurao123 on Jan 27, 2011 8:12 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 27 Jan 2011 07:12:14 GMT</pubDate>
    <dc:creator>madhu_vadlamani</dc:creator>
    <dc:date>2011-01-27T07:12:14Z</dc:date>
    <item>
      <title>BAPI_MATERIAL_SAVEDATA</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-material-savedata/m-p/7599169#M1568148</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;im having trouble with this bapi currently im able to use this bapi to create the material but when i enter the details i noticed that the basic data 1 &amp;amp; 2 tab is not showing. i populated exporting data fields of headdata clientdata clientdatax plantdata plantdatax and tables fields of materialdescription unitofmeasure unitofmeasurex. can anyone explain how do i get the basic data to be shown?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Jan 2011 04:17:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-material-savedata/m-p/7599169#M1568148</guid>
      <dc:creator>john_wayne</dc:creator>
      <dc:date>2011-01-27T04:17:02Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_MATERIAL_SAVEDATA</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-material-savedata/m-p/7599170#M1568149</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello abaperdaft , &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Make sure that you are passing X in the basic view and the purchasing view field in the HEADDATA parameter of the BAPI,&lt;/P&gt;&lt;P&gt;More over if you are..not able to see the basic data tab... check whather you have created the material in the RETURN structure ...if you are getting some error message in the RETURN TABLE plz...elaborate them ..!&lt;/P&gt;&lt;P&gt;if you are getting a success message then check have you use COMMIT WORK after the BAPI call...!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps, &lt;/P&gt;&lt;P&gt;anup ..!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Jan 2011 05:21:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-material-savedata/m-p/7599170#M1568149</guid>
      <dc:creator>anup_deshmukh4</dc:creator>
      <dc:date>2011-01-27T05:21:38Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_MATERIAL_SAVEDATA</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-material-savedata/m-p/7599171#M1568150</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear abaperdaft	,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hi . Please pass this code in this way . Yo can get all those fields with views . &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;bapimathead-material = 'BAPI_TEST'.  "HEADDATA BAPIMATHEAD&lt;/P&gt;&lt;P&gt;bapimathead-ind_sector = 'M'.&lt;/P&gt;&lt;P&gt;bapimathead-matl_type = 'FERT'.&lt;/P&gt;&lt;P&gt;bapimathead-basic_view = 'X'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it_description-langu_iso = 'EN'.&lt;/P&gt;&lt;P&gt;it_description-matl_desc = 'TEST MATERIAL '.&lt;/P&gt;&lt;P&gt;APPEND it_description.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'BAPI_MATERIAL_SAVEDATA'&lt;/P&gt;&lt;P&gt;  EXPORTING&lt;/P&gt;&lt;P&gt;    headdata                    = bapimathead&lt;/P&gt;&lt;P&gt;    clientdata                  = bapi_mara&lt;/P&gt;&lt;P&gt;    clientdatax                 = bapi_marax&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TABLES&lt;/P&gt;&lt;P&gt;   materialdescription         = it_description&lt;/P&gt;&lt;P&gt;returnmessages              =  return.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pass this dat in this way . YOu can get basic data two views and collect the return messages . Tell if require more information in this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Madhu.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: madhurao123 on Jan 27, 2011 8:12 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Jan 2011 07:12:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-material-savedata/m-p/7599171#M1568150</guid>
      <dc:creator>madhu_vadlamani</dc:creator>
      <dc:date>2011-01-27T07:12:14Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_MATERIAL_SAVEDATA</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-material-savedata/m-p/7599172#M1568151</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;You can follow this below link example.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In this, calls the function upload data, bapi_material_savedata, commitwork function and check it showing correct or not&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;all those things follows the link.&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 explains every step. so, you would get a clear picture.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Feb 2011 16:31:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-material-savedata/m-p/7599172#M1568151</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-02-01T16:31:00Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_MATERIAL_SAVEDATA</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-material-savedata/m-p/7599173#M1568152</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Sekhar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hi. Thanks for your reply . I did  R&amp;amp;d and got the solution . I forgot  to close this thread.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Madhu.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Feb 2011 16:33:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-material-savedata/m-p/7599173#M1568152</guid>
      <dc:creator>madhu_vadlamani</dc:creator>
      <dc:date>2011-02-01T16:33:28Z</dc:date>
    </item>
  </channel>
</rss>

