Hi Anuji, thanks for your answer, u r right. But what if I do not want to choose some value from menue? My plan was to define a new XML segment as string in Expression Editor and append it to my XML. Does that mean this is not possible?
I somehow need to build a multiline XML looking like this:
<option>
<item><text>content...</text></item>
<item><text>content...</text></item>
<item><text>content...</text></item>
<option>
Content should define a multiline "where clause". Eventually, I want to map resulting XML to options input section of RFC_READ_TABLE to query data from ERP using JCO connector.
What's a suitable approach to get there?
Greetings, Marco