cancel
Showing results for 
Search instead for 
Did you mean: 

supply function is not run on tree

Former Member
0 Kudos

hi

i add a tree on my page

--- supply function - --

data: kalem type wdr_name_value_list,

malzeme type string.

parent_element->get_attribute( exporting name = 'NAME' importing value = malzeme ).

CALL METHOD Ztsf_CLASS=>FILL_TREE_KALEMLER

EXPORTING

MALZEMELER = malzeme

RECEIVING

KALEMLER = kalem .

-


supply function - -- -

but i dont run with debug

supply function not run so i dont fill my tree

please help me

thanks.

Accepted Solutions (1)

Accepted Solutions (1)

adil_gndz
Explorer
0 Kudos

Hi Mesut,

Did you check that you write your supply function's name in "Supply Function" property of your node?

Former Member
0 Kudos

yes i am write on component controller but i can't see contet value

so now im writing view in conctext property.

Answers (0)