How to put checkbox against a row in ALV display?
Answer Posted / dattaraj.sabnis
CLEAR s_layout.
s_layout-box_fieldname = 'FLAG'.
s_layout-box_tabname = 'INTTAB'.
DATA : BEGIN OF inttab OCCURS 0,
flag(1),
...
end of inttab.
| Is This Answer Correct ? | 2 Yes | 5 No |
Post New Answer View All Answers
What is lock objects? : sap abap data dictionary
How do you find the tables to report from when the user just tell you the transaction he uses? And all the underlying data is from SAP structures?
If I forgot some command in sap script e.g.: Suppress zero display – how to do find it?
dynamic programming in sap abap
Explain enhancements
How do you take care of performance issues in your ABAP programs?
What is exception class and test class. How to use it?
What are the three components of a work process?
A field containing currency amounts (data type curr) must be assigned to a reference table and a reference field. Explain.? : abap data dictionary
What is the diff between database view and maintenance view?
Do you know any other patterns if yes.. explain
How can we use / display table in a screen?
Example of table cluster and cluster tables.
How can you distinguish between different kinds of parameters?
How to get that a secondary index is attached to a select query?