Hi experts,
I have encountered the problem with CL_SALV_TREE class..
After execute program the tree expended node is too long. Thus I want to move first top node. ( I'm not sure the name of TOP NODE is correct or not.)
Experts, can you tell m...
Hello, Experts.
Can I remove this red marked area below TOP_OF_LIST? I used cl_gui_docking_container and CL_SALV_TREE for create tree node.
Purpose of TOP_OF_LIST is just for testing.
CL_SALV_TREE constructor parameter HIDE_HEADER = X is ...
Hello Experts.I want to make a CDS VIEW about system status ( From TJ02T, JEST )But. CDS view doesn't work Max aggregation comparing STAT field. I want to get only one max line but the result It has two line.STAT field is CHAR5 . But MAX aggregati...
Thank you Sandra, I solved it like this.
DATA: lt_value TYPE salv_t_nodes,ls_value TYPE salv_s_nodes,lt_node TYPE salv_t_nodes,ls_node TYPE salv_s_nodes,lr_sel TYPE REF TO cl_salv_selections_tree.lr_nodes = go_tree->get_nodes( ).lr_sel = go_tree->g...
Thank you Sandra,
I tried to use SALV_TREE->GET_NODES( )->SET_TOP_NODE( ... ) this method..
But Im not familiar with OOP abap programming thus I dont know what is the parameter of the set_top_node( ).
Need to get the top node first?