1 Reply Latest reply: Aug 3, 2012 6:36 PM by Phani Peddagopu RSS

Adobe form: Displaying contents from two internal tables

Chirag Mistry
Currently Being Moderated

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