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

Editable ALV Report

Former Member
0 Likes
725

Hi experts,

Is it possible to create ALV report in editable mode.

Regards,

Rajneesh Gupta

Hi experts,

Is it possible to create ALV report in editable mode.

Regards,

Rajneesh Gupta

6 REPLIES 6
Read only

uwe_schieferstein
Active Contributor
0 Likes
703

Hello Rajneesh

Yes, it is possible. Please search for reports beginning with BCALV_EDIT*. Also have a look at the reuse library (SE83).

Regards

Uwe

Read only

Former Member
0 Likes
703

Yes. It is possible.

Set the parameter "EDIT" in the field catalog as 'X' for those fields you want as editable.

Regards,

Manoj

Read only

0 Likes
703

Hi there,

Not sure if this will be of any use but here is an example of how to make specific fields editable rather than the whole table.

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

Regards

Mart

Read only

0 Likes
703

hi,

Editable mode is coming perfectly sir. But after changing the fileds at run time i want to save that changes into data base. Is it possible?

regards,

rajneesh gupta.

Read only

0 Likes
703

Hi,

The internal table you use to display the report should contain the changes made by the user. So loop round this table and save any changes made to the database!

Regards

Mart

Read only

0 Likes
703

I am able to save the data of the fields edited but now I want to get back the previous data. How to get that ??