<?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 creation through bapi_material_savedata extra views creating in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/material-creation-through-bapi-material-savedata-extra-views-creating/m-p/5446057#M1248690</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try by commenting the following in your bapi:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;STORAGELOCATIONDATA = bapi_mard1&lt;/P&gt;&lt;P&gt;STORAGELOCATIONDATAX = bapi_mardx&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thnx&lt;/P&gt;&lt;P&gt;Rohit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 07 Apr 2009 09:45:34 GMT</pubDate>
    <dc:creator>RahulKeshav</dc:creator>
    <dc:date>2009-04-07T09:45:34Z</dc:date>
    <item>
      <title>material creation through bapi_material_savedata extra views creating</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/material-creation-through-bapi-material-savedata-extra-views-creating/m-p/5446055#M1248688</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am Creating/Extending  Material through bapi_material_save data &lt;/P&gt;&lt;P&gt;for  the views Basic data 1,Basic data 2,Sales: Sales org. data 1,Sales: Sales org. data 2,Sales: General/Plant Data,Sales Text,Purchasing,MRP1,MRP2,MRP3,Accounting 1,Accounting 2&lt;/P&gt;&lt;P&gt;passing the below views only passing for bapi.&lt;/P&gt;&lt;P&gt;      bapi_head-material = material number.&lt;/P&gt;&lt;P&gt;      bapi_head-ind_sector = 'M'.&lt;/P&gt;&lt;P&gt;      bapi_head-matl_type = 'ZHAW'.&lt;/P&gt;&lt;P&gt;      bapi_head-basic_view = 'X'.&lt;/P&gt;&lt;P&gt;      bapi_head-sales_view = 'X'.&lt;/P&gt;&lt;P&gt;      bapi_head-purchase_view = 'X'.&lt;/P&gt;&lt;P&gt;      bapi_head-mrp_view   = 'X'.&lt;/P&gt;&lt;P&gt;      bapi_head-account_view = 'X'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*--- BAPI to create material&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             = bapi_head&lt;/P&gt;&lt;P&gt;          clientdata           = bapi_mara1&lt;/P&gt;&lt;P&gt;          CLIENTDATAX          = bapi_marax&lt;/P&gt;&lt;P&gt;          plantdata            = bapi_marc1&lt;/P&gt;&lt;P&gt;          PLANTDATAX           = bapi_marcx&lt;/P&gt;&lt;P&gt;          STORAGELOCATIONDATA  = bapi_mard1&lt;/P&gt;&lt;P&gt;          STORAGELOCATIONDATAX = bapi_mardx&lt;/P&gt;&lt;P&gt;          VALUATIONDATA        = bapi_mbew1&lt;/P&gt;&lt;P&gt;          VALUATIONDATAX       = bapi_mbewx&lt;/P&gt;&lt;P&gt;          salesdata            = bapi_mvke1&lt;/P&gt;&lt;P&gt;          salesdatax           = bapi_mvkex&lt;/P&gt;&lt;P&gt;        IMPORTING&lt;/P&gt;&lt;P&gt;          return               = bapi_return&lt;/P&gt;&lt;P&gt;        TABLES&lt;/P&gt;&lt;P&gt;          materialdescription  = it_makt&lt;/P&gt;&lt;P&gt;          taxclassifications   = it_tax.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;material creating  extra views   Plant Stock, Storage Location Stock views are creating.&lt;/P&gt;&lt;P&gt;how to eliminate these views.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Venkat.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Apr 2009 13:11:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/material-creation-through-bapi-material-savedata-extra-views-creating/m-p/5446055#M1248688</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-06T13:11:42Z</dc:date>
    </item>
    <item>
      <title>Re: material creation through bapi_material_savedata extra views creating</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/material-creation-through-bapi-material-savedata-extra-views-creating/m-p/5446056#M1248689</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;use degguer to trace out the data which u r passing. analyse in which structures the data is passing &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope it  will sovle u r problem&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;~linganna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Apr 2009 07:44:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/material-creation-through-bapi-material-savedata-extra-views-creating/m-p/5446056#M1248689</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-07T07:44:07Z</dc:date>
    </item>
    <item>
      <title>Re: material creation through bapi_material_savedata extra views creating</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/material-creation-through-bapi-material-savedata-extra-views-creating/m-p/5446057#M1248690</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try by commenting the following in your bapi:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;STORAGELOCATIONDATA = bapi_mard1&lt;/P&gt;&lt;P&gt;STORAGELOCATIONDATAX = bapi_mardx&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thnx&lt;/P&gt;&lt;P&gt;Rohit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Apr 2009 09:45:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/material-creation-through-bapi-material-savedata-extra-views-creating/m-p/5446057#M1248690</guid>
      <dc:creator>RahulKeshav</dc:creator>
      <dc:date>2009-04-07T09:45:34Z</dc:date>
    </item>
    <item>
      <title>Re: material creation through bapi_material_savedata extra views creating</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/material-creation-through-bapi-material-savedata-extra-views-creating/m-p/5446058#M1248691</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Venkat, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am facing same problem can u tell me how did you solve this problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Amresh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Oct 2010 06:05:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/material-creation-through-bapi-material-savedata-extra-views-creating/m-p/5446058#M1248691</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-10-14T06:05:14Z</dc:date>
    </item>
    <item>
      <title>Re: material creation through bapi_material_savedata extra views creating</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/material-creation-through-bapi-material-savedata-extra-views-creating/m-p/5446059#M1248692</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hii amresh&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;comment this part may be it will help it out for u&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;STORAGELOCATIONDATA = bapi_mard1&lt;/P&gt;&lt;P&gt;STORAGELOCATIONDATAX = bapi_mardx&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;bye&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Oct 2010 06:40:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/material-creation-through-bapi-material-savedata-extra-views-creating/m-p/5446059#M1248692</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-10-14T06:40:17Z</dc:date>
    </item>
  </channel>
</rss>

