Application Development and Automation 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: 
Read only

execute object method

Former Member
0 Likes
489

is there a function to execute an object's method and retrieve the values from parameters used? i found a function 'SWO_INVOKE' but it only gets the parameters.

2 REPLIES 2
Read only

former_member416498
Active Participant
0 Likes
448

Is the question regarding executing the method of a global class(SE24). If so you can execute the class then you have button instance, after clicking it. It creates the instance of the class and using this you can execute the global class. Hope this helps.

Read only

0 Likes
448

nope. im refering to the method of an object type using TCode SWO1