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

Salv edit field

ifat_bar
Participant
0 Likes
830

Hello again ,

I have ALV report in SALV, I need to open one of the columns for update.

Is it possible ? I couldnt find the edit in the SALV ....

Please advise

Regards

Yifat Bar

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
707

Hi,

i guess u r using

REUSE_ALV_GRID_DISPLAY_LVC

in this field catalogue

IT_FIELDCAT_LVC type LVC_T_FCAT in this we have a field EDIT. so mark it as 'X' then the field will be enabled for change mode.

Regards,

venkatesh

Hello again ,

I have ALV report in SALV, I need to open one of the columns for update.

Is it possible ? I couldnt find the edit in the SALV ....

Please advise

Regards

Yifat Bar

3 REPLIES 3
Read only

Former Member
0 Likes
708

Hi,

i guess u r using

REUSE_ALV_GRID_DISPLAY_LVC

in this field catalogue

IT_FIELDCAT_LVC type LVC_T_FCAT in this we have a field EDIT. so mark it as 'X' then the field will be enabled for change mode.

Regards,

venkatesh

Read only

Former Member
0 Likes
707

Hi,

Not possible to edit data in SALV method

Check the documentation for the class

Tables displayed with ALV are not available for input

Use CL_GUI* classes

Regards

Read only

Former Member
0 Likes
707

Hi Ifat,

as already mentioned, there is no official support for it, but take a look at [this workaround.|http://www.sdn.sap.com/irj/scn/weblogs;jsessionid=(J2EE3417400)ID0380399850DB01356092303943175665End?blog=/pub/wlg/12187]

Regards,

Tobi