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

Condition Based Segment Filtering in ALE

Former Member
0 Likes
670

Hi Guys,

I have a scenario in which I have to filter the segments from the IDoc depending upon a condition.

For example if VKORG = ' 0001' then delete the segment.

I understand that it should be possible through ABAP code.

I am looking for some direct configuration steps in order to do the same.

Can anybody help?

Regards,

Prakash Pandey

2 REPLIES 2
Read only

MarcinPciak
Active Contributor
0 Likes
446

Hi,

I am affraid not possible to delete a segment from an Idoc withoud ABAP code. Setting filter in Distribution Model on the other hand will only affect entire Idocs, whether they are recived or rejected. Therefore only way is to modify ALE-exit with coding.

Regards

M.

Read only

Former Member
0 Likes
446

Hi,

As per my understanding, we do filer based value the Idocs (in T.code: bd64)and not the segments.

Segments are filtered based on message type sender and receiver details and not the value based.

Also deleting here is content deletion from the segment in communication.

Regards

Satya