cancel
Showing results for 
Search instead for 
Did you mean: 

How to flag a material for deletion?

former_member445996
Participant
0 Kudos

Hi All,

Any FM or transaction that I can use to flag a material for deletion?

Thanks in advance.

Accepted Solutions (1)

Accepted Solutions (1)

former_member181966
Active Contributor

<b>FYI</b>

BAPI_MATERIAL_DELETE Flag Material for Deletion

MALU Update Program: Set Deletion Flag Mat.

MATERIAL_UPDATE_LVORM Update changed deletion flags in material mas

DPRL Change Material When Profile Deleted

MBAD Delete Material Documents

MM06 Flag Material for Deletion

MM16 Schedule Material for Deletion

MM70 Sel. Materials Flagged for Deletion

MMDE Delete All Materials

PPRL Change Material When Profile Deleted

Tip: You can see the Package =<b>M*</b> to find out all MM related object in SE37,se93 as well as in SE38.

Hope this’ll give you idea!!

<b>Pl... award the points.</b>

Good luck

Thanks

Saquib Khan

"Some are wise and some are otherwise"

Answers (4)

Answers (4)

Former Member
0 Kudos

hi aurang,

MM06 Flag material for deletion

Delete a material master - MM module

If you created an material by error and you want to delete that material from the data base you can do it in this simple 4 steps. The only condition is that this material has to have no material movement recorded.

These are the steps:1

1) Flag material for deletion. transaction MM06

2) Run report MMREO001 - Selection of materials flagged for deletion and select the material

3) Run report MMREO050 Archive Materials to archive the material (some customisig settings might be required)

4) Run report MMREO110 Deletion Program for Archiving Materials to delete the material from the database.

These reports are called by the SARA transaction too.

reward if helpful.

regards,

keerthi.

ferry_lianto
Active Contributor
0 Kudos

Hi Aurang,

Please check this FM.

<b>OL_SET_LVORM_MATERIAL

SET_LVORM_MATERIAL

UPDATE_MATERIAL_LVORM</b>

Hope this will help.

Regards,

Ferry Lianto

Former Member
0 Kudos

How about MM06 or MM16? They're on the Material menu.

Rob

LucianoBentiveg
Active Contributor
0 Kudos

Try with:

BAPI_MATERIAL_DELETE

Regards.