cancel
Showing results for 
Search instead for 
Did you mean: 

Front desk guy want to pick/selct MULTIPLE values from the list?

former_member202077
Participant
0 Kudos

Hello

I am developing a visitor info interactive adobe, where in front desk guy fills out this info in adobe and submits, so that it will get saved in SAP, am using WebDynPro ABAP.

I knew we have Drop-downs, Values Helps, but, in my case, front desk guy want to assign the visitor to MULTIPLE departments while filling the adobe, say, DEPT-1, DEPT-2 and DEPT-3. In this case (selecting MULTIPLE values) eithere drop-down nor Value helps solves the purpose.

Pls. let me know How to achive this functionality?

Thank you,

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

You can use a listbox or if you don't have much space in the form, you can use an Adobe Dialog with a listbox in it. Check execDialog in Adobe JavaScript Guide.

Best Regards, Aldo.

Answers (1)

Answers (1)

vaibhav_tiwari
Contributor
0 Kudos

Hi,

Use Data List Box from custom tab in object library.

Regards,

Vaibhav

Former Member
0 Kudos

If the no of depts is less you can try with check boxes. Other wise try using tables.

Thanks,

Aravind