cancel
Showing results for 
Search instead for 
Did you mean: 

How to get data in value help

chhanda_sarkar
Explorer
0 Kudos

Hello All,

I am beginner in adobe form .

I have made a form and in its corresponding interface I have taken a import parameter ( internal table with only one field) and in layout I have taken drop down box  and bind its property with that internal table field.

Now through driver program I am calling that Form. and there I am passing value in that internal table. I have made my form as interactive.

Now My problem is in that check box only one value is showing . when I am clicking on that drop down box  I unable to display all values. I have debugged my driver program there values are coming successfully in internal table but in drop down box it is no coming.

Can you please help me how can I get values in drop down box.

Thank You

Chhanda Sarkar.

Accepted Solutions (0)

Answers (3)

Answers (3)

chhanda_sarkar
Explorer
0 Kudos

Hello Christopher,

Please check this snap shot regarding my problem.

chhanda_sarkar
Explorer
0 Kudos

But in my case the property "specify value item"  is in disable mode.

ChrisSolomon
Active Contributor
0 Kudos

Check your binding on the drop down box it self....there are two places....one os the "binding" tab which shows the field you actual want to bind to.....the other is clicking the "specify item values" little link where you define the binding that will provide your dropdown box values. BOTH have very specific formats as well but have "placeholders" in them to help guide you (if you are using the SAP supplied ISR control library).

Hope this helps.

chhanda_sarkar
Explorer
0 Kudos

Hello Christopher,

I have bound the drop down box with particular  internal table field in "data binding" field. but after running the form in pdf only one value is coming. But when I am checking by debugging I am getting all he values in my internal table ( total 18 values ). But in that drop down box I am getting only one value. unable to get other values by clicking on drop down. ( My form is interactive ).

ChrisSolomon
Active Contributor
0 Kudos

That's why you have to also check the drop-downs "specify items" binding too. It has a bit different way of handling it.