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

MSC3N, Characteristics

Former Member
0 Likes
2,229

Hi, now for certain material i see some characteristics. I need to avoid for certains materials that certains charateristics are actives. ¿someone knows some exit, enhancement point or badi where be possible to control the characteristics and modify this? Thanks in advance

Hi, now for certain material i see some characteristics. I need to avoid for certains materials that certains charateristics are actives. ¿someone knows some exit, enhancement point or badi where be possible to control the characteristics and modify this? Thanks in advance

8 REPLIES 8
Read only

former_member189779
Active Contributor
0 Likes
1,471

through which transaction you want to achive this?

Read only

0 Likes
1,471

I need this behavior in the transaction MSC3N.

Read only

Former Member
0 Likes
1,471

Hi, any idea? Thxs

Read only

0 Likes
1,471

MSC3N is a display batch transaction. Sorry but I did not understand your question.

May be you need to do this while you create the batch. Are you manually creating the batch or automatic assignment? Ideally this batch must be determined in some standard SAP transaction which in turn updates the batch master.

Read only

former_member404244
Active Contributor
0 Likes
1,471

Hi,

MSC3N is for display we cannot do anything there.. You need to check in MSC1N.

Characteristicsare tagged to a class and when we select the class in MM01 the characteristics will come... Why don't you create separate class for the chacterstics you want and use it...

Please check with your functinal consultant what exactly needs to be done.

Regards,

Nagaraj

Read only

0 Likes
1,471

Hi nagaraj, the functional consultant say that he have a pool of material, for example, of the class A and for some materials of this pool he want that the behavior and the show characteristics being diferents (bur using the same class).

Read only

0 Likes
1,471

Hi,

Check the include LCHRGF02 and inside there is a function module "

 

CLFM_SELECT_AUSP", i believe this FM will get you the characteristics .. check enhancepoint and see if it helps you.. This is just a thought..Please try.

Regards,

Nagaraj

Read only

Former Member
0 Likes
1,471

Hello Rimbecano,

Please look at the following link . you will find all the possible exits in classification system. You will need to read the value for the material number field matnr and then hide the characteristic based on that. You can avail this easily when using variant configuration but in your case you are using classifciation so you will need an exit to avail this.

http://help.sap.com/saphelp_xi20sr1/helpdata/EN/93/ad8838d4687e0ce10000009b38f8cf/content.htm

Thanks

Amber