Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

ALV custom controller out put format

Former Member
0 Likes
388

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

1 REPLY 1
Read only

Former Member
0 Likes
336

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