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
What is luw or data base transaction ?
What is the difference between Classic badi and Kernal badi ?
On abap: did you set up a workflow? Are you familiar with all the steps for setting up a workflow?
How will you define posting procedures?
How to Raise a Particular Ticket in Realtime ?
What is the function of the transport system and workbench organizer?
What are the different modules of sap? : sap abap hr
What is the differences between abap and ooabap. In which situation we useooabap?
What is the difference between field-group header and other field groups? : abap modularization
Explain the components of selection table?
Can we access static attribute from instance method
How many types of size categories and data classes are there?
Hi my dear friends,Please give the answers for the following link http://www.saptechnical.com/InterviewQ/interviewQ.htm
What is the difference between select statement and provide statement ? : abap hr
java script for push button in adobe forms.