cancel
Showing results for 
Search instead for 
Did you mean: 

A loop in an Adobe Form

Former Member
0 Kudos

Hi, guys.

I gotta insert in an Adobe form every records filled in a internal table from a program.

What can I do?

I have done a lot of tentatives, but everytime there was an error in the function...

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi.

Normally you would just create a loop in your Adobe Form. Define the internal table name which you will loop over and choose the fields of the table structure you would like to print.

You checked if the variable in the form interface is defined as a table?

Make sure it is kind of

BOOKINGS TYPE TY_BOOKINGS (table type)

cause following wont work

BOOKINGS TYPE TABLE OF BOOKINGS (structure)

Regards,

Timo.