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

screen with updatable fields

Former Member
0 Likes
823

I have been asked to create a report.

Need to load a screen with the contents of a table and allow the user to be able to change certain fields and save.

Is this possible?

Many Thanks

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
778

Yes, it is possible in ALV report. In the field catalog you want to mention fieldcat-edit = 'X' for specific fields.

Check the following link for your reference:

http://sapdev.co.uk/reporting/alv/alvgrid_editable.htm

Regards,

Joan

6 REPLIES 6
Read only

GauthamV
Active Contributor
0 Likes
778

Yes, it is possible.

SEARCH in SCN for Editable alv you will get so many posts.

Read only

Former Member
0 Likes
778

Yes, you can able to edit the ALV. Once he select save button you have to update the table in the program.

Edited by: Phanindra Annaparthi on Feb 26, 2009 10:44 AM

Read only

Former Member
0 Likes
778

you can use table contorl

Read only

Former Member
0 Likes
778

Table control is the best possible soultion for this.

Read only

0 Likes
778

thanks for your answer

Edited by: Steve Trillo on Feb 26, 2009 10:53 AM

Read only

Former Member
0 Likes
779

Yes, it is possible in ALV report. In the field catalog you want to mention fieldcat-edit = 'X' for specific fields.

Check the following link for your reference:

http://sapdev.co.uk/reporting/alv/alvgrid_editable.htm

Regards,

Joan