Start of Content Area

Syntax documentation set_ctx_menu_select_event_appl  Locate the document in its SAP Library structure

Use this method to specify whether the SELECT event of a context menu should be an application event (triggers PAI) or a system event (does not trigger PAI). You must call this event before set_registered_events .

CALL METHOD model->set_ctx_menu_select_event_appl
          EXPORTING appl_event = appl_event.

Parameter and Type

Opt.

Description

appl_event
TYPE AS4FLAG

 

Specifies whether the event should be an application event:

  • 'X' : Application event
  • ' ' : System event