Delete Material in MDG/Delete UI in MDG

Hi All,
I have created a rule based workflow(2 step) for CR - DELETE.
The ACTIVATE funcitona is successful however the MATERIAL is not got deleted.
I am not able to see any option to delete the MATERIAL at client, the DELETE (MM06) interface is not available in MDG.
Can somebody pls share if there is any material on "Hot to DELETE a Material" in MDG or how the delete works in MDG.
Regards
Suresh Ravilla

Hi Suresh,
Delete Material in MDG will not completely delete the material from the data base however, when the
system creates a change request for deleting the chosen material. The change request enters the appropriate workflow and, once approved, results in the material being flagged for archiving in the next archiving run.
You can see the material mark for deletion ->Go in SE11 tcode--> MARA Table-> Mark for deletion flag field LVORM = 'X'.
so, when LVORM  flag field is marked as 'X', it indicates item has been marked for deletion through governance.
Hope it helps.
Regards
Prateek Agarwal

Similar Messages

  • MDG - Material and Financial Data Models

    Hi,
    Can anyone help me to get standard business content as per latest version for MDG-Material and MDG-Financial Data Models.
    Thanks,
    Narendra

    Please go through the below link it talks about all the latest updates.
    Configuration and Enhancement of SAP Master Data Governance

  • Pre Requisite to learn MDG

    Hey All,
    I am getting a chance to learn MDG, before i go for training, i just wanted to see what are the pre-requisites to learn MDG.
    I have been working in MDM and PI for quite some time and have working knowledge of ECC.
    Do i need to know anything else beforehand?
    Thanks
    Saif

    Hi Saif,
    MDG is completely based on ABAP, but we don't need to write any code for standard scenarios. We will be using SAP workflows, Brfplus, Master data tables in ECC etc. But to implement a predefined scenario like MDG for material or MDG for supplier, just knowing the configuraions will do, no need to learn anything in detail.
    You will have a better idea if you go through the below link.
    http://help.sap.com/erp2005_ehp_05/helpdata/EN/3e/b67a9facd34cb09ce87e3bc24b4c52/frameset.htm
    Master Data Governance
    Regards
    Goutham Kanithi

  • PLM Enterprise search integration

    Hello,
    We are using both PLM & MDG-M.... In PLM enterprise search, I'm getting the search options as below...
    1. In this, I want to rename the Material as MDG Material. <I tried renaming the description in Modeler, But it doesn't help >
    2. If I search for material either selecting the Material option or All objects, For material, It should go to MDG search not the PLM search.....
    <I tried modifying the PLM search in SPRO.... But I want to know the MDG search class name and other details >
    Kindly advice.... Thanks!!
    Regards,
    Saravana

    Hi,
    it depends on the release of NetWeaver Enterprise Search you are using.
    If you have installed Enterprise Search 7.2 than you can use different technics for integrate a 3rd party search engine.
    But if your 3rd party search engine supports OpenSearch (see OpenSearch.org) than you can use this.
    NetWeaver Enterprise Search 7.2 supports OpenSearch Interfaces.
    Best regards
    Frank

  • ORA-00600: internal error when delete master rows in a materialized view

    I have a materialized view in 11g2 on Redhat 5, defined asCREATE MATERIALIZED VIEW mv_idty
    PARALLEL BUILD IMMEDIATE REFRESH FAST ON COMMIT ENABLE QUERY REWRITE AS
    select IDTY_NAME_FIRST,IDTY_NAME_MIDDLE,IDTY_NAME_LAST,IDTY_NAME_SUFFIX,IDTY_SSN,
      IDTY_DR_LIC_NUM,IDTY_DR_LIC_STA,x.person_id,i.rowid i_rowid,x.rowid x_rowid
      from idty i,person_x_idty x where x.idty_id=i.idty_id; I deleted a few rows from the master tables and get error13:58:48 SQL> delete idty where  idty_id like 'test_row%' ;
    7 rows deleted.
    13:58:52 SQL> commit;
    commit
    ERROR at line 1:
    ORA-12008: error in materialized view refresh path
    ORA-00600: internal error code, arguments: [kkzfrfajv_markdml-1], [], [], [], [], [], [], [], [], [], [], [] I have other materialized views and they all delete master OK. This is the simplest one but causes problem. HELP!
    Edited by: user13148231 on Aug 11, 2010 5:45 PM

    Checked note 743766.1. It is not 100% relevant as it is about import, but the query is usefulselect sowner, vname, mowner, master from sys.snap_reftime$It reveals the materialized view some how based on other schema.
    Recreate the materialized view. problem solved.

  • How to delete material from meraterial mast

    Hi Guru
    Some wrong material are created on Pre - Production Client, we need to delete those material.
    i done following step.
    Use Tcode -  MM06 for Deletion Flag for material.
    after this use MM71 Transaction for archive material
    while MM71 Transaction  i got  following error
    Archive file C:\TEMP\MM_MM_MATNR_20110423_212148_0.ARCHIVE.ARCH cannot be opened for write program
    My autorization is SAP ALL,
    why this error is come , help me sol . <removed by moderator>
    Edited by: Thomas Zloch on Apr 23, 2011 6:46 PM - priority normalized

    Hi Rob
    Yes  I am running this in th backround. help me.
    Thanks
    Pranesh

  • Report for material flaged for deletion

    Dear Experts,
    Is there any report to see the list of material which are flagged for deletion.
    Regards,
    Manish Jain

    Hi,
    Go to MM04, give only the material code and execute. System will display the changes made with TCode. If the system shows MM06 alongwith other TCodes, then that material is marked for deletion.
    Please run the program MMREO001 in se38 (Selection of Materials Flagged for Deletion)
    Edited by: venkatesh kumar on May 10, 2010 4:34 PM

  • Report for update of Material with deletion Flag from R/3 to SRM

    Hi All,
               Is any report for Updating material in SRM with deletion indicator for those  deletion flag set in R/3...

    Check material status
      IF mat_mmsta EQ '--'.
        lv_msgv1 = iv_ordered_prod.
        CALL FUNCTION 'BBP_PD_MSG_ADD'
          EXPORTING
            i_msgty       = c_msgty_e
            i_msgid       = 'BBP_PD'
            i_msgno       = 426
            i_msgv1       = lv_msgv1
          EXCEPTIONS
            log_not_found = 1
            OTHERS        = 2.
        IF sy-subrc <> 0.
          PERFORM abort.
        ENDIF.
        IF c_on = c_off.
          MESSAGE e426(bbp_pd) WITH lv_msgv1.
        ENDIF.
      ENDIF.
      if not mat_lvorm is initial.
        lv_msgv1 = iv_ordered_prod.
        call function 'BBP_PD_MSG_ADD'
    program name LBBP_PDIGPF2R
    Check material in backend
      CALL FUNCTION 'META_MATERIAL_READ'
        EXPORTING
          i_mtcom        = ls_mtcom_eci
          logical_system = iv_log_system
        IMPORTING
          e_mmsta        = mat_mmsta
          e_lvorm        = mat_lvorm
        EXCEPTIONS
          mat_not_found  = 1
          OTHERS         = 2.
      IF sy-subrc <> 0.
        lv_msgv1 = iv_ordered_prod.
        lv_msgv2 = iv_plant.
        CALL FUNCTION 'BBP_PD_MSG_ADD'
          EXPORTING
            i_msgty       = c_msgty_e
            i_msgid       = 'BBP_PD'
            i_msgno       = 275
            i_msgv1       = lv_msgv1
            i_msgv2       = lv_msgv2
          EXCEPTIONS
            log_not_found = 1
            OTHERS        = 2.
        IF sy-subrc <> 0.
          PERFORM abort.
        ENDIF.
        IF c_on = c_off.
          MESSAGE e275(bbp_pd) WITH lv_msgv1 lv_msgv2.
        ENDIF.
      ENDIF.
          EXPORTING
            i_msgty       = c_msgty_e
            i_msgid       = 'BBP_PD'
            i_msgno       = 345
          EXCEPTIONS
            log_not_found = 1
            others        = 2.
        if sy-subrc <> 0.
          perform abort.
        endif.
        if c_on = c_off.
    IN SRM PROGRAM LBBP_PDIGPF2R BBP_PD 345 throws message "product x is designed for deletion"
    but it is validationg from fm 'META_MATERIAL_READ'
    please close this thread
    br
    muthu

  • Material deletion flag at storage location level is not working

    I have a material that is created in some plants and also in some storage locations within each plant. If I mark the deletion flag at plant level I am not able to create a PO -> Me051 error message appears. Whereas if I mark the deletion flag at storage location level nothing appens. I am able to create a PO and also to create to goods receipt. Is there any customization that I should do in order to get the error message?
    Thanks in advance.

    storage location level deletion flag is not checked at order creation.
    it is assumed that you can change the storage location when you do the receipt.
    MRP run is at plant level, so the requirement is valid even the storage location view is flagged for deletion.

  • How to prevent error message for material description in MDG material detail screen, when user click on check action

    Dear Experts,
    I have a requirement for making material description as non mandetory in change request view of mdg material screen.
    I have done that using field usage in get data method of feeder classes, but still message is displaying.
    This message 'Material description is mandatory is displaying with check action only, but not with save or submit after i anhance field property as not mandetory.
    How to prevent error message for material description in MDG material detail screen, when user click on check action.
    Thanks
    Sukumar

    Hello Sukumar
    In IMG activity "Configure Properties of Change Request Step", you can completely deactivate the reuse area checks (but will then loose all other checks of the backend business logic as well).
    You can also set the error severity of the checks from Error to Warning (per CR type, not per check).
    Or you provide a default value for the material description, e.g. by implementing the BAdI USMD_RULE_SERVICE.
    Regards, Ingo Bruß

  • How to delete the material records related to storage type

    Dear SAP guru's,
    I got a situation that if the material "XXXXXX" exists in two different storage type (let say 001 & 002 ) and the material needs to be removed out of one (Let say 002) to avoid the picking and putaway in future.
    Inorder to accomplish an above requirement we tried the below cases
    Case 1: By flagged the material "XXXXXX" under storage type 002 in MM06 transaction.But it didn't restrict the system on allocating and removing the stock from /to to the storage type 002.
    Case 2:After we flagged the material for deletion under storage type 002 ,we used to MM71 transaction to archive & delete the material record that assocaited with the storage type 002 completely.
    I am kind of queiries to know if there is any other method or procedure available to delete the storage type associated material records in SAP.
    Please guide me with the other options.Thanks.
    Regards,
    John.

    Hi John,
    Its very simple, remove the Storage type indicators from the material master - Warehouse View 1 at Stock placement & Stock removal section, with this it won't pickup or place the materials in the concerned storage type.
    If you have extended this materials to more than 1 storage type, you need to do the same for all the storage types.
    Reward if it is helpful.

  • Is it Possible to delete the configuration from a Material Variant?

    Hi,
    Can you delete the configuration from a Material Variant and then reconfigure the part in MM02?

    Hi
    Once we created variant we can't delete it,
    Regards,
    srihari

  • Deletion marked material should give error message while creating proc ord

    Hello,
    i had marked the material for deletion through T-code MM06 & saved.
    Now when i'm creating the process order for the deleated material, System is giving only Warning message that " Material XXXX in plant XXXX has been marked for deletion."
    But my requirement is system shold give an ERROR message while creating Process Order for the deleted material.

    Yes Brahman is Right,
    Check the followig..
    Go to OMCQ and change the message category  to E- Error message instead of W- Waring message in Message no M7 127, but
    not  M7 121.
    and check it,
    Regards,
    Pavan idlur.

  • Error while editing PO - deleting service line item and creating material line item.

    In SAP SRM Extended classic scenario, PO is in 'ordered' status and contains a service line item. While editing this PO, I delete the service line item and create a new material line item. This gives me the following error.
    Back end error: Enter G/L account
    Back end error: LIne item still contains faulty items.
    This happens only with service- material comibination and no other combination(material-service, service-service, material-material).
    I need to know the reason for this issue and how it can be solved?

    PO Values (Inc Tax):
    Item 1: INR 228 L
    Item 2: INR 27.83 L   (Payment also done in 2008)
    GR for Item 1: INR 207.46 L
    Remaining Comm = INR 21.01 L
    Item 1 having 73 sub line items.... fo some of the sub-line items GR for some qty already done in last fiscals.
    User changing for remaining qty.
    Budget Report values:
    Previous Years:  Budget, Actual & Assigned = 304.85 L
                                Available = 0      (Carry Forward done for Budget & Commitments)
    2011:                   Budget = 75.15 L
                                Actual = 53.86 L
                                Comm = 21.01 L   (Same as Remaining Commitment)
                                Avai = 0.28 L
    Hope this will help.

  • Error while deleting Bill of Material

    Dear Expert,
            when i am deleting complete Bill of Material for a plant, i am getting error as Engineering change mgmt called with data that could not be interpreted
    Message no. CC092 or some times Message CC 061with diffent message
    Diagnosis
    You have chosen an engineering change management function.
    As the function module was called with an incorrectly configured interface, the data could not be interpreted.
    if i ignore this error message & save it then it will delete whole BOM. But i unable to understand why this error getting. recently we have implemented EHP-3 also for FI Module & also implement SAP Note:1278790 to resolve for BOM creation error.
    Regards,
    Ishwar

    Hi,
    i think, u introduced "Engin. Change managemnt  "
    Plz check that one and revert me back
    Thanks
    jeetendra

Maybe you are looking for