cancel
Showing results for 
Search instead for 
Did you mean: 

How to add multiple files from web dynpro to work flow container

Former Member
0 Kudos

Hi ,

I have a requirement where there are multiple files in web dynpro.

I need to send the files to work flow container for approval.

Only after the approval, the data in files gets updated in database.

Please let me know how to send the files to workflow.

Your reply will be great help to me.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Create a WorkFlow Task . and make sure all the details related to the files have a mapping field in the workflow task.

call the function module : SAP_WAPI_START_WORKFLOW.

The values related to the files needs to be passed in the Tables parameter of the WorkFlow Task.

Structure for that is : swr_cont.

fields in the structure are : ELEMENT

VALUE.

Ex : if you are a user name : field ELEMENT will have the mapping field that is used in Work Flow Task . ( ZUNAME - In workflow)

VALUE : ( your input file value that has the username).

Thanks

Kt

Former Member
0 Kudos

iam also same requirement

if u got answer

pls share with me

it is high priority

thanks in advance