Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Checkbox in grid cell

Former Member
0 Likes
343

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  |	...  |	...   |
------------------------------

1 ACCEPTED SOLUTION
Read only

former_member212005
Active Contributor
0 Likes
314

Hi....check the below codes inSCN...it will solve your problem..

https://www.sdn.sap.com/irj/scn/wiki?path=/display/snippets/alvGridDisplaywithcheckboxtoprocessselectedrecordsatruntime

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  |	...  |	...   |
------------------------------

1 REPLY 1
Read only

former_member212005
Active Contributor
0 Likes
315

Hi....check the below codes inSCN...it will solve your problem..

https://www.sdn.sap.com/irj/scn/wiki?path=/display/snippets/alvGridDisplaywithcheckboxtoprocessselectedrecordsatruntime