‎2010 Apr 16 11:53 AM
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.
‎2010 Apr 16 1:14 PM
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.
‎2010 Apr 16 5:03 PM
nope. im refering to the method of an object type using TCode SWO1