Hi All,
I have a problem in appending data from one field symbols to another field symbols.
<Field-symbols> :<f1> type any,
<f2> type any.
In program i am assing a table data to <f1> and <f2>.
Now i want to append <f2> to <f1>.
I have tried like this Append <f2> to <f1>.
But it's not working.
Can any boby suggest me how to acheive this.
Thanks in advance
Viswa