Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Problem in ALV reporting

Former Member
0 Likes
701

Hi , I want to display data in an internal table as output, using alv reporting . Now , I want this alv output to be editable to the user plus there would be 2 buttons on the screen namely delete and save . Once a record or multiple records are selected and the user presses the delete button , a lock icon or symbol should be displayed against the selected records . And only when the user presses the save button, should the records be deleted .

Could anyone help me on how to make the alv output editable and displaying the lock icon . Thanks in advance

Ankit

1 ACCEPTED SOLUTION
Read only

anversha_s
Active Contributor
0 Likes
676

hi,

chk these standard pgms.

ur requirement is there.

go to se 38 -> give BCALV_EDIT_* -> press f4.

u will get a list.

it will help u alot.

rgds

anver

if helped mark points

Hi , I want to display data in an internal table as output, using alv reporting . Now , I want this alv output to be editable to the user plus there would be 2 buttons on the screen namely delete and save . Once a record or multiple records are selected and the user presses the delete button , a lock icon or symbol should be displayed against the selected records . And only when the user presses the save button, should the records be deleted .

Could anyone help me on how to make the alv output editable and displaying the lock icon . Thanks in advance

Ankit

4 REPLIES 4
Read only

anversha_s
Active Contributor
0 Likes
677

hi,

chk these standard pgms.

ur requirement is there.

go to se 38 -> give BCALV_EDIT_* -> press f4.

u will get a list.

it will help u alot.

rgds

anver

if helped mark points

Read only

Former Member
0 Likes
676

Hi,

Look at the below link for sample program:

http://www.sapdevelopment.co.uk/reporting/alv/alvgrid_editable.htm

<b>BCALV_EDIT_01</b> This is a sample report illustrates the simplest case of using an editable/noneditable ALV Grid Control.

Regards

Sudheer

Read only

Former Member
0 Likes
676

Hi ankit,

In <b>se80</b> -> package <b>SLIS</b> -> <b>BCALV_EDIT_01</b>In this package you find all alv related example codes. Go through it.

Hope it helps

Regards

Madhavi.

Read only

Former Member
0 Likes
676