cancel
Showing results for 
Search instead for 
Did you mean: 

Issue in data loss popup

Former Member
0 Kudos

Hi,

In my application, we have a employee search. On employee search it loads data in same screen for the new employee.

If data loss exists, data loss popup should appear on performing employee search.

I have implemented interface IF_FPM_WORK_PROTECTION.

When there is data loss, i set the flag in NEEDS_CONFIRMATION method.

In IS_DIRTY method, i set EV_DIRTY

IF wd_this->mv_data_loss EQ abap_true. "Flag set in NEEDS_CONFIRMATION

ev_dirty = abap_true.

ELSE.

ev_dirty = abap_false.

ENDIF.

But on loading the application, i get the below dump. Could you help me in resolving this issue?

-


Folgender Fehlertext wurde im System EE5 prozessiert: Dynamic type conflict when assigning references

Der Fehler trat auf dem Applikationsserver uxai2ee5_EE5_05 und im Workprozess 15 auf.

Die Abbruchart war: RABAX_STATE

Die ABAP-Aufrufhierarchie war:

Method: ADD_COMPONENT of program CL_FPM_COMPONENT_MANAGER======CP

Method: ATTACH_COMPONENT_TO_USAGE of program CL_FPM_COMPONENT_MANAGER======CP

Method: IF_FPM~ATTACH_COMPONENT_TO_USAGE of program CL_FPM========================CP

Method: INITIALIZE_APP_CC of program CL_FPM_FLOORPLAN_ASSIST=======CP

Method: WDDOINIT of program /1BCWDY/BM7OWUF3F7H8OI4KGIN6==CP

Method: IF_WDR_COMPONENT_DELEGATE~WD_DO_INIT of program /1BCWDY/BM7OWUF3F7H8OI4KGIN6==CP

Method: DO_INIT of program CL_WDR_DELEGATING_COMPONENT===CP

Method: INIT_CONTROLLER of program CL_WDR_CONTROLLER=============CP

Method: INIT_CONTROLLER of program CL_WDR_COMPONENT==============CP

Method: INIT of program CL_WDR_CONTROLLER=============CP

-


Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Issue was resolved by myself