cancel
Showing results for 
Search instead for 
Did you mean: 

alv tree editable fields?

alejandro_romero2
Participant
0 Kudos

Hi gusrus does any one knows if there is a way to set an entire

column editable or maybe only a cell in an alvtree

thanks

Accepted Solutions (0)

Answers (4)

Answers (4)

alejandro_romero2
Participant
0 Kudos

thanks i solve by my self

Former Member
0 Kudos

Hi ,

Can you provide me your approach for ediatble ALV report

I am facing the same problem.

Thanks in Advance

Rasheed

alejandro_romero2
Participant
0 Kudos

ok first you have to register the alv tree event handler for double click, once you have done this you need to use the method

g_alv_tree->get_selected_item, once you have got the selected node by using the g_alv_tree->get_selected_item , you have to use the method g_alv_tree->get_outtab_line, then use the function 'POPUP_GET_VALUES', and finaly use the method g_alv_tree->change_item where you can insert the obtained values from 'POPUP_GET_VALUES'.

thanks i hope you can solve your problem, let me know if you want to receive my source code because i think is complex explaning by here.

regards

Former Member
0 Kudos

Hi

http://www.saptechnical.com/Tutorials/ALV/Edit/fieldcatalogue.htm

Go through program in above thread.

Thanks and regards,

Dasari

Madhurivs23
Participant
0 Kudos

Hi

please go through the following programs

BCALV_TREE_01 to 05 in package slis.

They have provided all the sample solutions for alv tree.

rgds

Madhuri

Former Member
0 Kudos

Hi,

To make the entrie column editable, set the option EDIT in the fieldcatalog.

i_fieldcatalog-EDIT = 'X'.

Hope this helps you.

Thanks,

Ruthra

Former Member
0 Kudos

is there any class method to set column editable and set par t of column gray