Application Development 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: 

ALV multilevel list

Former Member
0 Kudos

hi,

i want to display a alv list.for example i displayed a list of orders, if i click on an order i should have a detailed list (ie crt date, order rejection etc). one more point is user should have the functionality to modify the data ie displayed and he should save it.

it should directly update at the database level.

can any one help me how can i achieve it...

4 REPLIES 4

former_member181962
Active Contributor
0 Kudos

Hi Srinivas,

Refer these links for ALV interactive report examples:

http://www.sapfans.com/forums/viewtopic.php?t=11601

http://www.sapfans.com/forums/viewtopic.php?t=23010

How do I create and use input-enabled fields in ALV?

http://www.sapfans.com/forums/viewtopic.php?t=84933

http://www.sapfans.com/forums/viewtopic.php?t=69878

Regards,

Ravi

Former Member
0 Kudos

hi

good

open se38

give BCALV* and put f4

you ll find lots of good examples including your requiremnet, and you can use one of them.

thanks

mrutyun^

Former Member
0 Kudos

Answering your point with examples:

For getting detail list of any line item on which you click check out the program: <b>BALVHD01</b> in se38.

Then for user to be able to change the data check the return of the function used to display ALV. Ur query should be answered completely by the code: <b>BCALV_EDIT_02</b>.

Former Member
0 Kudos

If the first code did not answer your question fully then check out this pdf on SDN:

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/3133474a-0801-0010-d692-81827814...

-Sid.