<?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: Update Custom Fields using MATERIAL_MAINTAIN_DARK in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/update-custom-fields-using-material-maintain-dark/m-p/4075663#M974518</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No help...Thanks a lot..!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 15 Jul 2008 12:52:52 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-07-15T12:52:52Z</dc:date>
    <item>
      <title>Update Custom Fields using MATERIAL_MAINTAIN_DARK</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/update-custom-fields-using-material-maintain-dark/m-p/4075659#M974514</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have already looked through the forum, but couldn't find something relevant.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using &lt;STRONG&gt;MATERIAL_MAINTAIN_DARK&lt;/STRONG&gt; FM to update material master, and everything else seems to be working fine. Only when I try to update a custom or Z field, then it doesn't update it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I also tried saving it by also changing another custom field, but it doesn't work....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Am stuck...any help would be highly appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Tatvagna.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jun 2008 06:53:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/update-custom-fields-using-material-maintain-dark/m-p/4075659#M974514</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-25T06:53:00Z</dc:date>
    </item>
    <item>
      <title>Re: Update Custom Fields using MATERIAL_MAINTAIN_DARK</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/update-custom-fields-using-material-maintain-dark/m-p/4075660#M974515</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Anyone ???&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jun 2008 08:22:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/update-custom-fields-using-material-maintain-dark/m-p/4075660#M974515</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-25T08:22:29Z</dc:date>
    </item>
    <item>
      <title>Re: Update Custom Fields using MATERIAL_MAINTAIN_DARK</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/update-custom-fields-using-material-maintain-dark/m-p/4075661#M974516</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;The following is the complete information about the function module.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Material Master Maintenance Without Screens&lt;/P&gt;&lt;P&gt;You can call up this function module from any application you like. Special initiators, such as material group maintenance or CAD, must identify themselves using the parameter CALL_MODE or CALL_MODE2. Special processing exists for these cases, for example, material number assignment.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The material data to be maintained is transferred using tables AMARA_UEB, AMARC_UEB, and so on, in internal format.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The data is processed in logical transactions; that is, only data that can be created or changed jointly in an online transaction is created or changed jointly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;An AMARA_UEB record must exist for each of these logical transactions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For this reason, a transaction code (Create Material or Change Material) must also be transferred for each MARA record.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In addition, a unique transaction counter must also be transferred - also to dependent tables AMARC_UEB, and so on. This transaction counter groups together the related records in the tables. (The material number cannot do this with internal number assignment.)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All related MAKT and MARM records can be transferred for a record in AMARA_UEB as well as a&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MARC record&lt;/P&gt;&lt;P&gt;MBEW record (must be consonant with MARC in accordance with the assignment of plant to valuation key)&lt;/P&gt;&lt;P&gt;MARD record for the MARC record&lt;/P&gt;&lt;P&gt;MVKE record and all MLAN records for the MVKE record&lt;/P&gt;&lt;P&gt;MLGN record&lt;/P&gt;&lt;P&gt;MLGT record for the MLGN record&lt;/P&gt;&lt;P&gt;With regard to MLAN, please note that MLAN records are logically linked to the combination of sales organization and distribution channel via the country. You can therefore maintain only those records that are consonant with the MVKE record (can be determined with function module Steuertab_Identify). To transfer MLAN data, MVKE must always be transferred.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For an AMARA_UEB record, you can also transfer all related&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MVEG records (total consumption)&lt;/P&gt;&lt;P&gt;MVEU records (unplanned consumption)&lt;/P&gt;&lt;P&gt;LTX1 records (long texts)&lt;/P&gt;&lt;P&gt;MPRW records (forecast values)&lt;/P&gt;&lt;P&gt;Notes&lt;/P&gt;&lt;P&gt;The extension of a material previously created with an internal number is recognized as before by the special material number '0            '. In this case, the special material number is replaced with the previously determined internal number. The initiator must ensure that materials with an internal number are created and extended within a call package.&lt;/P&gt;&lt;P&gt;The commit work must be carried out by the initiator.&lt;/P&gt;&lt;P&gt;KZ_MATNR_RES is used to determine whether the material number has already been reserved. In this case, the material number is treated like an internal number; in particular, no check is made to see whether the material already exists.&lt;/P&gt;&lt;P&gt;Fields that are to be reset to their initial value are transferred using exception table AMFIELDRES.&lt;/P&gt;&lt;P&gt;The successfully updated records are removed from the transfer tables.&lt;/P&gt;&lt;P&gt;If you want to transfer the maintenance statuses to be maintained, you must fill field VPSTA in table MARA accordingly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The maintenance statuses possible are as follows:&lt;/P&gt;&lt;P&gt;   Maintenance status Description &lt;/P&gt;&lt;P&gt;   A Work scheduling &lt;/P&gt;&lt;P&gt;   B Accounting &lt;/P&gt;&lt;P&gt;   C Classification &lt;/P&gt;&lt;P&gt;   D MRP &lt;/P&gt;&lt;P&gt;   E Purchasing &lt;/P&gt;&lt;P&gt;   F Production resources/tools &lt;/P&gt;&lt;P&gt;   G Costing &lt;/P&gt;&lt;P&gt;   K Basic data &lt;/P&gt;&lt;P&gt;   L Storage &lt;/P&gt;&lt;P&gt;   P Forecasting &lt;/P&gt;&lt;P&gt;   Q Quality management &lt;/P&gt;&lt;P&gt;   S Warehouse management &lt;/P&gt;&lt;P&gt;   V Sales &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you do not specify a maintenance status, the system determines it automatically from the maintenance status determination type.&lt;/P&gt;&lt;P&gt;The following data is not supported:&lt;/P&gt;&lt;P&gt;Document data&lt;/P&gt;&lt;P&gt;Execution of forecasts&lt;/P&gt;&lt;P&gt;Average plant stock&lt;/P&gt;&lt;P&gt;Scheduling of changes&lt;/P&gt;&lt;P&gt;Production versions&lt;/P&gt;&lt;P&gt;Classification&lt;/P&gt;&lt;P&gt;Joint production&lt;/P&gt;&lt;P&gt;Units of measure group&lt;/P&gt;&lt;P&gt;QM inspection data&lt;/P&gt;&lt;P&gt;Revision level&lt;/P&gt;&lt;P&gt;Sales price&lt;/P&gt;&lt;P&gt;Reference material&lt;/P&gt;&lt;P&gt;Customs tariff preferences and export licenses&lt;/P&gt;&lt;P&gt;Assignment of configurable material and respective variant configuration&lt;/P&gt;&lt;P&gt;Appendix&lt;/P&gt;&lt;P&gt;The material master "thinks" in the combinations of material master table and maintenance status. The combinations to be maintained are determined for each maintenance transaction from the data transferred. There are several maintenance status determination types (which can currently be specified for each transaction type in Customizing). For more information, see the documentation on the maintenance status determination type.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the standard system, the third determination type is currently used.&lt;/P&gt;&lt;P&gt;This has the following consequences:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A maintenance status is not created if a single status field has not been transferred for it and if all other fields for the status are already covered by the creation of other maintenance statuses. This can also result in a complete table entry not being created (for example, MLGN/MLGT - only a single maintenance status).&lt;/P&gt;&lt;P&gt;Normally, this has no effect since the maintained views of productively used materials contain sufficient entries.&lt;/P&gt;&lt;P&gt;If accounting data is transferred, the maintenance statuses Accounting and Costing are both created since all accounting fields have both maintenance statuses. (You must have sufficient authorization for this, otherwise only the status for which you are authorized will be created.)&lt;/P&gt;&lt;P&gt;This is of practical value since there are two separate maintenance statuses essentially for authorization reasons. The data maintained in the Costing view is only proposed in the Accounting view.&lt;/P&gt;&lt;P&gt;If warehouse management data is transferred in another transaction separately from the relevant plant, the corresponding MARC is not given the maintenance status Warehouse Management.&lt;/P&gt;&lt;P&gt;If document management is active and if document data fields are transferred, they are included in table MARA. This contrasts with the old batch input method, where this was not possible due to either the documents subscreen or the MARA drawing fields subscreen being active.&lt;/P&gt;&lt;P&gt;Reference data is used for all relevant tables/maintenance statuses (only for fields on the processed screen in the old material master). This concerns the following in particular:&lt;/P&gt;&lt;P&gt;Defaults from the MRP profile or forecast profile&lt;/P&gt;&lt;P&gt;Variance key from T001W for costing&lt;/P&gt;&lt;P&gt;Product hierarchy in MVKE from product hierarchy in MARA (general departure from the old material master)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&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;Jagadish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jun 2008 08:31:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/update-custom-fields-using-material-maintain-dark/m-p/4075661#M974516</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-25T08:31:15Z</dc:date>
    </item>
    <item>
      <title>Re: Update Custom Fields using MATERIAL_MAINTAIN_DARK</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/update-custom-fields-using-material-maintain-dark/m-p/4075662#M974517</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;Atleast read what you are replying to before posting.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is the Function Module documentation availiable with my version of SAP too....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But it doesn't mention anything about the Custom fields to be updated. so doesn't even touch my query..!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks anyways,&lt;/P&gt;&lt;P&gt;Tatvagna.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jun 2008 08:43:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/update-custom-fields-using-material-maintain-dark/m-p/4075662#M974517</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-25T08:43:02Z</dc:date>
    </item>
    <item>
      <title>Re: Update Custom Fields using MATERIAL_MAINTAIN_DARK</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/update-custom-fields-using-material-maintain-dark/m-p/4075663#M974518</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No help...Thanks a lot..!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Jul 2008 12:52:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/update-custom-fields-using-material-maintain-dark/m-p/4075663#M974518</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-15T12:52:52Z</dc:date>
    </item>
    <item>
      <title>Re: Update Custom Fields using MATERIAL_MAINTAIN_DARK</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/update-custom-fields-using-material-maintain-dark/m-p/4075664#M974519</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Actually, We got the solution to the problem after a lot of debugging with MATERIAL_MAINTAIN_DARK.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We found that the fields were not assigned to a group in material configuration and hence it was failing. We had to assign it to a group(actually in our case we made a new group).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You see in the above figure, all the Z fields are assigned to a group. This group determines when the fields will be enabled/disabled/active/inactive etc. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just wanted to share this with you guys...! &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Tatvagna Shah,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PS: Sorry...couldn't put the figurwe here..!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Tatvagna Shah on Jul 29, 2008 2:52 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Jul 2008 09:21:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/update-custom-fields-using-material-maintain-dark/m-p/4075664#M974519</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-29T09:21:27Z</dc:date>
    </item>
    <item>
      <title>Re: Update Custom Fields using MATERIAL_MAINTAIN_DARK</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/update-custom-fields-using-material-maintain-dark/m-p/4075665#M974520</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 struck with the same problem as you did last year. Could you please tell me in which transaction we define the groups or add the customer fileds.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank you,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Greetings&lt;/P&gt;&lt;P&gt;Satish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Jun 2009 07:24:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/update-custom-fields-using-material-maintain-dark/m-p/4075665#M974520</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-08T07:24:51Z</dc:date>
    </item>
    <item>
      <title>Re: Update Custom Fields using MATERIAL_MAINTAIN_DARK</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/update-custom-fields-using-material-maintain-dark/m-p/4075666#M974521</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try transactie SM30 on view V_130F&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Sep 2009 13:08:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/update-custom-fields-using-material-maintain-dark/m-p/4075666#M974521</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-07T13:08:24Z</dc:date>
    </item>
  </channel>
</rss>

