2009 Jun 18 1:02 PM
Hi there ABAPers, I've got a question.
Is there a possibility to determine checkbox to be displayed only in particular cells in column (column which has set the CHECKBOX = 'X' property in fieldcatalog?
I mean sth like that in COLUMN1 :
myGrid:
------------------------------
|COLUMN1 | COLUMN2 | COLUMN3 |
|----------------------------|
| chbox | ... | ... |
| empty | ... | ... |
| chbox | ... | ... |
------------------------------
2009 Jun 18 1:06 PM
Hi....check the below codes inSCN...it will solve your problem..
https://www.sdn.sap.com/irj/scn/wiki?path=/display/snippets/alvGridDisplaywithcheckboxtoprocessselectedrecordsatruntime
2009 Jun 18 1:06 PM
Hi....check the below codes inSCN...it will solve your problem..
https://www.sdn.sap.com/irj/scn/wiki?path=/display/snippets/alvGridDisplaywithcheckboxtoprocessselectedrecordsatruntime