cancel
Showing results for 
Search instead for 
Did you mean: 

Disable std. Previous button and the navigation panel on the last step

Former Member
0 Kudos

I am using GAF FPM component configuration in my web dynpro component, now my requirement is I don't want user to go back to the previous screen/views when user reaches the last step of the navigation. So I want the standard 'Previous' button and the navigation panel to be disabled when the user is on the last step, can you please let me how to do this?

Thanks.

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member469314
Participant
0 Kudos

Hi,

it is not possible to really disable the standart navigation buttons between main steps.

You can do two things:

1. Cancel the FPM_PREVIOUS_STEP event when the user is on the last screen. The button will still be there, but you can display an error message when the user tries to click the button.

2. Define your last screen not as a main step, but as a confirmation screen. Then you don't have the navigation panel at all.

BR,

Rebekka