cancel
Showing results for 
Search instead for 
Did you mean: 

which type to use in own method?

davidwallner
Participant
0 Kudos

Hi there,

i am not so good in abap-objects so here is my question:

i created a new method in my view in webdynpro for abap.

in this method i declared a changing-parameter. this parameter must be of the same type as an internal table declared in my context-interface.

I tried to type it like this: wd_this->elements_list

this doesnt work. Can anyone help?

best regards...

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

you can either use;

if_viewname=>elements_nodename OR wd_this->elements_nodename.

Regards,

Radhika.

davidwallner
Participant
0 Kudos

thanks, that helped

Answers (0)