cancel
Showing results for 
Search instead for 
Did you mean: 

PPOME - date and time popup on transaction start

timo_ehl3
Participant
0 Kudos

Hi,

I need to have the Standard popup to choose the time Intervall on each start of ppome or ppose.

any idea how to handle that? When the transaction starts the depending call is without a popup.

* create (init) time object:

    CALL FUNCTION 'NF_GM_CALL_TIME_FUNCTION'
      EXPORTING
        time_object    = temp_time_object
        call_function  = c_inittool
        time_interface = gm_time_if
        scenario       = gm_scenario
        changemode     = gm_changemode
      IMPORTING
        date           = gm_selection_date
        fuzzy_begda    = fuzzy_begin_date
        fuzzy_endda    = fuzzy_end_date
        repid          = pm_time_progname
        dynnr          = pm_time_dynnr
      CHANGING
        fcode          = dummy_fcode.

Accepted Solutions (0)

Answers (0)