Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Initiate an event evocation

Former Member
0 Kudos

Hi All,

I want to initiate an event evocation.

I mean that I want to generate the event start through the ABAP code and not as a response to some action of the user.

For example: when a user tries to move some node in a SolMan scenario tree from one node to another he evokes a "Drag and Drop" event and then there is a sequence of actions due to this event.

What I want to do is imitate the user action and initiate by myself through some ABAP code a drag and drop event evocation.

I will appreciate any help.

Thanks,

Roy

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Use the Function Module "RAISE_EVENT"

VInodh Balakrishnan

1 REPLY 1

Former Member
0 Kudos

Use the Function Module "RAISE_EVENT"

VInodh Balakrishnan