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

Editable ALVs

Former Member
0 Likes
485

Hi Experts,

In Edtable ALVs, after changing the data of a cell by the user, the DATA_CHANGED and DATA_CHANGED_FINISHED wuld b triggered.So,

1- What is the difference between the above two events?

2- What functionality wuld b coded(a scenario, understanding purpose)like, Is it SAVEd by the ABAPer, in the above 2 events?

ThanQ.

Message was edited by:

Srinivas

1 ACCEPTED SOLUTION
Read only

RichHeilman
Developer Advocate
Developer Advocate
0 Likes
448

Have you had a chance to review the example programs? They start with BCALV_EDIT* These may be helpful.

Regards,

Rich Heilman

4 REPLIES 4
Read only

RichHeilman
Developer Advocate
Developer Advocate
0 Likes
449

Have you had a chance to review the example programs? They start with BCALV_EDIT* These may be helpful.

Regards,

Rich Heilman

Read only

0 Likes
448

Hi,

Rich this is faiyaz can you help me in solving one issue please...

i have an XML file in appl server which i have to read into an internal table in ABAP format.

Thanx in advance

Read only

RaymondGiuseppi
Active Contributor
0 Likes
448

DATA_CHANGED : Controlling data changes WHEN ALV Grid is editable (screen)

DATA_CHANGED_FINISHED : To be triggered AFTER data changing is finished (database for example)

Look also at

<a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/e8a1d690-0201-0010-b7ad-d9719a415907">An Easy Reference for ALV Grid Control</a>

Regards

Read only

Former Member
0 Likes
448

Hi,

Check this link for a good documentation on the OO alv..

http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCSRVALV/BCSRVALV.pdf

Thanks,

Naren