<?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: Regarding BAPI_MATERIAL_SAVEDATA in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-bapi-material-savedata/m-p/5684640#M1291997</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;gwa_bapi_headata-material = 'KM657480G07'.&lt;/P&gt;&lt;P&gt;gwa_bapi_marc-plant = 'KOU'.&lt;/P&gt;&lt;P&gt;gwa_bapi_marcx-plant = 'KOU'.&lt;/P&gt;&lt;P&gt;gwa_bapi_mard-del_flag = 'X'.&lt;/P&gt;&lt;P&gt;gwa_bapi_mardx-del_flag = 'X'.&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             = gwa_bapi_headata&lt;/P&gt;&lt;P&gt;    plantdata            = gwa_bapi_marc&lt;/P&gt;&lt;P&gt;    plantdatax           = gwa_bapi_marcx&lt;/P&gt;&lt;P&gt;    storagelocationdata  = gwa_bapi_mard&lt;/P&gt;&lt;P&gt;    storagelocationdatax = gwa_bapi_mardx&lt;/P&gt;&lt;P&gt;  IMPORTING&lt;/P&gt;&lt;P&gt;    return               = gv_bapimsg.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;IF sy-subrc EQ 0.&lt;/P&gt;&lt;P&gt;  CALL FUNCTION 'BAPI_TRANSACTION_COMMIT'&lt;/P&gt;&lt;P&gt;    EXPORTING&lt;/P&gt;&lt;P&gt;      wait   = space&lt;/P&gt;&lt;P&gt;    IMPORTING&lt;/P&gt;&lt;P&gt;      return = gv_return1.&lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is what I have done till now.......&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 10 Jun 2009 14:21:38 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-06-10T14:21:38Z</dc:date>
    <item>
      <title>Regarding BAPI_MATERIAL_SAVEDATA</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-bapi-material-savedata/m-p/5684630#M1291987</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gurus,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  I am getting this error message while using BAPI_MATERIAL_SAVEDATA :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;     &lt;STRONG&gt;" Key fields for user data PLANTDATA and checkbox structure PLANTDATAX are different "&lt;/STRONG&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Can anyone please tell me, what are the fields am I missing ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; I am passing only PLANT as of now.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Chandan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Jun 2009 13:00:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-bapi-material-savedata/m-p/5684630#M1291987</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-10T13:00:48Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding BAPI_MATERIAL_SAVEDATA</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-bapi-material-savedata/m-p/5684631#M1291988</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;DB after the successful call of the FB 'BAPI_MATERIAL_SAVEDATA'.&lt;/P&gt;&lt;P&gt;Something like that:&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;PLANTDATA = BAPI_MARc&lt;/P&gt;&lt;P&gt;PLANTDATAX = BAPI_MARcx&lt;/P&gt;&lt;P&gt;IMPORTING&lt;/P&gt;&lt;P&gt;RETURN = IT_RETURN2&lt;/P&gt;&lt;P&gt;TABLES&lt;/P&gt;&lt;P&gt;MATERIALDESCRIPTION = IT_MATERIALDESC&lt;/P&gt;&lt;P&gt;EXTENSIONIN = IT_BAPIPAREX&lt;/P&gt;&lt;P&gt;EXTENSIONINX = IT_BAPIPAREXX.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF SY-SUBRC EQ 0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;UPDATE MARA SET ZZFORST = '0000704148'&lt;/P&gt;&lt;P&gt;WHERE MATNR = IT_MATERIAL_NUMBER-MATERIAL.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BAPI_MATERIAL_SAVEDATA you have table prameters&lt;/P&gt;&lt;P&gt;EXTENSIONIN&lt;/P&gt;&lt;P&gt;EXTENSIONINX&lt;/P&gt;&lt;P&gt;read the documentation on these two parameters.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After your BAPI call ,call this BAPI BAPI_TRANSACTION_COMMIT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; if not IT_RETURN2[] is intial.&lt;/P&gt;&lt;P&gt; loop at it_return2 where TYPE = 'S'.&lt;/P&gt;&lt;P&gt; call function 'BAPI_TRANSACTION_COMMIT'.&lt;/P&gt;&lt;P&gt; exit.&lt;/P&gt;&lt;P&gt; endloop.&lt;/P&gt;&lt;P&gt;  endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please check the below link.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;go thru the sample also&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sap-img.com/abap/bapi-to-copy-materials-from-one-plant-to-another.htm" target="test_blank"&gt;http://www.sap-img.com/abap/bapi-to-copy-materials-from-one-plant-to-another.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Pugal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Jun 2009 13:10:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-bapi-material-savedata/m-p/5684631#M1291988</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-10T13:10:56Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding BAPI_MATERIAL_SAVEDATA</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-bapi-material-savedata/m-p/5684632#M1291989</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;have you also set an X in the appropiate field which you fill in plantdata for the plantdatax structure ??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;kind regards&lt;/P&gt;&lt;P&gt;arthur&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Jun 2009 13:11:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-bapi-material-savedata/m-p/5684632#M1291989</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-10T13:11:11Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding BAPI_MATERIAL_SAVEDATA</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-bapi-material-savedata/m-p/5684633#M1291990</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yeah, what I did is like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;gwa_bapi_headata-material = 'KM657480G07'.
