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


Please Help Members By Posting Answers For Below Questions

The extract statements in field groups can be used before or after processing the sort statements. State true or false. : abap modularization

610


What is luw or data base transaction ?

571


What are the different methods of bdc? : abap bdc

599


What are the different types of views and their definition?

588


Explain what is sap script? What is the purpose of sap script?

624






What is the difference between rfc and bapi function modules? : abap bdc

624


How did you test the form you developed? How did you taken print?

606


Differentiate between table and template ?

598


How many default tab strips are there?

579


pls if any one have idea ,reply as soon as possible 1.Allied solution group inc. is a genuine company or not ? 2.what is update module. 3.Transaction: scc3 what it is?

1515


While using extract datasets it is required to have a special workarea for interface. State true or false. : abap modularization

613


How many main windows will be there in a page window?

551


How do we assign dynamic views while creating material master and generating bdc? : abap bdc

624


hi frends this is bala raju from pune.i want to know diff between 4.7ee and ecc 5.0.if possible give me brief explanation.this question was asked in EDS(tele interview) in pune bye.

1710


What is the maximum number of structures that can be included in a table or structure : abap data dictionary

800