‎2008 Nov 12 9:38 AM
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
‎2008 Nov 12 9:43 AM
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.
‎2009 Jan 13 11:58 AM
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