cancel
Showing results for 
Search instead for 
Did you mean: 

issue with the confirmation screen GAF

Former Member
0 Kudos

Hi,

I am on working on creating a web dynpro component using GAF FPM, in my component configuration I have two steps and then finally a confirmation screen. The process is that the user will post the document and on the confirmation screen the document number will be displayed. I have also put a button 'Create Document' on the confirmation screen that will allow the user to create a new document, the code behind that button is  

wd_this->mr_fpm->raise_event_by_id( iv_event_id = cl_fpm_event=>gc_event_goto_start ).

so now when a user clicks on the 'Create Document' button it takes to the first screen and follows the process and actually posts the document again, now the issue is when the user reaches to the confirmation screen the old document is displayed and not the new one that is created. I tried to debug it and looks like its not calling the confirmation screen again. Can you please through some suggestion on this?

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

it worked, I had to put the code in WDDOMODIFYVIEW of the confirmation window.

Answers (0)