cancel
Showing results for 
Search instead for 
Did you mean: 

interactive alv in webdynpro

Former Member
0 Kudos

Hi,

I want to build webdynpro ,

in first view getting list of records(header) and in second view (items).

whatever record selected in first view should display corresponding items in second view.

Like interactive report.

Thanks,

Asha

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Asha ,

depending on wtever parameter ,you want to display items in the next view ,set them in attributes of component contrlloers ,In next view's wddoinit method or any other method ,you can get them and run ur select query based on that parameters .now wn u get the values corresponding to that attribute which u got from first view , display them as alv or wtever form u want.wt the idea was make item values global if u need them across controller.

it will help u.in any issue ,get back.

Regards

govi

Answers (5)

Answers (5)

Former Member
0 Kudos

Thanks

pranav_nagpal2
Contributor
0 Kudos

Hi Asha,

First lets reduce the domain of problem.... are you able to create an ALV list on the first view... if not here is the link... try to create alv first...

http://help.sap.com/saphelp_nw70ehp1/helpdata/en/7b/fb57412df8091de10000000a155106/frameset.htm

regards

Pranav

Former Member
0 Kudos

Hi asha,

Just refer this PDF

The lead selection of the parent table would be displayed in child table.

https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/7a89b067-0801-0010-8192-a9896a60...

Regards,

Sravanthi

Former Member
0 Kudos

Hi Asha,

You can achive the requirement you need . You can take the view Ui element Table in one view and create a Node(eg Node Header ) . and create another table (Node ITEM ) . In the table properties of the first view you have the option or action metod called On lead select . In that method call the second view by means of plugs (assuming that you know how to uuse plugs ) .NOw simple! query it based upon the elemnts you need .

Hope you understood

Regards,

Sana.

arjun_thakur
Active Contributor
0 Kudos

Hi Asha,

If you want to use ALV then refer to this [thread|] and check Uday's reply. It will give you some idea.

If you want to use table to show your data, the refer this [article|https://www.sdn.sap.com/irj/sdn/abap?rid=/library/uuid/7a89b067-0801-0010-8192-a9896a60938e].

I hope it helps.

Regards

Arjun

Edited by: Arjun on Jan 15, 2009 10:25 AM