cancel
Showing results for 
Search instead for 
Did you mean: 

Create Workflow in Portal

Former Member
0 Kudos

Hi All,

I want to develop a workflow in Portal. The requirement is as follows :

I need to develop a form for Petty Cash in Web Dynpro. When the user fills this form and submits the request, then a workflow should be triggered. The notification should go to Manager1 and on approval to Finance user.

Plz let me know how to achieve this in Portal.

Regards

Nikhil

Accepted Solutions (0)

Answers (2)

Answers (2)

sid_sunny
Contributor
0 Kudos

Hi Nikhil,

If creating a workflow in portal is not a constraint then you can choose backend workflow to do this job but if it is a constraint then in this case you can use GP to solve your problem. To learn GP you can go through the following tutorials in SDN.

1. <a href="https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/e99cff7a-0601-0010-dea3-e8166c7a7f20">My First Process in Guided Procedures</a>.

2. <a href="https://www.sdn.sap.com/irj/sdn/advancedsearch?cat=sdn_library&query=makingwebdynproascallableobject&adv=false&sortby=cm_rnd_rankvalue">Web Dynpro application as callable object</a>

Regards

Sid

former_member189428
Contributor
0 Kudos

hi Nikhil

first u create 3 roles --->

1) one for user

2)second for Manager1

3) Finance User

after first user fills the form --> in back end request is pending

here u check the condition

then manager retrieves the record -


> then he approves it

like that u can done.

if u have any doubts....ask me

i done one work flow like that