cancel
Showing results for 
Search instead for 
Did you mean: 

Catching ALV Data changed or not

Former Member
0 Kudos

HI All,

In my component I have one alv component .

First user changes some data in the component and then presses the button in FPM.

After pressing the button a pop up appears .

Requirement is to check whether any unsaved data is present or not .

If unsave data present then Pop should appear else not.

Now here how to catch whether data has been changed or not.

In modify view while am trying to acces the node its automatically changing to the new value.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Make a copy of your data in context. Then compare them.

Answers (2)

Answers (2)

Former Member
0 Kudos

By creating a new context and mapping the data did a copmarison with the other one in that way it worked ....

ChandraMahajan
Active Contributor
0 Kudos

Hi,

may be you can use Context Change Log (Recording User Entries) concept.

See http://help.sap.com/saphelp_scm50/helpdata/en/ae/f95e42ff93c153e10000000a1550b0/content.htm

Thanks,

Chandra