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

hi

Former Member
0 Likes
729

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

5 REPLIES 5
Read only

Former Member
0 Likes
618

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

Read only

0 Likes
618

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

Read only

0 Likes
618

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

Read only

paruchuri_nagesh
Active Contributor
0 Likes
618

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

Read only

0 Likes
618

u can also restrict it by using user exit....EXIT_SAPLV56K_002