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
How do you use tab sets in layout sets?
What are the types of the software component being deployed in the sap?
Differentiate between ooabap and abap?
If your project is support project ? when is your implementation has completed ?
What is open sql?
What are the dynamic actions and how to configure it? : sap abap hr
What are the data types of the external layer?
Can any tell me ECC 5.0, ECC 6.0 Released year? and difference between them?
How to define selection screen?
Sales Order Information Report that lists information like sales order no, Item no, material no, Quantity, Quantity unit, Net value, Currency,Sub Total, Grand Total. plz mention the detail coding Tahnks, Rahul
What are the steps to execute session method?
What are interface/conversion programs in SAP?
If I want to execute a program only in background not in foreground is there any option for this? : abap bdc
What are the attributes of the data? : abap data dictionary
What is an interactive report?