cancel
Showing results for 
Search instead for 
Did you mean: 

Navigation to another view after error message appears

Former Member
0 Kudos

Hi,

I have a requirement to enhance a the FPM component FITE_VC_RECEIPTS Receipts for Expense Report , to display the messages according to the expense type. These messages are for itemization. If an error message appears, i need to click on

enter itemization and enter to that view,itemize that particular expense type and then the error message should disappear after itemization is done.

But presently if error message appears i am unable to navigate to the itemization view as the navigation_abort is set 'X' and also the rv_response = 'CANCEL' in FITV_FPM.

Please suggest as how to enhance the component so as to recify the error messages and navigate to the itemization view.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

It is bit complicated to advice without seeing your source and understanding the problem.

In webdynpro i would have done something like this

enhance in the process_event method and return ev_result - defer. (failed status is equivalent to you cancel and navigation_abort ).

You can try to enhance like this and try out changing the values for navigation_abort and rv_response.