cancel
Showing results for 
Search instead for 
Did you mean: 

Calling custom WD app from Work flow

Former Member
0 Kudos

Hi experts ,

I am creating a wd java application. In which employee can post some data to R-3 but before storing it into R-3 , his supervisor's approval is must . For this I have done following

A) I have created two WD app , one for employee and one for supervisor .

B) I Have craeted a RFC in which I am internally triggering a Work Flow .

C) Work flow is triggered when employee posts any data for appoval to his supervisor , and it has following steps .

1) get supervisor

2) mail to supervisor

3) check for supervisor approval

4) If yes , Mail to employee , updates R-3 and terminate WF .

5) If No , Mail to employee and terminate WF .

Now how do go about 3rd process I need to open custom WD app .I dont want to use standard UWL. for that i think i need to map task in SWFVISU. But I am not sure what really it does .

Do anyone of you have any guidelines for creating custom WF development .

Accepted Solutions (1)

Accepted Solutions (1)

Saravanan_SD
Advisor
Advisor
0 Kudos

Hi Umang,

You should customize the XML file for the UWL. Use SAPWebDynproLauncher for launching WD application on clicking on the TaskList.

Please find the below link on same.

http://help.sap.com/saphelp_nw70/helpdata/EN/20/f0c82c9f6748c58d9ea14b3bbed93a/frameset.htm

Hope it helps.

Regards,

Saravanan

Answers (1)

Answers (1)

Former Member
0 Kudos

hai Umang Mathur,

why dont you try doing all these workflow in Guided procedures which will make your job simpler.

Try and let me know if there is any issues.

Thanks n Regards

Sharanya.R