‎2010 Dec 30 12:53 PM
Hey guys,
is there a way to get the parameters of a methods parameters at runtime? I have a reference to an object and would like to know which paranmeter does a method have.?
thx
‎2010 Dec 30 8:50 PM
Hello
You can use class CL_OO_CLASS (instance attribute METHOD_PARAMETERS ).
Regards
Uwe
‎2010 Dec 30 8:50 PM
Hello
You can use class CL_OO_CLASS (instance attribute METHOD_PARAMETERS ).
Regards
Uwe
‎2010 Dec 30 10:09 PM