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

SALV Object Model - Info needed

former_member194669
Active Contributor
0 Likes
702

Hi All,

I want to create a screen as per below mentioned using

SALV Object Model

I am looking some tutorial how to do this use SALV.

Your help will be appreciated


--------------------------------------------------------
 Node       |No:______         Date: ________
     a      |Desc: ________________________ Deleted : _
     b      |   (Here above field are editable)
     c      |-------------------------------------------
     d      |
     e      |
     f      |
     g      |
            |          Here i want an ALV Editable Grid
            |     on the basis of tree node selection 
            |            on the left hand side 
            |
            |
            |
--------------------------------------------------------

4 REPLIES 4
Read only

RichHeilman
Developer Advocate
Developer Advocate
0 Likes
544

Editable ALV is not currently supported using ALV Object Model. You must use the class CL_GUI_ALV_GRID to implement an editable ALV.

Regards,

Rich Heilman

Read only

0 Likes
544

Rich,

Thanks for your reply.

Whether can i use CL_GUI_ALV_GRID along with SALV?

I searched for some simple tutorial for

SALV tree model

, could not find,

Read only

0 Likes
544

I don't see any problem with mixing technologies here. Your ALV on the right would use the cl_gui_alv_grid, and your tree could be an SALV tree on the left. Enter SALV*TREE in the program field in SE38, and hit F4, here you will see the example programs.

Regards,

Rich Heilman

Read only

0 Likes
544

Rich,

Thanks for reminding me to look for example programs .

I find lot of example program related to SALV tree in ECC6

Thanks

Points given. This thread is closed.