cancel
Showing results for 
Search instead for 
Did you mean: 

Populate Checkbox from driver program

Former Member
0 Kudos

Hi Experts,

I have a requirement in my Adobe form where I am using some checkboxes, which will get populated based on some fields in the database.

The approach I am using is:

I am modifying/populating the table type fields in my driver program in SE38, and I'm binding the field with the checkbox field in the form.

But whenever I am trying to do so, on calling the Adobe function module inside driver program, it raises the exception System error.

Also if I'm trying to modify my table type in the form Interface, it gives a short dump saying the work area is unchangeable.

Can anyone give me an idea on how to achieve this functionality?

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

I am closing this thread as I have found the solution by myself.

Instead of X in the checkbox I have to pass 1, fro the driver program. Value of checkbox in Adobe form is either 0 or 1.