cancel
Showing results for 
Search instead for 
Did you mean: 

Going from one main step to another in GAF

Former Member
0 Kudos

Hi Experts,

I've created a wd application which i've integrated in FPM_GAF_COMPONENT.Is it possible to jump from one main step1 to main step4 based on the user perfromed action on the view. If possible can any provide me the solution please.

Thank you,

Regards,

Nagendra

Accepted Solutions (0)

Answers (1)

Answers (1)

ulrich_miller
Active Participant
0 Kudos

Hi Nagendra,
I think this was already discussed here:

https://scn.sap.com/thread/3722113

Kind regards,

Ulrich

Former Member
0 Kudos

Hi Ulrich,

thank you for the reply, the thread is about moving to next step but my requirement is to jump to specific main step, if possible could you provide me a sample code of that.

thank you

regards,

nagendra

ulrich_miller
Active Participant
0 Kudos

I see. You cannot really jump to a specific main step via API, coding. However you can achieve this by raising n-times the event for next step. But be careful and make sure that this code is only executed when really needed and not when the user navigates himself between the steps.

Former Member
0 Kudos

Thank you Ulrich