cancel
Showing results for 
Search instead for 
Did you mean: 

How to integrate SAP HR Workflows with Webdynpro ?

Former Member
0 Kudos

Hello All,

Could you please drop some hints for the below points please ?

How do we trigger SAP workflow from Webdynpro DC? Usually if its a RFC we import RFC through Model and trigger the RFC. Can that be done only through Adobe forms? If yes,how do we trigger work flow through Adobe Forms?

Many Thanks,

Dhanya

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Dhanya,

All Rfc refer to r3 workflow begin with Sap_Wapi.... the Rfc to create event is:

Sap_Wapi_create_event.

You can also use portal UWL and work with the xml file's:

http://help.sap.com/saphelp_nw2004s/helpdata/en/57/c223be82104792a15c2df11377b9ed/frameset.htm

The second way is the portal standard.

Regards Nir

Former Member
0 Kudos

Hi,

I need to trigger the workflow on click of submit buttonin Webdynpro. These WAPIs are to be converted to RFCs and then used through Webdynpros using Adaptive RFC Model?

Cheers,

Dhanya

Former Member
0 Kudos

Hi,

You are right. You need to have a BAPI/RFC wrapper around this Sap_Wapi_create_event function module. Only after that you can call this from Web Dynpro. Not otherwise.

Regards,

Satyajit.

Former Member
0 Kudos

Hi all,

How can I enable my Webdynpro which triggers work flow on click of submit button on ISR framework?

Any hints are welcome...

Thanks,

Dhanya

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi, Dhanya

Of course via RFC! Usually these workflow related RFMs are called WAPI

(Workflow API).

Please refer to this thread.

And Adobe forms is not relevant to SAP workflow at all. Usually, Adobe forms

+ workflow scenarios are achieved via the above workflow APIs.

Best Regards.

Sejoon