cancel
Showing results for 
Search instead for 
Did you mean: 

help in object

Former Member
0 Kudos

hallow

i wont to now what this stetment does

data: b_ctrl type ref to ig_<ctrl>.

<b>b_ctrl = wd_this->get_<ctrl>_ctr( ).</b>

Regards

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

There is no such class named, ig_<ctrl>. So there is no output for the code.

However by seeing the code,<b> let us assume the class is CL_CTRLER_SCREEN</b>,

we can conclude that we are using a METHOD to get the information of a Controller Screen.

Regards,

Pavan

Answers (2)

Answers (2)

RichHeilman
Developer Advocate
Developer Advocate
0 Kudos

That statement is calling the method of the object WD_THIS and passing the returning value of this method to the B_CTRL variable.

Regards,

Rich Heilman

Former Member
0 Kudos

hi

the control ctr( ) will be transferef to b_control

regards

ravish