cancel
Showing results for 
Search instead for 
Did you mean: 

To implement Inner table in Adobe forms

Former Member
0 Kudos

Hi Experts,

I am a new user to Adobe forms.

I have a scenario where I need to implement Inner table in Adobe forms.

I have context as mentioned below

Root

|-- Child Level

|-- sub Child

|-- sub Child

|-- Child Level

|-- sub Child

|-- sub Child

.

.

.

|-- Child Level

|-- sub Child

|-- sub Child

|-- Child Level

In the Adobe we need to we need to populate the same in a tabular form like

Root

Child1 – header

Sub node details – Table

Child1 – header

Sub node details – Table

.

.

.

Child1 – header

Sub node details - Table

The Form is to implement the Table and the Inner Table

I have made the sub form as recursive.

But the result I got was as All the sub node details irrespective of the child node is getting populated along with the first child’s sub node details and the remaining child’s sub node are left empty.

Can any of you suggest on this?

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member191062
Active Contributor
0 Kudos

Hello,

if you have ABAP stack please check the sampe:

FP_TEST_NESTEDTABLE

this shows how to implement this.

Best regards,

Dezso