cancel
Showing results for 
Search instead for 
Did you mean: 

tableview in diplay mode before line selection

Former Member
0 Kudos

Hi all,

Can I make a tableview in display mode before line selection? Suppose If I have a dropdown or f4 help for a cell it should be only visible when i select a particular row. The characteristics of cell should only be visible when a row is selected.

Any pointers?

Thanks and Regards,

Sneha.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Sneha,

Maybe you can try this.....

Check if selectedRowIndex is initial....and if not then only create the iterator object....

eg.

IF NOT selectedrowindextable is initial.
    create object iterator.
ENDIF.

Hope this helps.

<b><i>Do reward each useful answer..!</i></b>

Thanks,

Tatvagna.

Former Member
0 Kudos

Hi Tatvagna,

Thanks for the reply,

but i think this doesn't serve my purpose, if i dont create the iterator object, i could not see any column definitions and moreover the main purpose of doing this is to enable cellClick for dropdowns and f4 helps. cellClick attribute which i have defined in GET_COLUMN_DEFINITIONS was not working for dropdowns and f4 helps, so as followed in Standarad PCUI I thought of not characterising the cell before row selection, so that cellClick works for all the cells.

Pls suggest.

Thanks and Regards,

Sneha.

Former Member
0 Kudos

Hi Puppala,

IF NOT selectedrowindextable is initial.

create object iterator exporting FLAG.

ENDIF.

pass the flag depending in the situatioin and do manupulations in the itarator. You can recreate Iterators anytime you need to.

Cheers

A

Answers (0)