<?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 - Extending table in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-material-savedata-extending-table/m-p/1337686#M171232</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No, it's a standard field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It's the same solution?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Salvatore&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 06 Jun 2006 10:57:37 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-06-06T10:57:37Z</dc:date>
    <item>
      <title>BAPI_MATERIAL_SAVEDATA - Extending table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-material-savedata-extending-table/m-p/1337684#M171230</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 have to populate EXTWEB using BAPI_MATERIAL_SAVEDATA.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This field is not present in the BAPI_MARA.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any solutions?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &lt;/P&gt;&lt;P&gt;Salvatore&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Salvatore Volpe&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Jun 2006 10:37:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-material-savedata-extending-table/m-p/1337684#M171230</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-06T10:37:49Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_MATERIAL_SAVEDATA - Extending table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-material-savedata-extending-table/m-p/1337685#M171231</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;  Is it a custom field added to the mara table?&lt;/P&gt;&lt;P&gt;If yes, you have to use the EXTENSIONIN and EXTENSIONINX tables parameters of the bapi.&lt;/P&gt;&lt;P&gt;Read the following documentation for EXTENSIONIN :&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Description&lt;/P&gt;&lt;P&gt;You use this structure to transfer the material's customer-defined fields. For information on transferring these fields, see the function module documentation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note&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;&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.&amp;lt;/b&amp;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>Tue, 06 Jun 2006 10:42:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-material-savedata-extending-table/m-p/1337685#M171231</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-06T10:42:41Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_MATERIAL_SAVEDATA - Extending table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-material-savedata-extending-table/m-p/1337686#M171232</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No, it's a standard field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It's the same solution?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Salvatore&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Jun 2006 10:57:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-material-savedata-extending-table/m-p/1337686#M171232</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-06T10:57:37Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_MATERIAL_SAVEDATA - Extending table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-material-savedata-extending-table/m-p/1337687#M171233</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You may use, if it's possible, MATERIAL_MAINTAIN_DARK for the same purposes. I believe, that this function should apply your needs.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Jun 2006 11:35:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-material-savedata-extending-table/m-p/1337687#M171233</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-06T11:35:59Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_MATERIAL_SAVEDATA - Extending table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-material-savedata-extending-table/m-p/1337688#M171234</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What is the description of EXTWEB??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Jun 2006 11:39:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-material-savedata-extending-table/m-p/1337688#M171234</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-06T11:39:39Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_MATERIAL_SAVEDATA - Extending table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-material-savedata-extending-table/m-p/1337689#M171235</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;EXTWG	&lt;/P&gt;&lt;P&gt;CHAR	18	&lt;/P&gt;&lt;P&gt;External material group&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Jun 2006 11:55:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-material-savedata-extending-table/m-p/1337689#M171235</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-06T11:55:27Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_MATERIAL_SAVEDATA - Extending table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-material-savedata-extending-table/m-p/1337690#M171236</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do you have some example to how use this function?&lt;/P&gt;&lt;P&gt;Can you use this FM instead of BAPI_MATERIAL_SAVEDATA to create and modify material?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Salvatore Volpe&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Jun 2006 12:00:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-material-savedata-extending-table/m-p/1337690#M171236</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-06T12:00:39Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_MATERIAL_SAVEDATA - Extending table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-material-savedata-extending-table/m-p/1337691#M171237</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes. Some standard fields have to be transferred with EXTENSIONIN. See note 211815.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jul 2007 13:55:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-material-savedata-extending-table/m-p/1337691#M171237</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-25T13:55:19Z</dc:date>
    </item>
  </channel>
</rss>

