cancel
Showing results for 
Search instead for 
Did you mean: 

Flag for Deletion

Former Member
0 Kudos

Dear experts,

i have a situation in listing item that had been marked for deletion. is there any chance i can get a t-code that can list all material that had been flagged for deletion?

recently i was using MM06 - marked for deletion for one material as for example 200003778 for the material number. then i was using mm60 these material is still in the list of material. is there any chance for me to display on material that is active or not flagged for deletion from mm60 t-code. or maybe can i configure the MM60 to have an extra column that is displaying which material is being flagged for deletion.

Regards,

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

I don't think there is any such standard t/code...u can develop a Z programme with the help of ur ABAP person...one thing you should know is in MM60 it is still flowing because you have only marked the material for deletion and not archived the material.

Regards,

Indranil

Answers (5)

Answers (5)

Former Member
0 Kudos

thanx all... for mean while i will try to look up directly from the table ; and also consult with the technical to create Z program

Former Member
0 Kudos

Hi,

Create your own match code where the deleted materials are excluded.

Transaction code : OMSH

http://help.sap.com/erp2005_ehp_03/helpdata/EN/cf/21ee45446011d189700000e8322d00/frameset.htm

Former Member
0 Kudos

There is no standard t code for your requirement.

As you wish make enhancement for mm60 report or create new report for deleted materials.

Former Member
0 Kudos

Alternatively, you can get the list from table directly. Use Tcode SE16 for data browser and display table MARA.

In selection fields add "DF Client Level" (deletion flag at client level) via settings > fields for selection.

Similarly you can get MARC for deletion indicator at plant level.

Hope it helps,

Fizzah

JL23
Active Contributor
0 Kudos

create a query in SQ01 or SQVI or create an own Z-ABAP (copy from MM60) where you extend the selection.