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?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / kubera naidu
Hi, you can do this by..am droping here only the relevant
code for the selected records. i.e for the check box selected,
1) Build fieldcatalog along with the checkbox
2) Create one method for getting the selected records into
internal table.
* Registering Edit Event
CALL METHOD g_grid->register_edit_event
EXPORTING
i_event_id = cl_gui_alv_grid=>mc_evt_modified.
g_grid->check_changed_data( ).
REFRESH: it_final.
LOOP AT it_final1 INTO wa_final1.
IF wa_final1-checkbox EQ 'X'.
APPEND wa_final1 TO it_final.
CLEAR wa_final1.
ENDIF.
ENDLOOP.
3) And for deleting, create a push button on the screen
and in PAI,
case ok_code.
when 'DELETE'.
CALL METHOD g_grid->register_edit_event
EXPORTING
i_event_id = cl_gui_alv_grid=>mc_evt_modified.
g_grid->check_changed_data( ).
delete it_final where checkbox = 'X'.
endcase.
Hope somehow it will help..
Regards,
Kubera Naidu.
Is This Answer Correct ? | 4 Yes | 2 No |
What does the extract statement do in extract datasets? : abap modularization
What is a report?
How do you call a transaction from a report ?
Performance techniques?
how much exact time will take binary search option using along with read statement?
what is the prerequisite for control-break statements
How to transfer data which is coming from are report as output to another report
In scripts, i have 10 address lines there were blanks in between rows how can i avoid those
What is the function module to popup contents in the internal table?
how to design checkbox on the o/p of the list ,not on the selection screen.
What has to be done to the packed fields before submitting to a BDC session.
Why u r looking for change from current compeny? which is the best answer?