cancel
Showing results for 
Search instead for 
Did you mean: 

to select values of all attributes

Former Member
0 Kudos

Hi,

I have a view wherein it displays the details of service notification in disabled mode initially.

When I click on EDIT button the fields gets enabled.wherein the user can edit the values.And after editing onclick of SAVE button the edited values needs to be saved .To achieve this I have created an assistance class method by calling a BAPI to modify the service notification and its header details and save the same .

My issue is for making the changes we need to retrieve the current values of the attributes and after changes it needs to be saved.

How to achieve this,kindly let me know.

Regards,

Jyothi

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

1. One option is when the user clicks edit button, before making the fields editable, save the values in the attributes in some globally declared variable. This will be available through out the run time unless it is changed somewhere else. When the user presses Save get the new values of attributes and compare the changes.

2. Another option is capturing context change log.

Former Member
0 Kudos

Hi thanks I got the output,It was not fetching the values,because one of the field was wrongly binded.

Regards,

Jyothi