Quantcast
Channel: SCN : Popular Discussions - Floorplan Manager for Web Dynpro ABAP
Viewing all articles
Browse latest Browse all 1726

How to skip steps in GAF?

$
0
0

Hi,

    I have a requirement that for some of the scenarios I should skip some steps.

 

For example, When I click "Next Step" on Step1, I need to jump to step 4 directly. I have tried such code, but it doesn't work. Anyone has any ideas?

 

Thanks for your help.

 

 

===============================

DATA: lr_event TYPE REF TO cl_fpm_event.

 

    CALL METHOD CL_FPM_EVENT=>CREATE_BY_ID

      EXPORTING

        IV_EVENT_ID = CL_FPM_EVENT=>GC_EVENT_CHANGE_STEP

      RECEIVING

        RO_EVENT    = lr_event

        .

 

    CALL METHOD lr_event->mo_event_data->SET_VALUE

      EXPORTING

        IV_KEY   = CL_FPM_EVENT=>GC_EVENT_PARAM_VIEW_ID

        IV_VALUE = 'MAINSTEP_4'

        .

 

    CALL METHOD me->AO_FPM->RAISE_EVENT

      EXPORTING

        IO_EVENT = lr_event

        .

 

Edited by: Jaddy Zhang on Mar 5, 2009 4:10 PM


Viewing all articles
Browse latest Browse all 1726

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>