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

IDOC filtering Issue

former_member189779
Active Contributor
0 Likes
626

Dear all,

I am using RCCLORD to generate process order IDOCS.

I have created filter on OBJID (Work Center) for segment E1AFVOL.

In BD64 I have mentioned values for this OBJID

e.g 10000134

     10000135

     10000136

So everything works fine. Segment E1AFVOL is only sent for above work center values.

Now the problem.

Suppose a process order has 3 operations with above 3 work centers.So when fist time IDOC is sent everything works well. Segment E1AFVOL is created 3 times for each work centers.

Now suppose user has made some adjustments to one of the operations say it has work center 10000135. Now this time the IDOC should send only this operation data not other two. So this time the filter should work for only 10000135.

Any idea as if we can modify the filter values anywhere? Also on selection screen of RCCLORD there is option to select specific operation data but if I put anything in that it wont seem working it does not take into account those selection values.

Thanks in advance.

Regards

Vinit

Dear all,

I am using RCCLORD to generate process order IDOCS.

I have created filter on OBJID (Work Center) for segment E1AFVOL.

In BD64 I have mentioned values for this OBJID

e.g 10000134

     10000135

     10000136

So everything works fine. Segment E1AFVOL is only sent for above work center values.

Now the problem.

Suppose a process order has 3 operations with above 3 work centers.So when fist time IDOC is sent everything works well. Segment E1AFVOL is created 3 times for each work centers.

Now suppose user has made some adjustments to one of the operations say it has work center 10000135. Now this time the IDOC should send only this operation data not other two. So this time the filter should work for only 10000135.

Any idea as if we can modify the filter values anywhere? Also on selection screen of RCCLORD there is option to select specific operation data but if I put anything in that it wont seem working it does not take into account those selection values.

Thanks in advance.

Regards

Vinit

2 REPLIES 2
Read only

Former Member
0 Likes
568

Hi Vinit,

I think the issue is with the way outbound idoc is filled and not with the filter.

If the idoc has all the 3 operations filter will only forward it to the reciever system. So maybe we need to look more into the way idoc data is filled rather than trying to check how filters are working.

Kindly let me know your views.

Regards,

Siddharth

Read only

0 Likes
568

Yes that the last option that I delete the segments in user exit. But I want to know if we can influence the filter values in any way.