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
Explain the difference between tables and structures?
Can we include customizing include or an append structure with pooled or cluster tables?
What are the organizational related Infotypes
Is logo in script 1st stored as tiff format before uploading or in jpeg format?and where is that stored after uploading?
What are the different modes of processing batch input sessions? : abap bdc
Of the two call transaction and session method, which is faster?
What are the advantages and disadvantages of different types of bdc's?
Explain get cursor field?
When you prefer lsmw?
What is abap?
Can you assign a matchcode object to a parameter? If so how?
Sal abap on hana interview
Why do we use abstract class
What are Table control and tab strip control in dialog programming ?
What are client dependant objects in abap/sap?