cancel
Showing results for 
Search instead for 
Did you mean: 

Adobe Forms - WDJava - SAP Workflow

Former Member
0 Kudos

Hi experts.

I had a question regarding on workflow.

We have an interactive form inside a wd java application, once the form is submitted its passed on as an attachment to an SAP business workflow. Inside the workflow we need to extract the data from this form and pass this data to an SAP transaction.

Any standard way to do this?. Please suggest any pointers.

Thanks

Lisha

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi

You can use GET_PARAMETER to get those values from the form and store it in workflow container elemtn.

then you can use SET_Parameter to set those values to sap transaction.

Regards,

Hemalatha.