Application Development and Automation 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: 
Read only

Problem with MM42 tcode.

Former Member
0 Likes
1,252

Hi ABAP-Experts,

There is one issue in our project creating lot of problem as follows.

Our custumer had created some of the articles in MM41 with combination of sales organization-0001 and distribution channel 01. so some of the articles are getting reflected in Finish and german(SO-0001 and DC-01). They don't want articles now with combination of sales organization-0001 and distribution channel 01.

After analysis I found that this problem can be solved by deleting entry from table MVKE which holds article as well as Sales organization 0001 and distribution channel 01.

I deleted the entry which has sales organization-0001 and distribution channel 01 from table MVKE.

After deleting entry , I found that the article is not appearing in MM43 transaction with sales organization-0001 and distribution channel 01......which was correct.

But now problem is that it is still displaying that same article in MM42 tcode.

Is there any other table where I need to delete article for sales organization-0001 and distribution channel 01 so that it does not appear in MM42 tcode.

If no......then could you please suggest how shall i proceed.

2 REPLIES 2
Read only

Former Member
0 Likes
683

Hi,

Restrain your self from deleting any entry from standard tables directly in future. It may cause lot of harm.

In spite of deleting entry easier solution would have been to consult MM guy in your team.

There is generally not one table that store the data, it is always linked to some one else.

Now simply debug MM42 and check from where it is picking the data and even if you find the table don't delete it directly, Again ask MM guy if he can help in some. deletion would be the last option.

This is not answer of your question but just want to inform you that never delete standard table data directly.

Read only

Former Member
0 Likes
683

The problem was solved after setting the particular material discontinue for that particular sales organization and distribution channel.