cancel
Showing results for 
Search instead for 
Did you mean: 

Multiple select options for an input field

Former Member
0 Kudos

Hi All,

We have a requirement where in we need to provide multiple select options for an input field in a BSP application and get output relevant to all the given inputs(do not require range).

Please do let me know how to solve this.

Thanks & Regards,

Lavanya .

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

Hi All,

Thank you for your replies.

I don't require ranges in my requirement.

I solved my problem.

Thanks & Regards,

Lavanya.

raja_thangamani
Active Contributor
0 Kudos

Look at below blog. Might help you.

[Multiple input|http://www.sdn.sap.com/irj/scn/weblogs?blog=/pub/wlg/3533] [original link is broken] [original link is broken] [original link is broken];

Raja

Former Member
0 Kudos

Hi,

The requirement is : Suppose there is a input field PLANT.

If we give input for plant it gives related output.

Now if it is required to give 5 or 6 inputs..like plant1,plant2...plant6 and get the output related to all 6 inputs.

(Like we implement in ABAP)

Please do let me know how can this be implemented in BSP.

Thanks & Regards,

Lavanya.

prasenjit_sharma
Active Contributor
0 Kudos

Hi,

I think you need to have a table type defined with variable set of records.

Regards

Prasenjit

former_member184111
Active Contributor
0 Kudos

Hi,

Explain in detail