Forum

Jennifer Häfner
Moderator
    Has successfully completed the online course Intermediate (200)
    Has successfully completed the online course Advanced (300)
    Has successfully completed the online course Basics (100)
    Has successfully completed the online course Advanced (310)
    Has successfully completed the online course Advanced (320)
    Has successfully completed the Intermediate Certification
    Has successfully completed the Advanced Certification
4 years, 10 months ago #26147
Up
0
Down
::

Hello Klaus,

You can access an application element from within a module via code, e.g.:

var oButton = sap.ui.getCore().byId('Screenname--ButtonId');

In your module, just add a script shape after the event that you are listening to in the Process Designer and add the code there.