Exit for MM01...Before Views Selection.

Hi Gurus,
My requirement is i need to find an Exit for MM01. Here when i try to create a new material by copying one existing material i get the views. Now if i dont select basic data view and directly go to any other view then the exit trigger it specifying that basic data needs to be filled.
Thanks in advance.

Hi Abhishek,
Just check the following user exits for MM01:
Exit Name           Description                                                                               
MGA00001            Material Master (Industry): Checks and Enhancements          
MGA00002            Material Master (Industry): Number Assignment                
MGA00003            Material Master (Industry and Retail): Number Display
Hope this will help you...

Similar Messages

  • BAdI/User Exit for MM01

    Hi All,
    I am looking for a User Exit for MM01
    I need to catpure the Document data in MM01>Additional data>Document data tab
    I checked with the following enchancements but no use
    MGA00001
    MGA00002
    MGA00003
    BADI_Material_Check.
    Can any one help me in finding the suitable enhancemet?
    Thanks
    Bhasker

    Hi Bhasker
    Go to Se18 Tcode
    and give the definition name is "DOCUMENT_MAIN01"
    check the definition in display mode because it is Sap Standard Definition.
    there you will find a "TYPE" Tab
    under this you have two check boxes 
    <b>1) Multiple Use</b>
    2) Filter-Depend
    if you want multiple implementations  check this Check box
    after this you need to create a request and the system asks  Access Key for Changes
    for that you will catch that Key from your Basis Team.
    Regards
    Sreeni

  • What is the process for mm01 datatransfer by selecting different views

    what will be the basic thing to be done for selecting different views?

    hi ..if want to upload master data for different views then first create material using MM01 and then update material for different views one by one in MM02..for mass data transfer u can use BDCs for MM01 and MM02
    regards

  • Any Exit for MM01 and MM02 view change?

    Dear All,
    My requirement is I want to check profit center for particuler plant.
    I have maintain a table of Plant , Busiiness area and Profit center. And I want to check profit center in that plant when user enterd after filling profit center.
    I dont want on save material. Plz suggest me exit or Badi or enhancement at the time of Enter in Plant data view?
    I searched and I got many exit at the time of saving but not for Plant data view Tab.
    Thanks in Advance.
    Thanks and Regards
    Steve

    solved

  • Exits for MM01

    Hi,
    I need to check if the profit center field in MM01 is correct before saving.Do we have any user exits for that?
    Regards,
    Will.

    USER EXIT
    http://www.sap-img.com/abap/a-short-tutorial-on-user-exits.htm
    http://www.sapgenie.com/abap/code/abap26.htm
    http://www.sap-img.com/abap/what-is-user-exits.htm
    http://wiki.ittoolbox.com/index.php/HOWTO:Implement_a_screen_exit_to_a_standard_SAP_transaction
    http://www.easymarketplace.de/userexit.php
    http://www.sap-img.com/abap/a-short-tutorial-on-user-exits.htm
    http://www.sappoint.com/abap/userexit.pdfUser-Exit
    http://www.sap-img.com/ab038.htm
    http://help.sap.com/saphelp_46c/helpdata/en/64/72369adc56d11195100060b03c6b76/frameset.htm
    http://www.sap-img.com/abap/a-short-tutorial-on-user-exits.htm
    http://www.sap-img.com/abap/what-is-user-exits.htm
    http://expertanswercenter.techtarget.com/eac/knowledgebaseAnswer/0,295199,sid63_gci982756,00.html
    Transaction Code - MM01                     Create Material &
    Exit Name           Description
    MGA00001            Material Master (Industry): Checks and Enhancements
    MGA00002            Material Master (Industry): Number Assignment
    MGA00003            Material Master (Industry and Retail): Number Display
    No of Exits:          3
    Rewards if useful.........
    Minal

  • Screen Exit for MM01 Material Creation

    Hi,
    The requirement is to add 2 new field in the Material Creation transaction (MM01) in the General Plant / Storage Location View.
    I was trying to find the Screen exit in the MGA Package but there was no screen exit for material. So, i tried by SPRO- IMG, iam able to attach my designed screen and its viewable in MM01 but the data is not being updated in the relevant table for the custom fields (The custom fields are appended in the MARC table).
    So, can you please help me about the coding part for the updation of the custom field data.
    Thanx

    Hi,
      Check these:
    MGA00001 - Material Master (Industry): Checks
    and Enhancements
    MGA00002 - Material Master (Industry): Number
    Assignment
    MGA00003 - Material Master (Industry and
    Retail): Number Display
    Check with 'BADI_MATERIAL_REF'
    Refer
    http://www.****************/Tutorials/ExitsBADIs/MM/MM01.htm
    https://forums.sdn.sap.com/click.jspa?searchID=7217830&messageID=3313524
    Regards
    Kiran

  • Screen exits for MM01 Tcode

    Hi Folks,
              I am doing some enhancements for MM01 Tcode.we need to add new screens to MM01. could any one tell me the available screen exits or BADI' s for tcode MM01. thnx in advance.
                    santosh.

    Hi,
    Check these:
    MGA00001 - Material Master (Industry): Checks
    and Enhancements
    MGA00002 - Material Master (Industry): Number
    Assignment
    MGA00003 - Material Master (Industry and
    Retail): Number Display
    Check with 'BADI_MATERIAL_REF'
        Refer
    http://www.****************/Tutorials/ExitsBADIs/MM/MM01.htm
    https://forums.sdn.sap.com/click.jspa?searchID=7217830&messageID=3313524
    Regards

  • User exits for mm01 to assign default value

    experts,
        when i have used exit  MGA00002 and the corresponding function module EXIT_SAPLMG02_001 to assign the default values   of  mbrsh and mtart to the material number created during the course of the transaction mm01 i have written the following code in the INCLUDE ZXMG0U03
        matnr+3 = matnr.
       matnr+0(1) = mbrsh.
      matnr+1(2) = mtart.
    concatenate matnr0(1)  matnr1(2)  matnr+3 into matnr.
    but default value is not getting assigned.
    with regards.

    you just want to concatenate the mat type and indus sect to ur material num.
    if it is then do this
    go for MGA00001
    in that  u use
    data: field1(18) type c,
    concatenate the three  fields using wmara like
    wmara-matnr wmara-mbrsh wmara-mtart
    into ur field field1
    now write
    cmara-matnr = field1.
    if useful rewars
    regards
    Prakash Varun

  • Screen exit for MM01 to add additional fields to basic data tab .

    Hi All ,
    We are working on the SAP version ECC 5.0 . Our requirement is to add additional fields to the general data section of the basic data1 tab for the tcode MM01 . I have gone through many previous queries in SDN but not able to figure out what exactly the process should be . All I could figure out is to start the process from appending the structure to MARA for the additional fields . Then follow the steps in the SPRO .
    Define Structure of Data Screens for Each Screen Sequence
    Assign Secondary Screens
    Maintain Order of Main and Additional Screens
    Assign Screen Sequences to User/Material Type/Transaction/In
    Define How Maintenance Statuses Are Determined in Data Trans
    Create Program for Customized Subscreens
    I am not able to comprehend what we are trying to do in these steps .
    Can anyone explain me in detail what we are trying to do in the whole process ?
    Thanks ,
    Varun .

    Hi varun,
    Create the append structure on the MARA table.
    The SAP note 44410 describes how to add the new fields to the screen and how the updating will work.
    1.     Make a copy of function group MGD1to ZMGDI as stated inthe Ossnote using program COPYMGDI.
    2.             Goto Se38 enter program name SAPLZMGDI Click Display and goto> program-> other object---> enter screen number '0001' and add your fields to the subscreen which should apper on the the general data section of the basic data1 tab for the tcode MM01
    2.     Make the changes stated in SAP Note.
    3.     After make the changes the functional analyst will need to make some configuration changes.
    4.     SPRO -> Logistic General -> Material Master -> Configuring Materal Master -> Define Structure of Data Screens Sequence.
    5.     Select SSq = 21 then click on Subscreens select Basic DATA1
    6.     Enter in the new screens that were built
    7.     Change the row that was create putting in the program (function group program) that was created in step 2.
    Thanks and regards,
    Pavankumar

  • Implement screen exit for MM01

    Hello all,
    I follow the instructions from the link below for adding a new tab for MM02-MM03 tcodes.
    <link to blocked site removed by moderator>
    I added the tab and i created the screens but now i want to fill my tab with values from mvke table and i need to use values  ( vkorg werks vtweg )which i entered on the organization level selection screen.
    On MM02, On the first screen i enter matnr then i select my new tab view,  then i enter ( vkorg werks vtweg ) values for organization levels.
    Now i need these  ( vkorg werks vtweg ) organization level values in my new tab but i cant get them. I tried get parameters but it is only working for matnr. Not these parameters. How can i get them any ideas? All global tables are empty in my tab.
    Edited by: aydnbk on Oct 6, 2011 10:48 AM
    Edited by: Thomas Zloch on Oct 6, 2011 8:36 PM

    I managed to do it by using badi BADI_MATERIAL_OD

  • Screen Exit for MM01

    Hi,
    I need an user exit that will enable me to default some of the fields on the MM01 transaction while creating a material.
    The user requirement is... Whenever we create a material using another material as template (copy from material) the Material Price Group (MVKE-KONDM) should NOT be copied from the reference material AND it should be defaulted to a value based on some business logic.
    Need an user-exit or BADI where it is possible to put these logic.
    Regards,
    Milan

    Hi Rishi,
    Thanks for replying. I have already tried this exit but the problem is we can change only fields in CMARA structure (TYPE MARU) through this user exit.
    I tried modifying the KONDM field in WMVKE structure but this does not get updated in the table.
    Did I miss something?
    Regards,
    Milan

  • I want to get the material master User-exits for the classification view

    Hi , All
      I want to insert new data in the classification view of material master date, and I want to check it. I cannot find the user-exit to realize it. Can someone help me ?

    I understand you want to create a new characteristic for a classification. If that is the case, then you could have checks on the characteristic value entered. You can go to tcode CT04, enter the characteristic and go to the value tab. You can assign allowed values for that characteristic. Going to Other Value Check in that view, you can also check the entered value against a check table or even create a function module for custom check.
    Hope this helps.
    Thanks
    Swagat

  • User exit for check on partners selected

    Hi ,
    Can anyone please guide me on how to perform a edit check when either SP or ZT partners
    are selected. That is i need to restrict the user to be able to make selections from only certain partner list . SAY if SP partner type then only X and if ZT only Y.
    What is the user exit? and how to approach suggestions please.
    Thanks,
    Das.

    use an ehnacement for this: V09A0003 or V09A0004
    remember to set the partner determination schema accordingly.
    reward if helpful
    regards
    roberto mazzali

  • Customer exits for varibles in BeX selection screen

    Dear All,
    I have two fields in BeX variable screen - 'Emp_id' and 'Dep_id'.
    The entry for 'Emp_id' is mandatory. But at the same time, if someone does not enter values for it, it should ask for 'Dep_id' atleast. If both are blank, then no execution.
    In short, if both fields are blank then don't run the report. If one of them has a value, then run the report.
    I know that for this case of mine, customer exit is the only way.
    Can anybody please write me the exact syntax of the exit as I am least aware of writing the exits. Thanking you all.
    Points will be assigned.
    Thanks,
    Srinivas

    Hi,
    Code should as below.
    IF I_STEP = 3 .
        LOOP AT I_T_VAR_RANGE INTO LOC_VAR_RANGE WHERE VNAM = 'VAR1' OR
    VNAM = 'VAR2' .
    ENDLOOP.
          IF SY-SUBRC NE 0 .
            CALL FUNCTION 'RRMS_MESSAGE_HANDLING'
             EXPORTING
               I_CLASS                    = 'RSBBS'
               I_TYPE                     = 'E'
               I_NUMBER                   = '000'
               I_MSGV1                    = 'Enter Either one of the variable'
             EXCEPTIONS
               DUMMY                      = 1
               OTHERS                     = 2.
               RAISE NO_PROCESSING.
          ENDIF.
    ENDIF.

  • User Exits for MM01 & MM02 transaction

    Hi SDN,
    Is there any user exit available for Change, create Material so that i can update some materail related data.
    Regards,
    Rahul

    Hi
    MGA00001- Material Master (Industry): Checks and Enhancements
                                                                                    Func.   EXIT_SAPLMGMU_001                                                                               
    MGA00002- Material Master (Industry): Number Assignment
                                                                                    Func.   EXIT_SAPLMG02_001
                                                                                    Func.   EXIT_SAPLMG02_002
    MGA00003- Material Master (Industry and Retail): Number Display
                                                                                    Func.   EXIT_SAPLOMCV_001
                                                                                    Func.   EXIT_SAPLOMCV_002
                                                                                    Func.   EXIT_SAPLOMCV_901
                                                                                    Func.   EXIT_SAPLOMCV_902
    Regds
    Seema

Maybe you are looking for