cancel
Showing results for 
Search instead for 
Did you mean: 

Filter on MATMAS

Former Member
0 Kudos

Hi

I want to set the filter in Distribution model for MATMAS with extenstion ZXXXXX. Filtering is by Plant and Storage Location. But it doesn't work. When I want to generate Idoc it gives me a message: "Segment ZXXXXXX does not exist for message type MATMAS". In error description/procedure I can see: "Either there is an error in the program that created the IDoc, or some of the settings in the ALE distribution model or the ALE segment filter are incorrect.

Procedure

Make sure that no filter objects have been specified in the ALE distribution model for this message flow and that there are no entries in the ALE segment filter for it either."

Can anyone knows how to filter MATMAS with extensions?

br

mariusz

Accepted Solutions (1)

Accepted Solutions (1)

MichalKrawczyk
Active Contributor
0 Kudos

hi Mariusz,

do this:

inside your code where you populate the new segments

fill out control record like this:

idoc_control-cimtyp = "name of your extension"

and try once more

let me know if this worked ok ?

thanks,

Regards,

Michal Krawczyk

Answers (2)

Answers (2)

vijay_b4
Active Contributor
0 Kudos

Hi Marius,

Recheck with these steps:

1. Creating a Segment : -WE31

2. Enhancement Name : WE30 (enable extension option)

3. Link between Basic type, Message type and Extension type - WE82

4. Creating a Project u2013 CMOD

goto components and double on your user exit and write your code.

and now in the partner profile specify your extension type along with your basic and message type.

Thanks & Regards,

Pragathi.

Former Member
0 Kudos

Misread the thread

Edited by: Neil Billqvist on Apr 15, 2009 4:22 PM