Application Development 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: 

IDoc filter usage

Former Member
0 Kudos

Dear all,

I met a question for example: IDoc type 'PROJECT01' has a field 'company_code'. If this field value equal to 'US00' then need not create and send IDoc to target. I see that can do some deployments in BD59 and set data filter in BD64, but it seems like can only set when the certain value matched then create IDoc, how to carry out when the certain value matched then do not create IDoc? Because maybe there are too many items of this field so can not input them into data filter one by one. Thanks a lot.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi,

SAP has designed like that, if some data is matching then generate the idoc. I think if you want not to generate idoc if some fields are matching then you can design logic for this in the user-exit/Badi.

Thanks,

Asit Purbey.

1 REPLY 1

Former Member
0 Kudos

Hi,

SAP has designed like that, if some data is matching then generate the idoc. I think if you want not to generate idoc if some fields are matching then you can design logic for this in the user-exit/Badi.

Thanks,

Asit Purbey.