cancel
Showing results for 
Search instead for 
Did you mean: 

GAF roadmap

Former Member
0 Kudos

Hi,

i am using GAF and i want that whenever i click a mainstep, i should get the id of that step.

how do i do it.

plz reply soon.

Thanks,

Ritwik.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

refer to this example DEMO_ROADMAP.

Former Member
0 Kudos

Hi,

thanks for the reply, but what you have mentioned is normal WD application.

and i am using FPM.

so please tell me how to handel it in FPM.

Thanks,

Ritwik.

Former Member
0 Kudos

Hi,

you have to implement an interface IF_FPM_GAF_CONF_EXIT. by implementing this interface u will get a methodOVERRIDE_EVENT_GAF. this passes an handler object IO_GAF. using this object u can access the methods of interface IF_FPM_GAF.

in this interface u may use the method GET_CURRENT_STATE...returns the current navigation state within the application (which step, … is currently displayed, which variant is used, ..).

hope this helps u.

regards

chythanya

Edited by: chythanya venkat on Apr 30, 2008 8:00 AM