cancel
Showing results for 
Search instead for 
Did you mean: 

SAP Personas paste value in table/grid

Former Member
0 Kudos

Hi,

We are using Personas 2.0. I have been able to successfully copy a value from a table/grid on screen and paste it into a personas field using the javascript function.

Is there a way to accomplish the reverse of this?

Copy a value from a field and paste it into a table/grid cell on screen.

For example, in VD51 I'm trying to paste a value under the column customer description.

Thanks,

Srinivas

Accepted Solutions (1)

Accepted Solutions (1)

chinthan_yajamaan
Active Contributor
0 Kudos

You can paste the same way you copied the value using Paste Value script action with column cell id (select column to copy its control id and then append cell[1] to access first row). But Personas 2.0 does not support for loops, so it is not possible to loop and paste into all rows dynamically.

Also note, instead of cell[1], you can use variable to decide row number dynamically as explained here Personas 2.0 SP03 Features - SAP Imagineering - SCN Wiki

Thanks

Chinthan

Former Member
0 Kudos

Thanks Chinthan! That was so easy!

Answers (0)