cancel
Showing results for 
Search instead for 
Did you mean: 

Can we declare a String Array as a value attribute in View Context?

Former Member
0 Kudos

Hi,

I am working on a scenario where I need the array of values in one view to be used in another view.

Is there a type similar to String array for a value attribute so that I can transfer the values through the attribute.

I also tried declaring a variable in the first view and creating an object of the view to access that particular variable.

Even this didn't work.

Please correct me or let me know any other way to accomplish this.

Version:

NWDS - 7.0.09

SAP NW SP 12

Thank you,

Vasu

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

I have used an ArrayList to solve this.