Copy MM02 custom fields to MM17

Hi Friends,
My Requirement is like this:
In the MM02 transaction : MM02 -> basic data2: In the Reporting and Interfacing block, I have 2 custom fields, which were there in MARA as Z fields in .Append structure.
I need to populate(copy) these two fields in the Fields Tab in MM17 transaction.
First of all, let me know is this possible, if yes, how it can be achieved?

Here are some notes I have from when I recently added a new screen/subscreen to Material Master transactions.  Hopefully this information will help you.
This guide should be used in conjunction with OSS note 44410 and IMG notes Logistics->Logistics Material Master->Material->Configure Customized Material Master.
Online Maintenance.
1. Add fields to append structure ZAEMARA.
Use data dictionary maintenance u2013 SE11
2. Generate table MARA.
3. Add fields to view MARU and generate.
Use data dictionary maintenance u2013 SE11.
4. Create new sub-screen or add new fields to screen SAPLYMM1 9001.
Use Screen Painter u2013 SE51.
Change flow logic to add fields to field: statement and to add any validation required. Generate screen.
If this is the first time additional data has been added to material master it will be necessary to create a new function group and associated programs. See Configure Customised Material Master paragraph Requirements.
5. If new sub-screen, add to Customer main screen.
Transaction OMT3.
Double click on u2018Std industry sequenceu2019.
Choose customer screen and Details.
Change the first occurrence of 0001 (blank screen) to new screen number.
Save.
Back arrow.
Click on Transport button and choose required transport.
6. To include in 'Copy with Reference' processing - MM01, add new MARA fields to table T130F. (in each client)
Use Transaction SM31. (make a copy of another ZZ field by typing over existing name).
Add to transport manually:- R3TR TABU T130F + individual keys
7. Test Material create, change, display.

