<?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/7841009#M1590919</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;P&gt;&amp;gt; I am using the BAPI 'BAPI_MATERIAL_SAVEDATA' to change the Material.&lt;/P&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;P&gt;&amp;gt; I want to update the the field SSTUF of MVKE table, can anyone help me under which field to BAPI  I need to pass this to update the table MVKE-SSTUF.&lt;/P&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;P&gt;&amp;gt; this SSTUF is avilable in MM03 under tab SALES: SALES ORG. 1 (UNDER GENERAL DATA   'Prc Extrct Tier')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Most of the standard BAPI provide interface to take care of customer fields. These parameters are named as EXTENTIONIN , if the BAPI is meant to save data, and EXTENTIONOUT, if the BAPI is meant to retrieve data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try this-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Extend BAPI_TE_MVKE by appending your structure/ fields.&lt;/P&gt;&lt;P&gt;2. Create a corresponding append structure for appending to BAPI_TE_MVKEX.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note: The field names should be exactly same but the data element should be BAPIUPDATE (CHAR1)&lt;/P&gt;&lt;P&gt;3. Maintain an entry in T130F table for each field and the fields T130F-PSTAT (Maintenance status) and T130F-SFGRU (Special field selection group).&lt;/P&gt;&lt;P&gt;To do this, go to SPRO&amp;gt; Logistics- General&amp;gt;Material Master&amp;gt; Field Selection&amp;gt; Assign Fields to Field Selection Groups.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4. Save the data and come back to the previous screen. Assign the selection group for this field.&lt;/P&gt;&lt;P&gt;Repeat this for the entire field for which we want the BAPI to work for. This step will complete the customization required for the BAPI to work.&lt;/P&gt;&lt;P&gt;5. Now call the BAPI_MATERIAL_SAVEDATA to update the your fields under EXTENTIONIN and EXTENTIONOUT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Happy Troubleshooting!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 10 May 2011 13:03:55 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2011-05-10T13:03:55Z</dc:date>
    <item>
      <title>BAPI_MATERIAL_SAVEDATA</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-material-savedata/m-p/7841005#M1590915</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;I am using the BAPI 'BAPI_MATERIAL_SAVEDATA' to change the Material.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to update the the field SSTUF of MVKE table, can anyone help me under which field to BAPI  I need to pass this to update the table MVKE-SSTUF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this SSTUF is avilable in MM03 under tab SALES: SALES ORG. 1 (UNDER GENERAL DATA   'Prc Extrct Tier')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: chand_100 on May 10, 2011 1:15 PM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: chand_100 on May 10, 2011 1:23 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 May 2011 11:12:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-material-savedata/m-p/7841005#M1590915</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-05-10T11:12:10Z</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/7841006#M1590916</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;Structure MWLI_DAT is not yet included in BAPI_MVKE from Sales data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sriram&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 May 2011 11:39:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-material-savedata/m-p/7841006#M1590916</guid>
      <dc:creator>venkatasriram_mygapula</dc:creator>
      <dc:date>2011-05-10T11:39:33Z</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/7841007#M1590917</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes correct, but how to overcome this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Because the present program is in PRD from years, now they came saying they want to update the field SSTUF along with other fields.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 May 2011 12:07:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-material-savedata/m-p/7841007#M1590917</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-05-10T12:07:31Z</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/7841008#M1590918</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;pleae check BAPI_ASSORTMENT_MAINTAINDATA .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(BAPIE1WRS6-ASSORT_LEV)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Klaus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 May 2011 12:16:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-material-savedata/m-p/7841008#M1590918</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-05-10T12:16:57Z</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/7841009#M1590919</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;P&gt;&amp;gt; I am using the BAPI 'BAPI_MATERIAL_SAVEDATA' to change the Material.&lt;/P&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;P&gt;&amp;gt; I want to update the the field SSTUF of MVKE table, can anyone help me under which field to BAPI  I need to pass this to update the table MVKE-SSTUF.&lt;/P&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;P&gt;&amp;gt; this SSTUF is avilable in MM03 under tab SALES: SALES ORG. 1 (UNDER GENERAL DATA   'Prc Extrct Tier')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Most of the standard BAPI provide interface to take care of customer fields. These parameters are named as EXTENTIONIN , if the BAPI is meant to save data, and EXTENTIONOUT, if the BAPI is meant to retrieve data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try this-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Extend BAPI_TE_MVKE by appending your structure/ fields.&lt;/P&gt;&lt;P&gt;2. Create a corresponding append structure for appending to BAPI_TE_MVKEX.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note: The field names should be exactly same but the data element should be BAPIUPDATE (CHAR1)&lt;/P&gt;&lt;P&gt;3. Maintain an entry in T130F table for each field and the fields T130F-PSTAT (Maintenance status) and T130F-SFGRU (Special field selection group).&lt;/P&gt;&lt;P&gt;To do this, go to SPRO&amp;gt; Logistics- General&amp;gt;Material Master&amp;gt; Field Selection&amp;gt; Assign Fields to Field Selection Groups.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4. Save the data and come back to the previous screen. Assign the selection group for this field.&lt;/P&gt;&lt;P&gt;Repeat this for the entire field for which we want the BAPI to work for. This step will complete the customization required for the BAPI to work.&lt;/P&gt;&lt;P&gt;5. Now call the BAPI_MATERIAL_SAVEDATA to update the your fields under EXTENTIONIN and EXTENTIONOUT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Happy Troubleshooting!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 May 2011 13:03:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-material-savedata/m-p/7841009#M1590919</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-05-10T13:03:55Z</dc:date>
    </item>
  </channel>
</rss>

