cancel
Showing results for 
Search instead for 
Did you mean: 

Substep after main step

Former Member
0 Kudos

Hi All,

In my GAF flow am getting the substep before to the Mainstep , but as pratice from the Mainstep choice only I need to navigate to substep...I couldn't able

to find a way in FPM Ediot..suggest me how can I configure this, please go through the screen prints

And the 2nd issue is:  I need to realign the toolbar buttons(Next/Previous FPM standard buttons) down the content area..

Thanks

Regards

Rajesh

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi All,

Have to use the GC_EVENT_PARAM_MAINSTEP_ID insted of the gc_event_param_source_comp... to navigate first the MainStep and the SubSteps to follow

    lr_event = cl_fpm_event=>create_by_id( cl_fpm_event=>gc_event_change_step ).

*    lr_event->mo_event_data->set_value( iv_key = cl_fpm_event=>gc_event_param_source_comp

*                                        iv_value = 'MAINSTEP_2' ).

     lr_event->mo_event_data->set_value( iv_key = cl_fpm_event=>GC_EVENT_PARAM_MAINSTEP_ID iv_value 'MAINSTEP_2' ).

  

Regards

Rajesh

Answers (0)