Similar Messages

  • Mass Maintenence For custome fields from MM17

    Hi all,
        I Have added some custome fields in to material master and it is working fine,When i am trying to cahnge the values for these custome fields in MM17 it is not getting reflected in material master.
       After cahnging the values if i save,it is giving me an Information-1090 : Messages have been issued: number MASS000924000003
    In long text of this information i have.
      Diagnosis-During inbound processing for the IDoc, messages have arisen while checking material data.
    System Response-The system has filed these messages in the form of an application log with the number MASS000924000003.
    Can you please let me know,How to solve this.
    Thanks & Regards,
    Anjana Rao

    First read OSS [Note 576160 - MM17: BAdI implementation for append fields|https://service.sap.com/sap/support/notes/576160] and of course (and before) [Note 44410 - Integrating cust.-specific fields in matl master|https://service.sap.com/sap/support/notes/44410]
    Regards,
    Raymond

  • Need to copy a custom field from sales order to billing document

    Hi All,
    I have a requirement, I need to add a new field in the sales order header part and even a field in the billing document, once i add this field up in both the documents in the header part i need to create a copy routine using the VOFM tran, can any body help me on what's the procedure to add a field in billing document and does the copy routine transfer the data ( Custom Field ) from Sales Order to the Billing Document, if yes can somebody help me with the procedure on how to and code of it.
    solved it myself ....
    Regards.
    Message was edited by: seshi
            seshi

    Hello,
    Regarding item 1, is it in the region of the global links (ie logout, home, preferences, etc.)? If not, have you tried creating a link via personalizations to the region you wish to have the link displayed (item type = link, destination = fully qualified name of your .xml page/region?
    Regarding item 2, you may have to create the custom subtab programatically using the controller for the region of the current subtab layout.
    Regarding item 3, you can also add a submit button to the page button bar region via personalizations. You can then add any logic you want to the button in the controller for the page.
    Hope this helps.

  • Zz custom field in MM17

    hi experts, i have some zz fields in MARC and i want to mantain the values for these fields when i execute mm17...
    i activate the user exit EXIT_SAPLMV02_002 (MGV00001) and put some code there (even a breakpoint) but when i execute de trx never stops there...
    any ideas?

    Hi Dasd,
    It is possible in this way. But only using user exit you can achieve that.The next step is excuste Tcode MASSOBJ , Select Object type BUS1001 there append your marc fields . Please explain what and all steps you did to maintain.
    Regards,
    Madhu.

  • Custom fields not getting updated in Mass Maintenance-MM17

    Hi,
    I have created a custom field in MARC table and the data is getting updated to the MARC table through MM01/MM02 but it is not getting updated by MM17.  I have checked the notes 44410, 576160, 414020 and 116311.  I have done the following changes as per the sap notes.
    1. Created a custom segment ZE1MARCM by copying the standard segment E1MARCM and added the custom field in that  
        segment.
    2. I have extended the IDOC 'MATMAS03' and added the custom segment ZE1MARCM to E1MARAM.
    3. Created a new entry in we82 and provided the extension type 'ZMATMAS03' and release '701'.
    4. Adjusted the partner profile in we20 for matmas with port and providing the extension idoc type.
    5. Added the custom field in the table MASSFLDLST.
    6. Implemented the code in BADI 'MG_MASS_NEWSEG' and exits 'EXIT_SAPLMV01_002' , 'EXIT_SAPLMV02_002' as per the 
        sap notes.
    The custom field is not getting updated through mass maintenance.  Please let me know if i have missed anything?
    Thanks,
    Geeta

    I had this same question several years ago. Please check my answer at Initialize MARC Custom Fields Using MM17 Does Not Work

  • Copying custom fields from SRM PO to ECC PO standard fields

    Hi All,
    There are three custom fields which are added in SRM SC and PO at item level. My requirement is to map these three custom fields to three standard fields in ECC PO. Can any one please explain me, how the replication of SRM PO to ECC PO happens? I could find a function module "B470_PO_CREATE". Can any one tell me through which transaction or program this FM will be triggered.
    Any useful answer will be rewarded
    Thanks,
    Deepthi

    Hi Kumar,
    Sorry for the late reply. I have the solution for this question.
    For copying the custom fields code is to be written in the BADI "BBP_ECS_PO_OUT_BADI", method "BBP_B46B_PO_OUTBOUND". This BADI has both ECC PO fields and all the SRM fields(including the custom fields added in PO and SC) in separate structures.IS_HEADER, IT_ITEM etc has all the SRM PO values. CS_BAPI_POHEADER, CT_BAPI_POITEM etc has ECC PO values.
    There are two function modules, BBP_PD_PO_TRANSFER_EXEC and BBP_PD_PO_TRANSFER_EXEC_V2. Execute these function modules with the GUID for PO after PO change or create in SRM system. Once the FM is executed the BADI will be triggered and the additional functionality carried out and PO replication from SRM to ECC happens.
    Hope this helps you. Please let me know if you need any more information.
    Thanks,
    Deepthi

  • Custom field MM17

    Hello, I need some help here to use a custom field in MM17 (mass changes).
    We've created field ZZPRLIVR in table MARC. This field is available in MM17 as a selection field but it's not available to be changed.
    In SM30 we can change table MASSFLDLST and we see the field but the change is not made in MARC-ZZPRLIVR.
    What else need to be done in ordre to do a mass change?
    Thank you!
    Luc

    Please follow instructions listed in OSS note 576160 for this.  You have to implement a BAdI.
    Also review OSS note 44410.

  • Restricting the Custom fields while copying the satandard TA

    Dear Experts
    I have a scenario where i have to create new Transaction type ZSBC for B2C sales in R3 4.7 ; and i want to map same in CRM2007 inorder to flow transaction type for further execution in both the systems.
    so my problem is when i try to copy from the standard Transaction type (TA) which has got Custom fields they are also getting copied in CRM2007 where i am  able to copy Standard order (OR) in R3 4.7.which does not have any custom field. the thing is i don't want copy those custom field  so how do i restrict them ,in order to make both the transaction types and item categories as same.
    Hence i request you all could you please help me
    Thanking you in advance.
    Regards
    Rao

    HI,
    This kinda functionality can be achieved through standards and dont need any developments.
    THis can be achieved via Partner determination procedure.
    In partner determination procedure, for a particular partner function, say Payer, you can assign an access sequence.
    Use acess sequence 0001 or 0002 whichever satisfies your criteria.
    SPRO > SAP Implementation Guide > Customer Relationship Management > Basic Functions > Partner Processing
    Under this node you will find Access sequence definition and Partner determination procedure.
    Hope this helps.
    Kindly reward with points in case helpful
    Sharif.

  • Copying customer fields (CUSTOMER_H)  in CHARM

    Hi Everybody ,
    I implemented CHARM  (ZDCR and ZDHF ).
    In CRMD)_ORDER using EEWB i created customer fields .
    No my requirment is when i create ZDHF from ZDCR i need to copy these customer fields from ZDCR to ZDHF.
    Please help me how to do this .
    Thanks in advance ,
    Vijay

    let me know if u know the solution

  • CHARM Copy customer fields to ZDMJ (SDMJ)

    Hello ,
    I have create with transaction eewb some customer fields for the Change Request.
    But this filed are not transferd from the ZDCR to the ZDMJ. I have see action and the function SOCM_CRM_COPY_DOCUMENT but i have not found a solution to copy the customer fields to ZDMJ.
    Any ideas ?
    Regards

    Hi
    Please check this [Copy of customer fields from Service Desk Message to Change Request|Copy of customer fields from Service Desk Message to Change Request]
    and [/people/bruyneel.guillaume/blog/2008/06/13/service-desk-implementation-guide-part-ii|/people/bruyneel.guillaume/blog/2008/06/13/service-desk-implementation-guide-part-ii]
    Thanks,
    Jansi

  • Custom fields from SRM PO to R/3 - missing values

    Hi,
    As part of the extended classic scenario  when the PO is being transferred to backend we are sending couple of custom fields ( added to append structure  CI_EKPODB in EKPO table )  in the item table .
    We are doing this for ECC 6.0 and 4.7 backend versions.
    ECC 6.0 works fine i.e, the custom fields gets properly replicated ( updated in EKPO table )
    4.7 --> It doesn't work.
    In R/3 we have maintained the correct mapping in BBP_CUFMAP table.
    Any ideas what is the issue with 4.7 version.
    Note : SRM uses BAPI " BBP_PO_INBOUND"  FM in R/3 to replicate
    Thanks,
    Krishna.

    Hi Kumar,
    Sorry for the late reply. I have the solution for this question.
    For copying the custom fields code is to be written in the BADI "BBP_ECS_PO_OUT_BADI", method "BBP_B46B_PO_OUTBOUND". This BADI has both ECC PO fields and all the SRM fields(including the custom fields added in PO and SC) in separate structures.IS_HEADER, IT_ITEM etc has all the SRM PO values. CS_BAPI_POHEADER, CT_BAPI_POITEM etc has ECC PO values.
    There are two function modules, BBP_PD_PO_TRANSFER_EXEC and BBP_PD_PO_TRANSFER_EXEC_V2. Execute these function modules with the GUID for PO after PO change or create in SRM system. Once the FM is executed the BADI will be triggered and the additional functionality carried out and PO replication from SRM to ECC happens.
    Hope this helps you. Please let me know if you need any more information.
    Thanks,
    Deepthi

  • Custom Field values are not saved. when MPP imported from another instance.

    Hello Mate-
    Currently I am merging one small instance (I2) of PWA in our corporate instance(I1). as the corporate instance is huge, we are doing manual merge of groups, securities, users, custom fields etc. also downloading the MPP as xml from I2 and then planned
    to publish from I1.
    There are few project level custom fields which are being used in MPP. and those fields may have formulas too.
    I created same custom field in crporate environment(I1) but while trying to open the projects in our corporate environment(I1), the project custom fields are gone.
    Could you please guide me here, I am lost. I can not do a data base migration ans it would override all data from I1 instance so need to do it manually.
    Many thanks
    Deb
    Dev EPM Consultant

    Hi
    You may not be able to do this as the custom field GUID's are different in both the instance.
    You may write a macro to copy the custom field data from one to another one
    refer :http://msdn.microsoft.com/en-us/library/office/ff867798(v=office.15).aspx
    --Happy Troubleshooting
    Thanks --Ajith

  • Adding Custom Fields to XD99

    Hey All,
        I am trying to figure out a way to Mass maintain Custom fields(Z fields) in KNA1 using transaction XD99. I did find some material which discussed about adding custom fields to MM17 transaction, but couldnt get any usefull information on XD99.
    Any inputs or suggestions are highly appreciated.

    Hi,
    Please check the following oss note
    Note 414020 - MASS: Customer fields are not mass-maintainable
    Thanks
    Naren

  • Add Customer fields to Shopping Cart Wizard - Not showing on one screen

    Hi,
    I have added 3 custom fields to the SRM portal (5.0), by adding these fields to structures INCL_EEW_PD_ITEM_CSF & INCL_EEW_PD_ITEM_CSF_SC, as described in OSS Note 672960.
    On the Shopping Cart Wizard, these custom fields appear in the default settings for items & when adding a Limit Item.
    However, they do not appear in the selection for "Describe Requirement".
    How do I add them to this subscreen? I have tried copying the customer fields subscreen in Screen Painter from the Limit Item screen (in addition to flow logic and html template changes.) However, it doesn't work right this way.
    Please help.

    Not sure which CUF BADI you are referring to, since there are 2 of them. 
    BBP_CUF_BADI - Not implemented, since this is used to change how custom sub-screens look and act by creating your own (if business logic is complex). Not relevant, since the Customer fields subscreen does not appear where we need it. We have no use for controlling it in the areas where it does appear.
    BBP_CUF_BADI_2.- Implemented. Is used to control customer fields. Not relevant, since the Customer fields subscreen does not appear where we need it. We have no use for controlling it in the areas where it does appear.

  • Custom Field is not updating using MM17 ( Mass Material Maintenance )

    Dear All,
          I have created 1 custom field in MRP1 view of MM01 tranction & that field saved into MARC table. It is working fine & I am able to change also that field using tranction code MM02. But Problem is that I want to change that custom field of material master using tranction code MM17 , which is for mass Material Maintenance. So to edit custom field of material master from MM17 what I need to do?  Please suggest...
    Regards
    Pradip Pawar

    Hi,
    Follow the below procedure,
    1. In table MARC  custom fields need to be add using append structure. For that need to create data elements & domain for      corrosponding fields.
    2.In SE51 need to copy standard program SAPLMGD1 & screen 2481( In your case screen would be different ) in to Z program.     
    3.Now in to the layout of  Z program need to add custom fieldu2019s which we defined using append structure in MARC table.
    4.Need to add Field statment for the new custom fieldu2019s into the PAI Flow logic of Z program inside CHAIN...ENDCHAIN statement.
    5.Need to run transaction OMT3B and then copy screen sequence no. 21 into our Z screen sequence say Z1.
    6.Once screen sequence is copied into screen sequence Z1. select sequence Z1 and double click on data screen folder.Select  screen sequence with description MRP1 and after selecting it double click on Folder 'Subscreen ' and change the program given for screen no 2481 with our Z program name and Save.
    Imp Note - Refer SAP Note no. 44410.
    Regards,
    Pradip Pawar

Maybe you are looking for

  • Shudder on playback

    Hi everyone, i am at my wits end, Ive bought the I mac to do some domestic video editing and spent the last month learning the package, ive imported a HD video from my camcorder and split it up added transistions and audio, im now ready to export it

  • Question on ClassLoader

    Hi All, I have an application ion which i am using ClassLoader for loading the images from getResource() method.While doing that i have got a doubt which even might look as a fundamental doubt.But i want to make it clear from all you people. Question

  • How to create statistics for a table, How to analyse statistics ?

    Hi Gurus, Can someone throw some light on the subject pls?[b]

  • Deleting Account or Changing Country

    I created an Azure account but the country was the US. As I am based in the UK I cannot provide any payment details even for the trial. I have spent six weeks trying to get Azure support to help but they inform me I either have to have another Live I

  • RSS feed problem

    I use iweb '08 using a personal domain name doggiedaycare-online.co.uk hosted by mobileme. The website works well and I added a blog yesterday. However the existing RSS subscribe button already on the blog page and the added photocast subscribe butto