cancel
Showing results for 
Search instead for 
Did you mean: 

Dynamically navigate from first roadmap step to third step in FPM

Former Member
0 Kudos

Hi ABAP WD FPM Gurus!!

Please provide a solution for how to dynamically navigate from first roadmap step to third step, bypassing second step, within one FPM application .

thanks in advance

Rengith

Accepted Solutions (0)

Answers (2)

Answers (2)

ChrisPaine
Active Contributor
0 Kudos

Hello Rengith,

simply - you have to raise two FPM next events.

So to get from step 1 to step 3, I'd set some sort of flag so that when the on before output of the step 2, I could check the flag, and if set, I'd clear it and I'd raise another FPM next event.

(I'm not sure you may even be able to get away with raising 2 events in your handling of the button press (or what ever action you want to trigger this behaviour) in step 1.

Cheers,

Chris

Former Member
0 Kudos

Hi Rengith,

Please try to assign attribute Next of RoadMap(EN_OUTPUT) 's Outbound plug of Second Plug to Inbound Plug of third Steps.

And you can control the happing of these steps in appropriate messages.

-Ricky