Hi Gurus,
I use the METHOD get_state_infos.
I am calling this method inside the DATA_CELL method.
method GET_STATE_INFOS .
CALL METHOD super->get_state_infos
IMPORTING
e_thx_axis_info = e_thx_axis_info
e_t_slicer = e_t_slicer
e_t_txt_symbols = e_t_txt_symbols.
g_t_var = e_t_slicer.
endmethod.
g_t_var was declare in the Attribute tab with the following properties:
Level:Instance Attribute
Visibility: Private
Associated Type:RSRDS_T_AXIS_DATA
But the problem is the E_T_Slicer is always empty, but e_thx_axis_info and e_t_txt_symbols got some value on it.
The selection option (YEAR) is inside the KF, however when I use this query in a web report the e_t_slicer always appears initial even if I put a value in a selection(YEAR).
I need to get the value inputed in a selection screen because this will be the basis of the screen design and appearance.
Please give me some tips or is there any steps or requirements that I miss?
Thank you very much in advance