cancel
Showing results for 
Search instead for 
Did you mean: 

tree in table or table popin

roberto_carini
Explorer
0 Kudos

Hi expert!

I would like to create a webdynpro java to export output of transaction MB51, this transaction use hierarchical ALV..

In this alv I have 2 table: header table with "material" "Description" "Plant" ecc

and item "son" table with "doc. number", "posting date", quantity ecc.

How can I recreate this structure with table java?

in WDJ I never used tree or table popin and so I dont' know their feature fine..

Thanks for any sugges!

Bye!

Accepted Solutions (0)

Answers (1)

Answers (1)

siarhei_pisarenka3
Active Contributor
0 Kudos

Hi

a) The Master-Detail scenario (two tables) can be implemented very well with WebDynpro

b) Table Popin is also an option here, but it's more difficult to implement then a);

BR, Siarhei

roberto_carini
Explorer
0 Kudos

Hi,

Thank you for your answer!

Excuse me, I do not understand fine what you intend for "Master-Detail scenario "..

Can you provide me more details how to implement it ?

thanks!

bye

Roberto

siarhei_pisarenka3
Active Contributor
0 Kudos

Hi Roberto

Master-Details is just two tables - master table and child one. When you select a row in a master table the child table is automatically being refreshed in order to display data that depends on the master row.

I suggest you to check out the WebDynpro tutorial: [The Master/Detail Viewer Application|http://help.sap.com/saphelp_nw70/helpdata/en/84/8bc1a36a38da41a46517b114ca0974/content.htm].

BR, Siarhei