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: 

About filters in IDOCS

Former Member
0 Kudos

Hi all,

How to set new filter to send perticular data to only one person having function type 59.

Thanks,

Shiva

2 REPLIES 2

Former Member
0 Kudos

if a filter does not already exist, you will have to put code in the outbound user exit.

Former Member
0 Kudos

Hi,

BD95 - Create the New Entry of ALE Object Type and give the table name and field name for which you need to set the filter

BD59 - enter the message type

And then give the ALE Object type which was created throug BD95 and give the segment name for the same field you want to filter the values.

BD64 - Create the new distribution model and once you add the message type then create the filter and while creating the filter, the field which you have configured using BD95 AND BD59 will appear in the filtering criteria. Then you can set the value for the field.

Reg the user authorization you need to write the code in the User Exit for the Outbound function module.

Hope it helps.

Reward if it is useful.

Thanks,

Srinivas