dear all,
we are exploring a simple workflow with webdynpro abap applications.
basically, sapuser1 opens a zWDA1_RequestorApp in browser, that has two fields: NAME and AGE, and a button named 'Request GatePass'.
once sapuser1 clicks the button, it goes sapuser2 who is the decider.
sapuser2 opens another zWDA2_ApproverApp in browser, that shows the existing requests, and sapuser2 decides if the age is greater than 18, he will approve or reject.
We have following queries,
what all sequence of objects we need to create.
from WDA perspective we are clear regarding the first application zWDA1_RequestorApp,
is there any simple tutorial to create a onestep approval workflow for this and link to so that it starts when button in zWDA1_RequestorApp is clicked by the user sapuser1
for approving part, in zWDA2_ApproverApp, there are two buttons Approve and Reject in WD view. how to proceed the workflow on based on these actions. is there any way/tutorial to view workitems in a WDA application.
for approving part, is it necessary to create zWDA2_ApproverApp, as the sapuser2 wants to approve in browser only. I checked in scn regarding UWL, but we dont have EP.
we are in Ecc/Ehp7, is there any standard WebDynpro ABAP application, where we can view/execute workitems in browser, so that we dont have to create zWDA2_ApproverApp
thanks,
Madhu_1980