Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

HOW CAN I DELETE ONE ENTRY FROM MY SYSTEM TABLE MAKT

Former Member
0 Kudos
451

hi guru,

HOW CAN I DELETE ONE ENTRY FROM MY SYSTEM TABLE MAKT.

6 REPLIES 6

Former Member
0 Kudos
261

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.

matt
Active Contributor
261

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.

Former Member
0 Kudos
261

You can delete entries using transaction MM02.

Rob

0 Kudos
261

How can we delete the standard table record using this mm02?

261

MAKT is the material description. So supress the material description of the corresponding language.

You could do it in mass using transaction MM17

0 Kudos
261
Hello, While we're happy that you've come to SAP Community to get an answer to your question, you posted your question as an answer in an old thread.I've converted your answer to a comment, but even so -- posting in older threads is not the best way to get guidance.

If you're looking for help, you should ask a new question: https://answers.sap.com/questions/ask.html.

Kind regards,
Anne