cancel
Showing results for 
Search instead for 
Did you mean: 

How to display dynamic fields in forms

Former Member
0 Kudos

Hi All,

I have created a form .In that i have to display 4 fields,say

a,

b,

c(table),

d

now the field c has dynamic length i.e the lenght of which would be decided at runtime.

now when i am executing the form when the lenght of the table is increasing dynamically it is over lapping the field d.

i tried using subforms but could not get the desired result.

please give solution

Regards,

Sharad

Accepted Solutions (0)

Answers (3)

Answers (3)

sankar_narayana
Active Participant
0 Kudos

Hi,

Create a Parent Subform under this create four child subforms and in the third child subform put a table.

Make the parent subform as Flowed.

Former Member
0 Kudos

hi,

the content of subform should be FLOWED.

use the following link(CHECK OUT PAGE NO.8)

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/e0859ad1-53aa-2a10-78ae-99e41c40...

Regards

Jayapriya

chintan_virani
Active Contributor
0 Kudos

Sharad,

Place the elements under a subform of type Flowed and it should now take care of moving the last field accordingly.

Chintan