cancel
Showing results for 
Search instead for 
Did you mean: 

Nested tables and subforms (Web Dynpro Java)

0 Kudos

Hi to all you gurus,

my scenario is the following: I have 3 nested nodes in a view context like these

DEFECTS_NODE

| ACTIONS_NODE

| | SUBS_NODE

| | |__action value

| | |__defect value

| | |__sub value

| |__action value

| |__defect value

|__defect value

|__ decription

All 3 nodes have cardinality 0...n. These nodes are structured as if we have some actions under the same defect value and some subs under the same action value and defect value and so on. so we can have more defects_node with more nested actions_node (with the same defect value) and more nested subs_node (wiith the same action value).

I hope I was clear...

Now, I have to read these nodes and output them in a pdf with 3 nested subforms (defects, actions, subs). These 3 subfoms must be a mirror of the 3 nested nodes.

can you help me??how can i do this?

thank you very much in advance,

Enrico

Edited by: Enrico Grimaldi on Mar 29, 2010 12:50 PM

Accepted Solutions (0)

Answers (1)

Answers (1)

OttoGold
Active Contributor
0 Kudos

hello,

I don´t understand your problem. When you´re in LCD and can see your context data in the data view tab, you can just drag and drop the root of your form context and when placing that on the form layout, the whole structure should be generated by the system for you.

Otto