cancel
Showing results for 
Search instead for 
Did you mean: 

Event on a table's cell

Former Member
0 Kudos

hi

I am creatting a webdynpro application which contain a grid,  each cell contains data but i want that each time the user double click on a cell some fields in the bottom of the screen will fill up with the data of the cell.

Is there a way to do that ? i didnt find any event on the CELL attributes .

thanks Elad

Accepted Solutions (0)

Answers (3)

Answers (3)

former_member184958
Active Participant
0 Kudos

Hi,

Each and every cell in table have On action event, Double click on any cell then go to that particular cell you can find the action for that cell. If you are using ALV then we need to call the explicit cell actions

Regards,

John.

Former Member
0 Kudos

Hello

Use the Method (On lead selection ) it came with the table its got triggered everytime when user click on some row in the table  write the code in the method to fill the fields by reading the leadseleted row of node which is bind with table.

former_member210804
Active Participant
0 Kudos

Hi elad,

I would like to tell you according to my understand,

We can use Table - Popin . Please follow the below links.

http://webdynproabap.wordpress.com/2012/07/09/table-popin/

http://saptechnical.com/Tutorials/WebDynproABAP/Popin/Index.htm

Best regards,

Rao.