‎2007 Oct 25 5:43 AM
HI
I am new to interfaces
i have to send outbound delivery note to third party from sap.
i dont want to send price details to third party when i am sending delivery note?
i thought i have to use filter. I dont know how to use.
can any one give me any idea for this
regards
prathap
‎2007 Oct 25 5:49 AM
Hi Prathap,
In BD64 you can create filter for that IDOC or you can just restric data in the user exit of outbound FM of IDOC.
Regards,
Atish
‎2007 Oct 25 5:54 AM
hi sarda
thanks for ur reply
can u explain little bit more how to use filtrers
and my out bound idoc is DELVRY03 how to find function module for this one?
regards
prathap
‎2007 Oct 25 5:59 AM
Hi Prathap,
FM is IDOC_OUTPUT_DELVRY.
If you just go in it you will find BADI and user exit. Check which one you want to use.
Regards,
atish
‎2007 Oct 25 6:21 AM
hi
pratap
for this u have to configure filters in distribution model vew.
before distributing model view u have to do this goto BD64
select u r model view and expand model view doble click on the filter sets
here u can configure the filters
regards
Nagesh.Paruchuri
‎2007 Oct 25 9:57 AM
u can also restrict it by using user exit....EXIT_SAPLV56K_002