cancel
Showing results for 
Search instead for 
Did you mean: 

SFP asking to save form, even without modifications

glauco
Active Contributor
0 Kudos

Hi friends.

Even when I enter a form and did not modify anything. When click BACK button, SFP always asking the bellow message:

Message:

Form XXXX was changed; do you want to save the changes?

Does anybody have a solution ?

thanks.

Glauco

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Glauco,

Not really, if you just open the layout tab without doing anything, system will not prompt your for this message. But i did try to move one element on form, and move it back to original position, system will track this as changes although logically there is no changes.

I done some quick debugging, SAP is checking m_changed attribute using GET_CHANGED method of CL_FP_WB_OBJECT instance; if it is 1, system will prompt you the confirmation message before you lose your changes on form.

This is happened in the class method CL_FP_FB_FORM-IF_FP_FB_OBJECT~PREPARE_FOR_TERMINATION.

Hope this helps.

regards,

Xiang Li

Former Member
0 Kudos

Hello all

it happens in the NetWeaver (webdynpro java) as well,

I think that Naveen is right, the best thing is to press the 'no' button.

regards

Shai.

navip
Active Participant
0 Kudos

Hi Glauco,

  This is a common issue across Adobe forms.

My Suggestion is, if you don't make any changes to the form proceed by selecting 'NO' button.

Hope there is no solution to stop the message "Form XXXX was changed; do you want to save the changes?".

-Naveen