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

User Exits

Former Member
0 Likes
476

I want a User Exit/BAdi When billing document Released for accounting at that time I want to Trigger a Mail To customer Which User Exit is suitable for me?

1 REPLY 1
Read only

VeselinaPeykova
Active Contributor
0 Likes
404

You do not need a user exit just to trigger e-mail when a billing document is released to accounting, this is a simple standard configuration task. 🙂

When you release a billing document to accounting the status of the document changes. Based on this status SAP has provided a VOFM requirement routine which you can assign in your output procedure.

If the standard routine does not fit to your business case for some reason - then yes, you need a developer to create a new one as a copy and adjust it to the specific requirement.

Tell your functional SD colleague to explore standard SAP before raising a request to the development team.