<?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: updation of material data using a function module in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/updation-of-material-data-using-a-function-module/m-p/1392632#M190663</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;chk this thread:&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="1558066"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rgds,&lt;/P&gt;&lt;P&gt;latheesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 21 Jun 2006 15:06:41 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-06-21T15:06:41Z</dc:date>
    <item>
      <title>updation of material data using a function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/updation-of-material-data-using-a-function-module/m-p/1392630#M190661</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI&lt;/P&gt;&lt;P&gt;  i want to update fields in the mvke table,but the field is a Customer field in the table, not sap table field.i want to update the field using a program , not going to mm02. which function can i use for the updation.There is a function module MATERIAL_MAINTAIN_DARK for updation,will this funtion module update the customer fields also. Can anyone tell me about this function module and how to use this function module or MATERIAL_MAINTAIN_DARK.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Jun 2006 15:00:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/updation-of-material-data-using-a-function-module/m-p/1392630#M190661</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-21T15:00:10Z</dc:date>
    </item>
    <item>
      <title>Re: updation of material data using a function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/updation-of-material-data-using-a-function-module/m-p/1392631#M190662</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Using the function Module BAPI_MATERIAL_SAVEDATA , you can also update the custom fields.&lt;/P&gt;&lt;P&gt;This is the documentation for the extension fields:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Reference Structure for BAPI Parameters EXTENSIONIN/EXTENSIO&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Description&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    You use this structure to transfer the material's customer-defined&lt;/P&gt;&lt;P&gt;    fields. For information on transferring these fields, see the function&lt;/P&gt;&lt;P&gt;    module documentation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    Besides the table fields already defined, customer-defined table fields&lt;/P&gt;&lt;P&gt;    can also be supplied with data. Since these fields are created by the&lt;/P&gt;&lt;P&gt;    customer, they are known only during the runtime and must therefore be&lt;/P&gt;&lt;P&gt;    determined dynamically.&lt;/P&gt;&lt;P&gt;&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,&lt;/P&gt;&lt;P&gt;    MLGT, MVKE) and the relevant checkbox structures BAPI_TE_&amp;lt;NAME&amp;gt; (&amp;lt;NAME&amp;gt;&lt;/P&gt;&lt;P&gt;    = MARAX, etc.) must first be extended by the customer to include the&lt;/P&gt;&lt;P&gt;    fields required. The standard structures contain only the corresponding&lt;/P&gt;&lt;P&gt;    key fields. When including new fields in these structures, make sure&lt;/P&gt;&lt;P&gt;    that the field has the same name as the field in the database table. In&lt;/P&gt;&lt;P&gt;    addition, the fields in the structures BAPI_TE_&amp;lt;NAME&amp;gt; may only be of the&lt;/P&gt;&lt;P&gt;    type CHARACTER. The data element BAPIUPDATE must be used for the fields&lt;/P&gt;&lt;P&gt;    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&lt;/P&gt;&lt;P&gt;    data to the method. The field STRUCTURE contains the name of the&lt;/P&gt;&lt;P&gt;    structure (for example, BAPI_TE_MARA or BAPI_TE_MARAX) used to identify&lt;/P&gt;&lt;P&gt;    the work area (for example, WA_BAPI_TE_MARA or WA_BAPI_TE_MARAX) to&lt;/P&gt;&lt;P&gt;    which the data is transferred. The remaining fields for the parameter&lt;/P&gt;&lt;P&gt;    EXTENSIONIN or EXTENSIONINX contain the data for the key fields (for&lt;/P&gt;&lt;P&gt;    example, the material number) and the data for the customer-defined&lt;/P&gt;&lt;P&gt;    fields. The number of characters reserved in the two parameters for the&lt;/P&gt;&lt;P&gt;    content of a customer-defined field must be the same as the number of&lt;/P&gt;&lt;P&gt;    characters for the corresponding work area field. If the number of&lt;/P&gt;&lt;P&gt;characters required is smaller, the remaining characters in the two&lt;/P&gt;&lt;P&gt;parameters must be filled with blanks. Only then may the content of&lt;/P&gt;&lt;P&gt;another field be transferred. Here too, remember that the data is&lt;/P&gt;&lt;P&gt;written to the database only if the corresponding indicator has been set&lt;/P&gt;&lt;P&gt;in the work area.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;ravi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Jun 2006 15:06:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/updation-of-material-data-using-a-function-module/m-p/1392631#M190662</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-21T15:06:39Z</dc:date>
    </item>
    <item>
      <title>Re: updation of material data using a function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/updation-of-material-data-using-a-function-module/m-p/1392632#M190663</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;chk this thread:&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="1558066"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rgds,&lt;/P&gt;&lt;P&gt;latheesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Jun 2006 15:06:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/updation-of-material-data-using-a-function-module/m-p/1392632#M190663</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-21T15:06:41Z</dc:date>
    </item>
  </channel>
</rss>

