cancel
Showing results for 
Search instead for 
Did you mean: 

Filling drop down in Interactive forms by ABAP

Former Member
0 Kudos

Hi experts,

I am new to Adobe forms.I am working on a form using SFP transaction, which consist of a table.In that table I have a dropdown

as a column.I want to fill the dropdown with values from a DB table.

I am working on pure ABAP.

Can any one help me to achive this,with step by step procedures...

Thanks&Regards,

Hans.

Accepted Solutions (0)

Answers (1)

Answers (1)

chintan_virani
Active Contributor
0 Kudos

Hans,

Have a look at this thread:- and see if it helps you.

Chintan

Former Member
0 Kudos

Hi Chintan,

Thanks for ur reply...I want to fill the dropdown .When generate the form...Please tel me....

Former Member
0 Kudos

Hello Hans,

You might want to use "dynamic properties". With that you can populate the dropw-down list from the data contained in the form.

In Designer under Extras->Options you can find an entry for Binding. Check "show dynamic properties".

If you now go back to your DDL field on the form and look at the Object - Field tab you can see that "list elements" is a link. Click on this link and a dialog for specifying a data binding for the DDL items shows up. How to do it is straight forward: Just select the node where the data can be found and specify which nodes contain the key value and the display text.

It is very helpful if the content of the DDL is in a table like structure

Regards,

Juergen