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

New to workflow & learning..

vsubbakrishna
Participant
0 Likes
322

Hi all,

I have created a Business Object <b>zcustomer</b>..which has an event called create....a method zcreate_customer....which in turns calls BAPI(Custom) to create customer...

i have also created a Screen program which contains all the fields used for customer creation...

now how can i <b>design</b> a workflow such that

1) i will input the customer fields on the screen and inside the program i need to trigger the event....

2) event should pass these values & trigger the workflow

3) workflow should route the customer details to approver where he will approve/reject the customer

4) if approved the workflow should call the BOR method to create the customer using the BAPI.

5) if rejected send rejection mail..

your valuable inputs are needed on this.

Thanks,

Subba

Hi all,

I have created a Business Object <b>zcustomer</b>..which has an event called create....a method zcreate_customer....which in turns calls BAPI(Custom) to create customer...

i have also created a Screen program which contains all the fields used for customer creation...

now how can i <b>design</b> a workflow such that

1) i will input the customer fields on the screen and inside the program i need to trigger the event....

2) event should pass these values & trigger the workflow

3) workflow should route the customer details to approver where he will approve/reject the customer

4) if approved the workflow should call the BOR method to create the customer using the BAPI.

5) if rejected send rejection mail..

your valuable inputs are needed on this.

Thanks,

Subba

1 REPLY 1
Read only

vsubbakrishna
Participant
0 Likes
299

solved