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

field filtering

Former Member
0 Likes
467

hi

i have to create outbound delivery idoc.

when i am sending idoc to thirdparty one field (pricefield) i dont want to send??

can anybody help me how to do it.

regards

prathap

4 REPLIES 4
Read only

Former Member
0 Likes
440

Hi Prathap,

You can clear the value from that field in the user-exit or BADI.

Regards,

Atish

Read only

paruchuri_nagesh
Active Contributor
0 Likes
440

hi

for this u have to work with tcode BD53(to protect the fields from bieng overwritten in the target system)

regards

Nagesh.Paruchuri

Read only

0 Likes
440

Do coding in Following Exit

EXIT_SAPLV56K_002 (Enhancement V56K0001)

REgards

Read only

Former Member
0 Likes
440

hi pratap,

If u want to filter particular field in segment,u can do using idoc filtering with BD59.Here u can define filter object containing which field u want to filter.

Thanks,

Srikanth.A