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

alv-output

Former Member
0 Likes
502

hai all.

iam having one query in alv .

after completing our program we are executing the output.

how can we change the output feild values ?after changing output when ever i press save ,it will automatically should updates the database.how?

help me ..

tanx in advance

hai all.

iam having one query in alv .

after completing our program we are executing the output.

how can we change the output feild values ?after changing output when ever i press save ,it will automatically should updates the database.how?

help me ..

tanx in advance

3 REPLIES 3
Read only

Former Member
0 Likes
482

Hi..

May be it is useful...

if u use oo alv.. first that output fields to be Editable in Fieldcatlog...

after changing use method GET_CHANGED_VALUES in class CL_GUI_ALV_GRID class..get all the values into internal table, by using this internal table to update data base tables..

if u have any query please find SAP provide programs in SE80 transaction by giving Package as SLIS.

Read only

0 Likes
482

Hi,

Make the fieldcatalogue option EDIT='X' for all the fields to be edited .

after this you can update the respective table under 'User command' routine.

Kind Regards,

Ravi Sankar.Z

Read only

Former Member
0 Likes
482

Hi,

alv lists u cannot edit.only alv grids u can edit.

for editing alv grid,layout-edit = 'X'.(the will allow modifying all the columns)to allow individual columns use wa_fcat-edit = 'X'.append wa_fact to fcat.

rgds,

bharat.