Hi Experts,
One small doubt.
I have created a Drop down in one column of table (no ALV table) .I have two tables
.As user clicks the 1st table (it has plant) the drop down values for storage location
based on the data selected in 1st table must be populated in 2nd table(in column Storage
loc. i.e. for plant of 1st table ...drop down node is populated with storage location)
I am able to get the Drop down values in 2nd table and it is woking fine.
Que->Problem is that i have 4 row in 2nd table and i need same drop down values in
all the rows. As i m getting Drop Down values in only 1st row, so i dont think
there is any problem with binding text value of that column to drop down node.
I have decleared a seprate node for drop down and binding it the 2nd tables column and getting the right value in that table. But why not i am getting the same value for all the rows.??
Rest of the rows are blank . No drop down values are appearing but that drop down arrow appears.
Thanks !!