cancel
Showing results for 
Search instead for 
Did you mean: 

Adobe form: Displaying contents from two internal tables

Former Member
0 Kudos

Hi,

I am designing an adobe form (offline, no interaction) which will display sales order information. I have two internal tables - it_vbak and it_vbap.

Output required:

Sales Order(it_vbak): XXX   Create Date(it_vbak): XXXX

Item(it_vbap)   Material(it_vbap) .........

1                         YYYYY

2                         ZZZZZZ

Sales Order(it_vbak): XXX   Create Date(it_vbak): XXXX

Item(it_vbap)   Material(it_vbap) .........

1                         YYYYY

2                         ZZZZZZ

Sales Order(it_vbak): XXX   Create Date(it_vbak): XXXX

Item(it_vbap)   Material(it_vbap) .........

1                         YYYYY

2                         ZZZZZZ

Sales Order(it_vbak): XXX   Create Date(it_vbak): XXXX

Item(it_vbap)   Material(it_vbap) .........

1                         YYYYY

2                         ZZZZZZ

How do I achieve this in adobe form? I am passing this two as internal table as interface parameters.

Thanks!

Chirag

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

You can create a nested table in the ADOBE form  and then design using that.

Just drag VBAP table from the interface into the ADOBE form and then drag VBAK into the VBAP table that would create it as nested table.