<?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 BAPI_MATERIAL_SAVEDATA with custom field in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-material-savedata-with-custom-field/m-p/6463019#M1415821</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Colleagues,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We have added custom fields to MARA and MARC, is it possible to update them with this bapi? We are on an ECC 6.0 system and would prefer not to do a BDC/Call Transaction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 04 Jan 2010 23:29:28 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-01-04T23:29:28Z</dc:date>
    <item>
      <title>BAPI_MATERIAL_SAVEDATA with custom field</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-material-savedata-with-custom-field/m-p/6463019#M1415821</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Colleagues,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We have added custom fields to MARA and MARC, is it possible to update them with this bapi? We are on an ECC 6.0 system and would prefer not to do a BDC/Call Transaction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Jan 2010 23:29:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-material-savedata-with-custom-field/m-p/6463019#M1415821</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-01-04T23:29:28Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_MATERIAL_SAVEDATA with custom field</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-material-savedata-with-custom-field/m-p/6463020#M1415822</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ted , &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;We have added custom fields to MARA and MARC, is it possible to update them with this bapi?&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes , it is possible to update it . You should find the bapi and you need to check that parameters are based on MARA and MARC. So , your field will be included in the parameters .Hence, you can update it with other fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Jan 2010 03:24:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-material-savedata-with-custom-field/m-p/6463020#M1415822</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-01-05T03:24:34Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_MATERIAL_SAVEDATA with custom field</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-material-savedata-with-custom-field/m-p/6463021#M1415823</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;chk this thread..may be useful.&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_thread" href="https://community.sap.com/" __jive_macro_name="thread" modifiedtitle="true" __default_attr="1266904"&gt;&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Jan 2010 03:26:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-material-savedata-with-custom-field/m-p/6463021#M1415823</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-01-05T03:26:28Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_MATERIAL_SAVEDATA with custom field</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-material-savedata-with-custom-field/m-p/6463022#M1415824</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;use extensionin and extensioninx  table in BAPI(check the documentation of BAPI).&lt;/P&gt;&lt;P&gt;wa_extensionin-STRUCTURE = 'BAPI_TE_&amp;lt;NAME&amp;gt;'.&lt;/P&gt;&lt;P&gt;wa_extension-VALUEPART1 = wa_ext.&lt;/P&gt;&lt;P&gt;wa_ext has the 'BAPI_TE_&amp;lt;NAME&amp;gt; structure.&lt;/P&gt;&lt;P&gt;Besides the table fields already defined, customer-defined table fields can also be supplied with data. Since these fields are created by the customer, they are known only during the runtime and must therefore be determined dynamically.&lt;/P&gt;&lt;P&gt;The structures BAPI_TE_&amp;lt;NAME&amp;gt; (&amp;lt;NAME&amp;gt; = MARA, MARC, MARD, MBEW, MLGN, MLGT, MVKE) and the relevant checkbox structures BAPI_TE_&amp;lt;NAME&amp;gt; (&amp;lt;NAME&amp;gt; = MARAX, etc.) must first be extended by the customer to include the fields required. The standard structures contain only the corresponding key fields. When including new fields in these structures, make sure that the field has the same name as the field in the database table. In addition, the fields in the structures BAPI_TE_&amp;lt;NAME&amp;gt; may only be of the type CHARACTER. The data element BAPIUPDATE must be used for the fields in the checkbox structure (except for key fields).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The two parameters EXTENSIONIN and EXTENSIONINX are used to transfer the data to the method. The field STRUCTURE contains the name of the structure (for example, BAPI_TE_MARA or BAPI_TE_MARAX) used to identify the work area (for example, WA_BAPI_TE_MARA or WA_BAPI_TE_MARAX) to which the data is transferred. The remaining fields for the parameter EXTENSIONIN or EXTENSIONINX contain the data for the key fields (for example, the material number) and the data for the customer-defined fields. The number of characters reserved in the two parameters for the content of a customer-defined field must be the same as the number of characters for the corresponding work area field. If the number of characters required is smaller, the remaining characters in the two parameters must be filled with blanks. Only then may the content of another field be transferred. Here too, remember that the data is written to the database only if the corresponding indicator has been set in the work area.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Manesh.R&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Jan 2010 06:39:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-material-savedata-with-custom-field/m-p/6463022#M1415824</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-01-05T06:39:29Z</dc:date>
    </item>
  </channel>
</rss>

