cancel
Showing results for 
Search instead for 
Did you mean: 

Autosave in webdynpro ABAP

Former Member
0 Kudos

Hi Experts,

I am working on enabling auto-save functionality in our ESS/MSS wda application.

I am using timed trigger element to call save method. so after period i call my save method where i have written below code.

DATA: lo_fpm TYPE REF TO if_fpm.

lo_fpm = cl_fpm_factory=>get_instance( ).

  • Trigger FMP save event

lo_fpm->raise_event_by_id( 'BTN_SAVE' ).

The save works fine if i remove focus MANUALLY from textedit box to some other element of view. but if i write something in textedit box & left cursor over there then save doesnt work.

Could you pease suggest any solution?

Thanks in advance ,

Sachin

Accepted Solutions (0)

Answers (1)

Answers (1)

thomas_jung
Developer Advocate
Developer Advocate
0 Kudos

Known bug in WD Framework. See CSN Note 1496848