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

Re: ALV

Former Member
0 Likes
707

hi to all,

Is there any possibility of entering the data in the specific field after displaying the ALV output.

thanks rich.

if i enter the truck id in that column then it has to update to sales order transaction

thanks

sun

Message was edited by: sun deep

Message was edited by: sun deep

1 ACCEPTED SOLUTION
Read only

RichHeilman
Developer Advocate
Developer Advocate
0 Likes
659

Yes, please check out any program that starts with BCALV_EDIT* THese programs show how to do an editable ALV grid.

REgards,

Rich Heilman

4 REPLIES 4
Read only

RichHeilman
Developer Advocate
Developer Advocate
0 Likes
660

Yes, please check out any program that starts with BCALV_EDIT* THese programs show how to do an editable ALV grid.

REgards,

Rich Heilman

Read only

Laxmana_Appana_
Active Contributor
0 Likes
659

Hi,

Check program : BCALV_EDIT_02.

Regards

Appana

Read only

Former Member
0 Likes
659

Refer these links:

Regards,

ravi

Read only

Former Member
0 Likes
659

What is the relation between the layout and editing of the data of the field.

If you want to make all the fields editable, you can simply mark the EDIT field of the LAYOUT to X. IF you want this EDIT for specific fields, do it at the FIELD CATALOG level.

You can have a SAVE button in the GUI STATUS and when SAVEd you can take the data from the internal table and save it in the database.

Regards,

Ravi

Note : Please mark all the helpful answers

Message was edited by: Ravikumar Allampallam