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

Problems with ALE filters...

Former Member
0 Likes
620

Hi I have a situation I need to send materials to a partner only the materials specific for a particular plant.The filter in the distribution model is based on E1MARCM-WERKS.

change pointers are enabled.When material is changed may be some other fields which are not relevant to plant data the idoc is created with message function '018'(resend) and the E1MARCM segment itself is missing.So the filters are not verified and the materials which belong to other plants are also sent to the partner...

How can this problem be rectified...?

Thanks for your help

Larry

Hi I have a situation I need to send materials to a partner only the materials specific for a particular plant.The filter in the distribution model is based on E1MARCM-WERKS.

change pointers are enabled.When material is changed may be some other fields which are not relevant to plant data the idoc is created with message function '018'(resend) and the E1MARCM segment itself is missing.So the filters are not verified and the materials which belong to other plants are also sent to the partner...

How can this problem be rectified...?

Thanks for your help

Larry

3 REPLIES 3
Read only

former_member194669
Active Contributor
0 Likes
552

Hi,

In bd59, you add the field that you want to use as filter. then you add in bd64 the filter.

aRs

Read only

0 Likes
552

Sorry The filters are in place...The situation is the segment on which the filters are based are missing if the idocs are created through change pointers...

Larry...

Read only

0 Likes
552

Hi Aber,

I have an wague idea, can't we put a condition like if WERKS is not initial or if WERKS = 'your filter value'. If any of these case is correct, it will stop sending the idocs.

shylesh