‎2010 Nov 08 9:19 AM
hi all,
i want to show out put with headline ex:
sales quatation
1 check box quatation id description
Sales Order
2 check box sales order id description
Sales Invoivces
3 check box sales invoice id description.
but i am getting out put
1 check box quatation id description
2 check box sales order id description
3 check box sales invoice id description.
how can i show the out put based on my requirement.
we are using custom cntroller is there any other way to show ouput based on Headline.please provide some example
‎2010 Nov 08 12:11 PM
Hi,
Try to Use these Classes CL_GUI_ALV_TREE (ALV Tree Control)
CL_GUI_ALV_TREE_SIMPLE (Simple ALV Tree) .
And also use this Class CL_GUI_TREE_MODEL, and when creating the object set the selection mode to cl_list_tree_model=>node_sel_mode_multiple.
Regards ,
S.Saravana