2008 Feb 23 6:00 AM
hi guru,
HOW CAN I DELETE ONE ENTRY FROM MY SYSTEM TABLE MAKT.
2008 Feb 23 10:27 AM
Hi,
If your table is a static database table to which you got access to, then you can delete a single row with
delete from dbtable where condition.
Condition should be unique if you want to delete a specific row int the database table.
If your table is dynamically assigned you can delete a single row with
delete from (tablename) where condition.
Your question was not so exactly formulated. Sorry, if I missunderstood.
Regards, Dorothea.
2008 Feb 24 8:53 PM
While Dororthea's answer is technically correct, it should be pointed out that deleting data from a standard SAP table is a REALLY REALLY BAD Idea.
Don't do it.
2008 Feb 24 9:04 PM
2023 Sep 24 3:44 PM
2023 Sep 25 7:11 AM
MAKT is the material description. So supress the material description of the corresponding language.
You could do it in mass using transaction MM17
2023 Sep 25 9:15 AM
If you're looking for help, you should ask a new question: https://answers.sap.com/questions/ask.html.
Kind regards,
Anne