Hi all,
I am working on a wd abap component in which i have to populate a table in which each row has a different value which are fetched from database table.i want that in each row i want different values .like suppose my table has two coloumn and in first row of first coloumn i want to display the text "gender" and in the same row in second column i want to fetch a "value of gender" from database table.
similarly in second row of first coloumn i want to display a text " date of birth" and in the same row of second column i want to get its corresponding values.so please tell me how to do itin detail that is how to bind for each and every row and how to get the particular values.
send me the code along with proper commenting which will be easy for me to understand.
thanking you all in advance.