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

Filter for custom IDoc?

former_member194669
Active Contributor
0 Likes
482

Hi,

I have custom IDoc , that i am sending to 4 different destinations (systems). My requirement is i need to send for 4 th destinations only header segment.

How do i filter this on the basis of partner profile number

Please don't suggest to change the code. I am looking for this can done without change function module or triggering program.

a®

1 ACCEPTED SOLUTION
Read only

ferry_lianto
Active Contributor
0 Likes
411

Hi,

You can use segment filtering (transaction BD56).

Here you can suppress a whole segment irrespective of data inside it .

You have to give Message Type/Sender Partner/Receiver Partner.

Regards,

Ferry Lianto

2 REPLIES 2
Read only

ferry_lianto
Active Contributor
0 Likes
412

Hi,

You can use segment filtering (transaction BD56).

Here you can suppress a whole segment irrespective of data inside it .

You have to give Message Type/Sender Partner/Receiver Partner.

Regards,

Ferry Lianto

Read only

0 Likes
411

Hi,

Ferry, That works well.

Thanks

a®