Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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

What is a view in sap? : abap data dictionary

1095


How do you set up background jobs in sap? What are the steps?

1047


Explain how do you move on to the next screen in interactive reporting?

1065


What is logical database? : abap hr

1109


What is an abap/4 query? : abap hr

1133


What is an abap?

1060


What are data classes? What are the various data classes available for selection? : abap data dictionary

1066


What is dialog module?

1140


What are the data classes in abap?

1188


Have you set up a back ground job? How to create a background job without a variant ? : abap bdc

1151


What is the function of a domain?

1285


1 . how do u design technical documentation in abap ? 2 . what u currently devloped in sap abap ?

3110


what is the purpose of BAPI BAPI_CUSTMATINFO_GETLIST What is input and output of this BAPI.

2624


How do you populate data into a multiple line field?

1101


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 ?

2246