gwa_bapi_marc-plant = 'KOU'.
gwa_bapi_marcx-plant = 'X'.
gwa_bapi_mard-del_flag = 'X'.
gwa_bapi_mardx-del_flag = 'X'.

CALL FUNCTION 'BAPI_MATERIAL_SAVEDATA'
  EXPORTING
    headdata             = gwa_bapi_headata
    plantdata            = gwa_bapi_marc
    plantdatax           = gwa_bapi_marcx
    storagelocationdata  = gwa_bapi_mard
    storagelocationdatax = gwa_bapi_mardx
  IMPORTING
    return               = gv_bapimsg.

IF sy-subrc EQ 0.
  CALL FUNCTION 'BAPI_TRANSACTION_COMMIT'
    EXPORTING
      wait   = space
    IMPORTING
      return = gv_return1.
ENDIF.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now tell me , did I miss anything ? I only need to pass this many fields only.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If at all I am passing gwa_bapi_marcx-plant = 'KOU', then I am getting the following error.&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;Field WERKS has been transferred inconsistently or is blank&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Chandan&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: chandan sinha on Jun 10, 2009 3:20 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Jun 2009 13:14:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-bapi-material-savedata/m-p/5684633#M1291990</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-10T13:14:24Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding BAPI_MATERIAL_SAVEDATA</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-bapi-material-savedata/m-p/5684634#M1291991</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;for the keyfield the x structure has to be provided with the same value&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;gwa_bapi_marc-plant = 'KOU'.&lt;/P&gt;&lt;P&gt;gwa_bapi_marcx-plant = 'KOU'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;kind regards&lt;/P&gt;&lt;P&gt;arthur&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Jun 2009 13:30:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-bapi-material-savedata/m-p/5684634#M1291991</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-10T13:30:48Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding BAPI_MATERIAL_SAVEDATA</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-bapi-material-savedata/m-p/5684635#M1291992</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If at all I am passing gwa_bapi_marcx-plant = 'KOU', then I am getting the following error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Field WERKS has been transferred inconsistently or is blank&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Jun 2009 13:32:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-bapi-material-savedata/m-p/5684635#M1291992</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-10T13:32:10Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding BAPI_MATERIAL_SAVEDATA</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-bapi-material-savedata/m-p/5684636#M1291993</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you also have to provide it with mard&lt;/P&gt;&lt;P&gt;gwa_bapi_mard = 'bla'&lt;/P&gt;&lt;P&gt;gwa_bapi_mardx = 'bla'&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Jun 2009 13:33:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-bapi-material-savedata/m-p/5684636#M1291993</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-10T13:33:59Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding BAPI_MATERIAL_SAVEDATA</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-bapi-material-savedata/m-p/5684637#M1291994</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;and ofcourse the storagelocation in mard&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Jun 2009 13:34:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-bapi-material-savedata/m-p/5684637#M1291994</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-10T13:34:36Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding BAPI_MATERIAL_SAVEDATA</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-bapi-material-savedata/m-p/5684638#M1291995</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;But the error is with the Plant data structure.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Moreover I am passing same values  to MARD structure.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;"Field WERKS has been transferred inconsistently or is blank"&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Jun 2009 13:47:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-bapi-material-savedata/m-p/5684638#M1291995</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-10T13:47:28Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding BAPI_MATERIAL_SAVEDATA</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-bapi-material-savedata/m-p/5684639#M1291996</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;can you post you're last coding again ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Jun 2009 14:19:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-bapi-material-savedata/m-p/5684639#M1291996</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-10T14:19:56Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding BAPI_MATERIAL_SAVEDATA</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-bapi-material-savedata/m-p/5684640#M1291997</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;gwa_bapi_headata-material = 'KM657480G07'.&lt;/P&gt;&lt;P&gt;gwa_bapi_marc-plant = 'KOU'.&lt;/P&gt;&lt;P&gt;gwa_bapi_marcx-plant = 'KOU'.&lt;/P&gt;&lt;P&gt;gwa_bapi_mard-del_flag = 'X'.&lt;/P&gt;&lt;P&gt;gwa_bapi_mardx-del_flag = 'X'.&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             = gwa_bapi_headata&lt;/P&gt;&lt;P&gt;    plantdata            = gwa_bapi_marc&lt;/P&gt;&lt;P&gt;    plantdatax           = gwa_bapi_marcx&lt;/P&gt;&lt;P&gt;    storagelocationdata  = gwa_bapi_mard&lt;/P&gt;&lt;P&gt;    storagelocationdatax = gwa_bapi_mardx&lt;/P&gt;&lt;P&gt;  IMPORTING&lt;/P&gt;&lt;P&gt;    return               = gv_bapimsg.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;IF sy-subrc EQ 0.&lt;/P&gt;&lt;P&gt;  CALL FUNCTION 'BAPI_TRANSACTION_COMMIT'&lt;/P&gt;&lt;P&gt;    EXPORTING&lt;/P&gt;&lt;P&gt;      wait   = space&lt;/P&gt;&lt;P&gt;    IMPORTING&lt;/P&gt;&lt;P&gt;      return = gv_return1.&lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is what I have done till now.......&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Jun 2009 14:21:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-bapi-material-savedata/m-p/5684640#M1291997</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-10T14:21:38Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding BAPI_MATERIAL_SAVEDATA</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-bapi-material-savedata/m-p/5684641#M1291998</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ps what is it you want to do with the data ?? you pass a marc plant but for the rest you do nothing with any data of the plant.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you have also not completed the mard structure with the werks and storagelocation but you pass a delete field to it which is not correct if you don't fill the werks and storagelocation in both structures &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;kind regards&lt;/P&gt;&lt;P&gt;arthur&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Jun 2009 14:25:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-bapi-material-savedata/m-p/5684641#M1291998</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-10T14:25:40Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding BAPI_MATERIAL_SAVEDATA</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-bapi-material-savedata/m-p/5684642#M1291999</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a lot,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now I am passing Plant to MARD Structure, but then still it is giving error for Storage Location, which I don't need to pass.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what should I do now ? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Latest Error: &lt;STRONG&gt;Field LGORT has been transferred inconsistently or is blank&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Moreover: Can't I update an already existing entry in the table ? Like I want to update only one field of the complete entry in MARD, is it possible? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am asking because BAPI is throwing error : &lt;STRONG&gt;Material already exist or extended&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: chandan sinha on Jun 11, 2009 7:49 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Jun 2009 05:30:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-bapi-material-savedata/m-p/5684642#M1291999</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-11T05:30:23Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding BAPI_MATERIAL_SAVEDATA</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-bapi-material-savedata/m-p/5684643#M1292000</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;what do you mean I don't have to pass ?  you NEED to pass it if you have storagelocation data !!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can you please explain how you can have storagelocation data from a material without storage ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you want to delete records from mard so they have a storage location otherwise there would ne no records at all&lt;/P&gt;&lt;P&gt;if you have multiple storage locations then you have to delete every record individually with this bapi &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;kind regards&lt;/P&gt;&lt;P&gt;arthur&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: A. de Smidt on Jun 11, 2009 8:58 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Jun 2009 06:57:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-bapi-material-savedata/m-p/5684643#M1292000</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-11T06:57:26Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding BAPI_MATERIAL_SAVEDATA</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-bapi-material-savedata/m-p/5684644#M1292001</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Agreed Arthur, I am passing storage location to that structure.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now after doing that, I am facing this problem&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can't I update an already existing entry in the table ? Like I want to update only one field of the complete entry in MARD, is it possible?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am asking because BAPI is throwing error : &lt;STRONG&gt;Material already exist or extended&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Jun 2009 07:01:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-bapi-material-savedata/m-p/5684644#M1292001</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-11T07:01:01Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding BAPI_MATERIAL_SAVEDATA</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-bapi-material-savedata/m-p/5684645#M1292002</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Chandan,&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;LOOP AT  it_tab INTO wa_tab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    wa_head-material          = wa_tab-matnr.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    wa_head-ind_sector        = wa_tab-mbrsh.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    wa_head-matl_type         = wa_tab-mtart.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    wa_head-basic_view        = wa_tab-basic_view.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    wa_head-sales_view        = wa_tab-sales_view.&lt;/P&gt;&lt;P&gt;    wa_head-purchase_view     = wa_tab-purchase_view.&lt;/P&gt;&lt;P&gt;    wa_head-mrp_view          = wa_tab-mrp_view.&lt;/P&gt;&lt;P&gt;    wa_head-work_sched_view   = wa_tab-work_sched_view.&lt;/P&gt;&lt;P&gt;    wa_head-warehouse_view    = wa_tab-warehouse_view.&lt;/P&gt;&lt;P&gt;    wa_head-quality_view      = wa_tab-quality_view.&lt;/P&gt;&lt;P&gt;    wa_head-account_view      = wa_tab-account_view.&lt;/P&gt;&lt;P&gt;    wa_head-cost_view         = wa_tab-cost_view.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    wa_marc-loadinggrp        = wa_tab-ladgr.&lt;/P&gt;&lt;P&gt;    wa_marc-pur_group         = wa_tab-ekgrp.&lt;/P&gt;&lt;P&gt;    wa_marc-gr_pr_time        = wa_tab-webaz.&lt;/P&gt;&lt;P&gt;    wa_marc-mrp_type          = wa_tab-dismm.&lt;/P&gt;&lt;P&gt;    wa_marc-reorder_pt        = wa_tab-minbe.&lt;/P&gt;&lt;P&gt;    wa_marc-mrp_ctrler        = wa_tab-dispo.&lt;/P&gt;&lt;P&gt;    wa_marc-lotsizekey        = wa_tab-disls.&lt;/P&gt;&lt;P&gt;    wa_marc-proc_type         = wa_tab-beskz.&lt;/P&gt;&lt;P&gt;    wa_marc-spproctype        = wa_tab-sobsl.&lt;/P&gt;&lt;P&gt;    wa_marc-sm_key            = wa_tab-fhori.&lt;/P&gt;&lt;P&gt;    wa_marc-plnd_delry        = wa_tab-plifz.&lt;/P&gt;&lt;P&gt;    wa_marc-qm_authgrp        = wa_tab-qmata.&lt;/P&gt;&lt;P&gt;    wa_marc-profit_ctr        = wa_tab-prctr.&lt;/P&gt;&lt;P&gt;    wa_marc-prodprof          = wa_tab-sfcpf.&lt;/P&gt;&lt;P&gt;    wa_marc-serno_prof        = wa_tab-sernp.&lt;/P&gt;&lt;P&gt;    wa_marc-iss_st_loc        = wa_tab-lgpro.&lt;/P&gt;&lt;P&gt;    wa_marc-plant             = wa_tab-werks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    wa_marcx-loadinggrp        = 'X'.&lt;/P&gt;&lt;P&gt;    wa_marcx-pur_group         = 'X'.&lt;/P&gt;&lt;P&gt;    wa_marcx-gr_pr_time        = 'X'.&lt;/P&gt;&lt;P&gt;    wa_marcx-mrp_type          = 'X'.&lt;/P&gt;&lt;P&gt;    wa_marcx-reorder_pt        = 'X'.&lt;/P&gt;&lt;P&gt;    wa_marcx-mrp_ctrler        = 'X'.&lt;/P&gt;&lt;P&gt;    wa_marcx-lotsizekey        = 'X'.&lt;/P&gt;&lt;P&gt;    wa_marcx-proc_type         = 'X'.&lt;/P&gt;&lt;P&gt;    wa_marcx-spproctype        = 'X'.&lt;/P&gt;&lt;P&gt;    wa_marcx-sm_key            = 'X'.&lt;/P&gt;&lt;P&gt;    wa_marcx-plnd_delry        = 'X'.&lt;/P&gt;&lt;P&gt;    wa_marcx-qm_authgrp        = 'X'.&lt;/P&gt;&lt;P&gt;    wa_marcx-profit_ctr        = 'X'.&lt;/P&gt;&lt;P&gt;    wa_marcx-prodprof          = 'X'.&lt;/P&gt;&lt;P&gt;    wa_marcx-serno_prof        = 'X'.&lt;/P&gt;&lt;P&gt;    wa_marcx-iss_st_loc        = 'X'.&lt;/P&gt;&lt;P&gt;    wa_marcx-plant             = wa_tab-werks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;   wa_mard-stge_loc          = wa_tab-lgort.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;    wa_mardx-stge_loc         = wa_tab-lgort.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;   wa_mlgn-whse_no           = wa_tab-lgnum.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;    wa_mlgnx-whse_no          = wa_tab-lgnum.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    wa_mara-base_uom          = wa_tab-meins.&lt;/P&gt;&lt;P&gt;    wa_mara-base_uom_iso      = wa_tab-meins.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;   wa_mara-base_uom_iso      = 'EA'.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;    wa_marax-base_uom_iso     = 'X'.&lt;/P&gt;&lt;P&gt;    wa_mara-matl_group        = wa_tab-matkl.&lt;/P&gt;&lt;P&gt;    wa_marax-matl_group       = 'X'.&lt;/P&gt;&lt;P&gt;    wa_mara-extmatlgrp        = wa_tab-extwg.&lt;/P&gt;&lt;P&gt;    wa_mara-catprofile        = wa_tab-rbnrm.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    wa_mbew-val_area          = wa_tab-werks.&lt;/P&gt;&lt;P&gt;    wa_mbew-val_class         = wa_tab-bklas.&lt;/P&gt;&lt;P&gt;    wa_mbew-price_ctrl        = wa_tab-vprsv.&lt;/P&gt;&lt;P&gt;    wa_mbew-price_unit        = wa_tab-peinh.&lt;/P&gt;&lt;P&gt;    wa_mbew-moving_pr         = wa_tab-verpr.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    wa_mbewx-val_area          = wa_tab-werks.&lt;/P&gt;&lt;P&gt;    wa_mbewx-val_class         = 'X'.&lt;/P&gt;&lt;P&gt;    wa_mbewx-price_ctrl        = 'X'.&lt;/P&gt;&lt;P&gt;    wa_mbewx-price_unit        = 'X'.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;   wa_mbewx-moving_pr         = 'X'.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    wa_makt-langu             = sy-langu.&lt;/P&gt;&lt;P&gt;    wa_makt-matl_desc         =  wa_tab-maktx.&lt;/P&gt;&lt;P&gt;    APPEND wa_makt TO it_makt.&lt;/P&gt;&lt;P&gt;&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                  = wa_head&lt;/P&gt;&lt;P&gt;       clientdata                 = wa_mara&lt;/P&gt;&lt;P&gt;       clientdatax                = wa_marax&lt;/P&gt;&lt;P&gt;       plantdata                  = wa_marc&lt;/P&gt;&lt;P&gt;       plantdatax                 = wa_marcx&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;      storagelocationdata        = wa_mard&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;       storagelocationdatax       = wa_mardx&lt;/P&gt;&lt;P&gt;       valuationdata              = wa_mbew&lt;/P&gt;&lt;P&gt;       valuationdatax             = wa_mbewx&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;      warehousenumberdata        = wa_mlgn&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;       warehousenumberdatax       = wa_mlgnx&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;     SALESDATA                  =&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;     IMPORTING&lt;/P&gt;&lt;P&gt;       return                     = wa_return&lt;/P&gt;&lt;P&gt;     TABLES&lt;/P&gt;&lt;P&gt;       materialdescription        = it_makt.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    CALL FUNCTION 'BAPI_TRANSACTION_COMMIT'.&lt;/P&gt;&lt;P&gt;    APPEND wa_return TO it_return.&lt;/P&gt;&lt;P&gt;    CLEAR:wa_return.&lt;/P&gt;&lt;P&gt;    CLEAR: wa_head,wa_marc,wa_mard,wa_mlgn,wa_mara,wa_makt,wa_mbew.&lt;/P&gt;&lt;P&gt;    REFRESH: it_makt.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Rasheed salman on Jun 11, 2009 10:08 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Jun 2009 08:08:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-bapi-material-savedata/m-p/5684645#M1292002</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-11T08:08:19Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding BAPI_MATERIAL_SAVEDATA</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-bapi-material-savedata/m-p/5684646#M1292003</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;can you perhaps post the new code again so I can verify what you try to do ??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and if you want to change things in the storage view you also have to set the view on in the headdata&lt;/P&gt;&lt;P&gt;gwa_bapi_headata-storage_view = 'X'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and for the sales view&lt;/P&gt;&lt;P&gt;gwa_bapi_headata-sales_view = 'X'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and ofcourse not to forget the basic view&lt;/P&gt;&lt;P&gt;gwa_bapi_headata-basic_view ='X'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm not sure if this was necessary but I have it in my programm set this way.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;kind regards&lt;/P&gt;&lt;P&gt;arthur&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: A. de Smidt on Jun 11, 2009 11:25 AM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: A. de Smidt on Jun 11, 2009 11:29 AM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: A. de Smidt on Jun 11, 2009 11:30 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Jun 2009 09:24:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-bapi-material-savedata/m-p/5684646#M1292003</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-11T09:24:37Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding BAPI_MATERIAL_SAVEDATA</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-bapi-material-savedata/m-p/5684647#M1292004</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sure&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please find the latest code below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;DATA: gwa_bapi_headata LIKE bapimathead,
      gwa_bapi_mard    LIKE bapi_mard,
      gwa_bapi_mardx   LIKE bapi_mardx,
      gwa_bapi_marc    LIKE bapi_marc,
      gwa_bapi_marcx   LIKE bapi_marcx.

