Skip to Content
0
Former Member
Jan 17, 2012 at 01:15 PM

Dynamic call of a static method of an static attribute

423 Views

Hi all,

is it possible to call dynamically a static method of a static attribute of a class.

The statement without dynamic call would look like this:

cl_test_class=>static_attribute=>static_method( ).

I would like to do it like this:

('CL_TEST_CLASS')=>static_attribute=>static_method( ).

Netiher the one nor the other way works for me - I'm getting the error "The notation used is reserved for business object classes".

Regards, Stefan