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 OO - Change layout functionality

Former Member
0 Likes
460

Hi,

Any idea how can I code something similar to ALV OO's Change Layout functionality?

To be more precise, I would like to have 2 area on screen.

The right area will have a list of sales orders, whereas the left would be blank initially. The user is supposed to select the sales order on the right and move them to the left in the order they wanted (Final sales order in left determines the sorting key. Sort key is then written back as a numeric value into customized table).

BTW, these functionality should come under a tabstrip's subscreen. Thanks

Regards,

ET

2 REPLIES 2
Read only

Former Member
0 Likes
426

Hi,

Did you check this program <b>BCALV_TEST_GRID_DRAG_DROP</b>, this is exactly matches your requirement. check it once.

here you can drag columns and drop. also rows.

regards

vijay

Read only

0 Likes
426

Thanks Vijay,

But I need to opt for the same look and feel like the ALV's Change Layout functionailty. Any other examples that I could refer to?

Rgds,

ET