cancel
Showing results for 
Search instead for 
Did you mean: 

Dump in Value-Help Component for date

Former Member
0 Kudos

I created a Value-Help-Component for date fields. (I cannot use the standard value help, because I need the help to start in the month, the user is working on).

I am using the Date Navigator to select a date.

If I first change the month with an arrow of the date navigator and then select a date I get a dump in the method IF_WD_CONTEXT_ELEMENT~GET_ATTRIBUTE_REF in line

attr_info = me->node_info->if_wd_context_node_info~get_attribute( name_only ).

, because the element does not have a node_info.

If I just choose a date in the preselected month (without using the arrows of the date navigator) everything is fine.

Does anybody have an idea??

Many thanks in advance.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

I found the "solution" to the problem myself.

I used the method bind_structure in the component containing the date navigator.

After I replaced it by set_static_attributes it worked without producing dumps.

Very strange!