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

VOFM Create Custom routine output control SD

Former Member
0 Likes
616

Hi Experts,

How can I code the custom routine to be created with logic:

An email will be issued to the desired recipient if

Overall status is not complete or

Rejection status is not complete or

Delivery status is not complete or

Credit status is not complete or

Overall blocked status is not complete or

Header data is not complete or

Header delivery data is not complete or

Header billing data is not complete or

Item data is not complete or

Item delivery data is not complete or

Item billing data is not complete or

(these data are from va03 ->goTo -> status)

do I need to do a select inside a routine?? please give me some idea..

Thanx,

1 ACCEPTED SOLUTION
Read only

vinod_vemuru2
Active Contributor
0 Likes
476

Hi,

You have the status related data available in the routine. Check the structures KOMKBV1 to KOMKBV7. Hope KOMKBV1 has the required data for orders.

Thanks,

Vinod.

1 REPLY 1
Read only

vinod_vemuru2
Active Contributor
0 Likes
478

Hi,

You have the status related data available in the routine. Check the structures KOMKBV1 to KOMKBV7. Hope KOMKBV1 has the required data for orders.

Thanks,

Vinod.