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

Bacht Input MM02

Former Member
0 Likes
1,015

Hi Experts,

I need to do a Bacht Input the Classification view in MM02. The problem is, When I start shdb, the screen that i need to input the data, not show the screen. Somebody has any ideia about this problem or how can I to resolve this?

Best regards

Hi Experts,

I need to do a Bacht Input the Classification view in MM02. The problem is, When I start shdb, the screen that i need to input the data, not show the screen. Somebody has any ideia about this problem or how can I to resolve this?

Best regards

7 REPLIES 7
Read only

Former Member
0 Likes
952

Hi,

MM02 MDC is a little tricky. Based on the Material Type, you will get different tabs within MM02. You need determine which tab will come based on the material type. Then create your recordings.

Thanks and Regards,

Arnab

Read only

Former Member
0 Likes
952

Where can I to difine this separator?

regardas

Read only

0 Likes
952

In SHDB you cannot do that, you have to handle that in code, and do not generate code from SHDB for this case, it won't help much.

For SHDB, find out which tab you can get, by getting the material no and check in SE16 for material type.

Regards,

Arnab

Read only

Former Member
0 Likes
952

Hi,

It seems to be missing customization for this material type.

'CLASSIFICATION' may missing there.

Use T.Code : OMS2.

Select the Classification view there as per the material types you have to use.

Then go for the recording.

YOu can take help of Functional Consultant for customization for this.

Regds,

Anil

Read only

Former Member
0 Likes
952

Hi,

First you pick up the material type having classification view .

using this material go for recording MM02.

Thanks,

Koshal

Read only

Former Member
0 Likes
952

For the type of material I'm using, is the view classification is ok. more when there is a sign subtela, in which case this is not showing up when I'm doing the recording. but when I run the normal MM02 without shdb appears to subtela

regards

Read only

Former Member
0 Likes
952

I found an alternative, I use the function C14K_AUSP_CHANGE_VALUE and solve my problem.

Thanks for the attention of all