DATA: gv_bapimsg  LIKE bapiret2,
      gv_return1  LIKE bapiret2.


gwa_bapi_headata-material = 'KM276449'.
gwa_bapi_headata-basic_view = 'X'.
gwa_bapi_headata-storage_view = 'X'.
gwa_bapi_headata-mrp_view = 'X'.
gwa_bapi_marc-plant = 'KNES'.
gwa_bapi_marcx-plant = 'KNES'.
gwa_bapi_mard-plant = 'KNES'.
gwa_bapi_mardx-plant = 'KNES'.
gwa_bapi_mard-stge_loc = 'SG00'.
gwa_bapi_mardx-stge_loc = 'SG00'.
gwa_bapi_mard-del_flag = 'X'.
gwa_bapi_mardx-del_flag = 'X'.

CALL FUNCTION 'BAPI_MATERIAL_SAVEDATA'
  EXPORTING
    headdata             = gwa_bapi_headata
    plantdata            = gwa_bapi_marc
    plantdatax           = gwa_bapi_marcx
    storagelocationdata  = gwa_bapi_mard
    storagelocationdatax = gwa_bapi_mardx
  IMPORTING
    return               = gv_bapimsg.

IF sy-subrc EQ 0.
  CALL FUNCTION 'BAPI_TRANSACTION_COMMIT'
    EXPORTING
      wait   = space
    IMPORTING
      return = gv_return1.
ENDIF.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Still I am getting the same Old error i.e. &lt;STRONG&gt;Material already created or extended&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kindly Help&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Jun 2009 09:52:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-bapi-material-savedata/m-p/5684647#M1292004</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-11T09:52:47Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding BAPI_MATERIAL_SAVEDATA</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-bapi-material-savedata/m-p/5684648#M1292005</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;is it a error or an message ? not everything in the returntable is an error &lt;/P&gt;&lt;P&gt;it can also give the confirmation message that the article is extended&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thhe best way to know is to do a bapi transaction commit and see if the mard record gets the delete &lt;/P&gt;&lt;P&gt;status&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and why have you set the mrp view ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;kind regards&lt;/P&gt;&lt;P&gt;arthur&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: A. de Smidt on Jun 11, 2009 12:07 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Jun 2009 10:07:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-bapi-material-savedata/m-p/5684648#M1292005</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-11T10:07:07Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding BAPI_MATERIAL_SAVEDATA</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-bapi-material-savedata/m-p/5684649#M1292006</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a Lot...Arthur&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Problem Solved.....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Jun 2009 10:13:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-bapi-material-savedata/m-p/5684649#M1292006</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-11T10:13:32Z</dc:date>
    </item>
  </channel>
</rss>

