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 a view in sap? : abap data dictionary
How do you set up background jobs in sap? What are the steps?
Explain how do you move on to the next screen in interactive reporting?
What is logical database? : abap hr
What is an abap/4 query? : abap hr
What is an abap?
What are data classes? What are the various data classes available for selection? : abap data dictionary
What is dialog module?
What are the data classes in abap?
Have you set up a back ground job? How to create a background job without a variant ? : abap bdc
What is the function of a domain?
1 . how do u design technical documentation in abap ? 2 . what u currently devloped in sap abap ?
what is the purpose of BAPI BAPI_CUSTMATINFO_GETLIST What is input and output of this BAPI.
How do you populate data into a multiple line field?
How will u handle the situation – In a report using function module to generate a IDOC, How will u handle the error IDOC in the same report ?