cancel
Showing results for 
Search instead for 
Did you mean: 

How to access component controller parameters or attributes from Post Exit method?

former_member456271
Participant
0 Kudos
184

Hi Everyone,

There is a SAVE method in component controller where required data is coming in importing parameter as shown below.

wd_this->get_context( EXPORTING it_attribute_assignment = wd_this->ms_attributes_of_node-attribute_assignments iv_context_node_name = wd_assist->mc_attribute

it_attr_struct = wd_this->mt_attr_struct it_mattributes = wd_this->mt_mattributes

IMPORTING et_attr_values = wd_this->ms_attributes_of_node-attr_values ).

As per requirement I enhanced the SAVE method, so for this PRE-EXIT method generated.

Now how can i access data in wd_this->ms_attributes_of_node-attr_values which is located in SAVE method.

Here WD_THIS is not a public attribute.
please help me out in this, as i am new to webdynpro.

Accepted Solutions (0)

Answers (0)