cancel
Showing results for 
Search instead for 
Did you mean: 

Iterate WebDynpro Nodes for dynamic Form

Former Member
0 Kudos

Hi Community

I have the following requirement:

I should be able to iterate a 0...n Node in WD for a dynamic Display of a form, let's say if I have 3 Entries in a WD table/node, I want to display repeatingly a Subform 3 Times in my Form. Like this:

My WD Node Contains

Data

- Name (1...3)

- Firstname (1...3)

- Adress1 (1...3)

And now my Form should look like this

First subform for Name 1:

Phone

Brithday

Second subform for Name 2:

Phone

Brithday

Third subform for Name 3:

Phone

Brithday

The subforms are a requirement and cannot be replaced ba a table.

What Form Calc/java Script Code would do the Job?

Points will be rewarded!

Edited by: Alexander Reinke on May 26, 2008 5:37 PM

Accepted Solutions (1)

Accepted Solutions (1)

harman_shahi
Contributor
0 Kudos

Hi Alexander,

I think this is what you are looking for:

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/00c4041d-188d-2910-6ea2-b4d5155f...

basically you need 2 subforms.

subform1 (flow layout)

subform2 (position layout, and select the "Repeat subform for each data item" checkbox in the ObjectBinding tab)

hope this helps.

harman

Former Member
0 Kudos

thank you!

Answers (0)