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

get method parameters at runtime?

Former Member
0 Likes
922

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

1 ACCEPTED SOLUTION
Read only

uwe_schieferstein
Active Contributor
0 Likes
664

Hello

You can use class CL_OO_CLASS (instance attribute METHOD_PARAMETERS ).

Regards

Uwe

2 REPLIES 2
Read only

uwe_schieferstein
Active Contributor
0 Likes
665

Hello

You can use class CL_OO_CLASS (instance attribute METHOD_PARAMETERS ).

Regards

Uwe

Read only

Former Member
0 Likes
664

great, it works. Thx