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

Edit ALV Report at runtime

Former Member
0 Likes
959

Hi all

I have alv report with ztables fields,i want at the runtime edit the alve report and save to ztable,

pleae help me

Thnaks

kanishka

Hi all

I have alv report with ztables fields,i want at the runtime edit the alve report and save to ztable,

pleae help me

Thnaks

kanishka

4 REPLIES 4
Read only

Former Member
0 Likes
784

hi,

I guess this is a similar thread which meets your requirement have a look at this thread ..

Regards,

santosh

Read only

Former Member
0 Likes
784

Check this program,

BCALV_GRID_EDIT

Regards,

Read only

uwe_schieferstein
Active Contributor
0 Likes
784

Hello Kanishka

The logic for an editable ALV grid is as following:

(1) Set the required columns editable (in the fieldcatalog, field EDIT = 'X' ).

(2) Display the ALV grid and let the user enter data

(3) When the user pushes the SAVE button we will pass PAI of the dynpro. There you must call method CHECK_DATA_CHANGED otherwise the edited values will not be returned into your itab.

(4) Save the data to your z-table.

Regards

Uwe

Read only

Former Member
0 Likes
784

Hi,

Check this sample code,

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

Regards,

Azaz Ali.