cancel
Showing results for 
Search instead for 
Did you mean: 

Workflow Document Template - MS Word

12-29-2019 9:20 PM
1079 views 3 comments Go to solution
0 Likes
SAP Managed Tags
Subscribe

Dear All

I am creating a workflow which is using document template to create a MS Word Document.

Document is creating and working fine but I am not able to place container variable over MS Word by double clicking the container element while same is working fine for Microsoft Excel.

Link is establishing for excel but not for word. I have Microsoft Office 2010 installed over PC.

0 Likes

Accepted Solutions (1)

Accepted Solutions (1)

Sandra_Rossi
Active Contributor

Same issue for me.

The workaround is to first define the property with the name of the container element between underscores:

_<containerElement>_ 

and choose any value, via the Word menu File > Properties, then you can double click the container element.

If you want to use a workflow expression, use dots instead of underscores:

.<workflowExpression>.

I didn't find any SAP note about this issue.

Answers (1)

Answers (1)

Former Member
0 Likes

Dear All

Any update, its urgent.

Former Member
0 Likes

Hi Sarfraz,

When you try Susan Rossi's suggestion (above), what is your result?