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

Customer master workflow

Former Member
0 Likes
371

Hi Experts,

I want to create a workflow for customer master. the requirement is when ever the customer has created in the customer master xd01 before saving the record into the sap register it has to be checked from the approver and it should get approval from the approver and then only we have to save the record to the data base.

Moderator message : Spec dumping not allowed, search for available information. Thread locked.

Edited by: Vinod Kumar on Dec 8, 2011 12:20 PM

1 REPLY 1
Read only

Former Member
0 Likes
302

Hi Rajeev,

Use exit EXIT_SAPMF02D_001 and trigger a custom workflow through SWE_EVENT_CREATE. That will allow the approver to approve it.

Thanks,

Atanu