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 and reduce

Former Member
0 Likes
1,091

hi exerts,

what is deference between filtering idocs and reducing idocs, what are the transaction cods for these.

thanks in advance

radhakrishna

1 ACCEPTED SOLUTION
Read only

paruchuri_nagesh
Active Contributor
0 Likes
835

hi radha krishna

idoc filtering can be done by using transaction code BD56( segment filtering)

idoc reduction can be done by using transaction code BD53( idoc type reduction)

it is not possible to drop mandatory segments when using segment filtering in that scenario user has to use idoc reduction to protect fields from being overwritten in target system

reward if u find use ful

regards

Nagesh.Paruchuri

3 REPLIES 3
Read only

paruchuri_nagesh
Active Contributor
0 Likes
836

hi radha krishna

idoc filtering can be done by using transaction code BD56( segment filtering)

idoc reduction can be done by using transaction code BD53( idoc type reduction)

it is not possible to drop mandatory segments when using segment filtering in that scenario user has to use idoc reduction to protect fields from being overwritten in target system

reward if u find use ful

regards

Nagesh.Paruchuri

Read only

Former Member
0 Likes
835

Hi,

Filtering idocs means u want to add extra segment in standard idoc.

We30 tcode.

Same for when u want to delete segment from standard idocs.

same tcode for that.

Regards points if it is useful.

Read only

varma_narayana
Active Contributor
0 Likes
835

Hi..

Filtering IDOCs is done in 2 ways:

1. Data filtering Tcode BD64: based on the Condition of Segment fields you can restrict the data in idoc .

2 Segment filtering in BD56 transaction : Segment filtering is used to Remove the Unwanted segments while sending idocs to certian partner systems.

<b>Reduced Idoc type</b> Tcode BD53: Here you can create a new Message type based on the Standard message type to distribute only Few Segments and required feilds of the Segments. So you have to use this new message type in partner profiles.

<b>Reward if Helpful</b>