cancel
Showing results for 
Search instead for 
Did you mean: 

Starting workflow incl attachments from WebDynpro ABAP

renejurmann
Participant
0 Kudos

Hello all,

we want to start a custom business workflow from WebDynpro ABAP and automatically attach some files (previously uploaded within the WebDynpro ABAP form).

Can anyone tell me how to do so?

regards

René

Accepted Solutions (1)

Accepted Solutions (1)

gill367
Active Contributor
0 Kudos

Use SAP_WAPI_CREATE_EVENT function module to trigger the workflow.

You can create XSTRING type parameter in Business object container as well as in workflow to hold the HEX value of uploaded file.

Refer to this article for calling workflow from web dynpro

http://scn.sap.com/docs/DOC-2381

Regards,

Sarbjeet

renejurmann
Participant
0 Kudos

Thanks Sarbjeet,

this works.

Answers (0)