cancel
Showing results for 
Search instead for 
Did you mean: 

Dropdown display

Former Member
0 Kudos

Hi All,

I have a dropdown field in my Adobe form. I have to pull all the values from

field MARA-MATNR in the value list of the form. So I think first i will have

to fetch these values in the interface . But then how am i going to show these

values in the dropdown list?

Useful replies will be rewarded..

Thanks,

SAM.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

You can use the dynamic property binding for binding data to the dropdown field. In that case it's also possible to assign a certain value to the context based on a textual description.

You can find the Show dynamic property's value under the little triangle on the object tab.

Former Member
0 Kudos

Hi,

Check this thread,

Regards,

Omkar.

Former Member
0 Kudos

Dear Sam,

Please specify the technology you are using for developing the Adobe form - Is it through basic ABAP report programmes, WebDynpro ABAP ya WebDynpro JAVA or any other like ISR.

There are numerous threads and few blogs on this subject in SDN. Please do a quick search. If you find any difficulties, please do revert.

Thanks and Regards,

Anto.

Former Member
0 Kudos

Dear Anto,

I need to create dropdownl ist in the interactive adobe form using Webdynpro ABAP.

1. I added dropdown(using Value-Help Dropdown List) in the form.

2. Created internal table with company code and text and written code to get the value.

Please help me how to pass these values into dropdown list in Adobe.

Thanks,

John.