Customized Data Loss POP UP- FPM OVP Application


Follow upto 19 steps provided in the link- Data Loss POP UP – FPM OVP Application

Go back to the feeder class & add the new interface- IF_FPM_GUIBB_FORM_EXT

21

Create two attributes as shown.

22

Go to the flush method.

23

FLUSH method provides parameters which says if some field data are changed or not. IT_CHANGE_LOG stores the fields changed value. Put the below code.

So if any field is changed GV_CHANGED is set to true.

24

Go to the NEEDS_CONFIRMATION method.

25

put the below code.

26

Put break points .

2728

Test the application.

29

Changes some field value and [lets the user forgets to save the data & did some other operation ] click Other button.

30

IT_CHANGE_LOG carries the change log information.

3132

33

Here we have a customized data loss popup screen.

34



2 comments

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s