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

username in workflow

Former Member
0 Likes
407

I have created ztable with vtweg, user. when sales order was created based on vtweg the mail should be send to the user according to ztable.

please suggest me how can i proceed.

I have created ztable with vtweg, user. when sales order was created based on vtweg the mail should be send to the user according to ztable.

please suggest me how can i proceed.

1 REPLY 1
Read only

b_deterd2
Active Contributor
0 Likes
367

Hi,

Go to transaction SWETYPV. Here you can place a function module which can be triggered when a sales order is created (BUS2032 if i am correct).

In the FM you can query your ztable and create a mail (with class CL_BCS for instance).

Regards,

Bert