cancel
Showing results for 
Search instead for 
Did you mean: 

Change attribute at if_bsp_wd_valuehelp_f4desscr object

Former Member
0 Kudos

Hi there,

I've redefined the method ZL_BP_CONT__SEARCH_CN00 => GET_V_CHANNEL in order to adjust the value result to our user specific one. In the coding I would first call the super class and thought about then replacing the help_id class at the object. Unfortunately the object (type if_bsp_wd_valuehelp_f4descr) has no setter methods. Is there a way to access an change the object? Or do I have to create an own one in my Z-coding? Best regards, Thea

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi there,

so I already got the answer from a colleague and it makes me blush as it is so obvious..

I do not need to call the super class but basically create the OBJECT rv_valuehelp_descriptor TYPE cl_bsp_wd_valuehelp_f4descr with my z-class as iv-help-id.

Best regars,

Thea.

Answers (0)