cancel
Showing results for 
Search instead for 
Did you mean: 

AT new in adobe form

Former Member
0 Kudos

Is there anything like AT NEW command in adobe form. I have 1 table in a subform and wanted that subform to be repeated for every new value in that row.

Accepted Solutions (0)

Answers (3)

Answers (3)

OttoGold
Active Contributor
0 Kudos

you have options:

a) do this in the abap backend: change the structure of the table (like create nested table) based on the data in the "control" column

b) do this as "control levels" in adobe form context

c) use scripting to achieve this functionality

Otto

Former Member
0 Kudos

Hi Surachi,

I am confused with your Query.

You have a table in the subform, for every record in the table the row repeats and thus expands automatically.

But why do you need the subform itself to be repeated...? its not possible.

Its used only in case of nested tables where the root table is binded to the subform and the table with in this subform is binded to the nested table in data source.

Example for such is consider a employee records table with long text field. here long text itself comes in another table. in such cases it possible.

Let me know if this clears your doubt.

Cheers,

Sai

Former Member
0 Kudos

This message was moderated.