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

IDOC User exit filter

former_member188791
Participant
0 Likes
704

Hi Group,

I have a requirement to send IDOC FIDCC1  only for particular Finance document type, I found one user exit "EXIT_SAPLF050_005 " but I am not sure how to stop sending IDOC for toher document types, can any body help by providing some suggestions.

1 REPLY 1
Read only

Former Member
0 Likes
465

Hi,

You would have an IDOC_STATUS table in the standard FM which is processing your IDOC. Your goal is to set the status 51 here and populate the message variables when you catch the exception.

Thanks.

Ravi