cancel
Showing results for 
Search instead for 
Did you mean: 

Partial Type Matching Query

Former Member
0 Kudos

Dear All,

I have a specific  requirement about type matching which is as below...

At the time of creation of sales order when we configure the KMAT system propose the material variant  with matching configuration,now the requirement is to type excluding some characteristics from type matching.

Ex: If we are having characteristics as CH1, CH2, CH3, CH4, CH5

while type matching system should not check value of CH5 i,e. it should get excluded for type matching system should propose material variant by checking values for  CH1, CH2, CH3 and CH4.

Is it possible to do if yes kindly guide....

Regards,

Tanveer

Accepted Solutions (1)

Accepted Solutions (1)

Ritz
Active Contributor
0 Kudos

tanveer _SAP,

Yes , its possible.

use report RCU_EXCL_CHARACTERISTICS  in SE38 to achive this.

You use this program to select the characteristics (with or without a material number) that the system should not take into account for the type matching. In the lists, you can then mark the characteristics for exclusion in the relevant application.

Hope it will answer your issue.

close the thread if solved.

Thanks

Ritesh

Answers (1)

Answers (1)

Former Member
0 Kudos

Thank you Ritesh.....Solved