SAP Set Property

Hi @Allan_Zimmermann Greetings, I am using a set property to type the TCODE in SAP.
I have passed the parameters as value and able to type the TCODE as attached the image.


Can you please tell how to pass a Argument type of string inside the Parameters of set property ?
Thanks in advance.

I do not have access to openrpa, but i would assume it takes an array, so something like

{"val1", "val2"}

But i dont see any syntax errors in your screenshot, so i may be wrong.
If so, please open the property ediotor and send a screenshot, or i can check my self tomorrow when i get access to openrpa again

Hi @Allan_Zimmermann , To make it clear My aim is to type “/nCo02” in the text box as the image attached below
image

I have passed the parameters “[‘/nCo02’]” as the below image and it worked.

Now I need to dynamically pass the argument or a variable type string inside the parameters area like I have created a variable TCode as string and assigned Tcode = “/nCo02” so I need to pass the variable inside the parameter ,so can you help on this please ?

Every property is an expression, so you can use variables and/or vb expression, so you do not need to use a string only.

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.