Application Development 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: 

Editable ALVs

Former Member
0 Kudos

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

RichHeilman
Developer Advocate
Developer Advocate
0 Kudos

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

RichHeilman
Developer Advocate
Developer Advocate
0 Kudos

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

Regards,

Rich Heilman

0 Kudos

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

raymond_giuseppi
Active Contributor
0 Kudos

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

Former Member
0 Kudos

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