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...

In ALV, i have to display list in which some records has to
display. starting of each record it should display checkox.
and we have to display push button delete. when user select
chekc box and press delete button, that entry should
delete. please tell me how to do it?

Answer Posted / sivaramakrishna

hi mr zubera try it in the way
create userdefined type
types : begin of mara
check type c
matnr type mara-matnr...take neceassery fields.

create itab ,wa.

In manual field catalog declaration:
wa_fcat-Checkbox = 'X'.

now display using grid display or list display

using set pfstatus create one custom button on list screen.

and use below in that
if sy-ucomm = 'deleate' "fct code of deleate button
deleate it_fcat where checkbox = 'x'.
now all the checked records will be deleated.
now display the it_fcat using loopat which will display
only unchecked records

Is This Answer Correct ?    6 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

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

1020


What is repository info. Systems?

1151


What are the differences between table and structure in data dictionary?

1170


What data is contained in data dictionary? : abap data dictionary

1167


What are the different types of the sap abap data dictionary objects?

1092


State the differences between database view & projection view? : abap data dictionary

1144


any one can tell me which is the tables can store in ddic plese dont say db02l,please give me different ways of resideing the tables ?

2536


What is the difference between sum and collect?

1704


What are the techniques involved in using sap supplied programs?

1084


Can you print decimals in type n? What is difference between float and packed data type?

1272


How do you write manual bdc session method? : abap bdc

1197


visibility section for class level and attributes level

1495


How to combine multiple order in one Delivery ( Step by Step)?

2441


What is view? Different types of view. Explain?

1102


What is a sequence of event-triggered in report?

1147