cancel
Showing results for 
Search instead for 
Did you mean: 

Create Drop-Down List

Former Member
0 Kudos

Hi All,

I want to create a drop-down list in the view. The value in the drop-down list will serve as an input to a Function Module. The Function Module will return the values from a Table.

Can someone provide some links/tutorials for the same.

Also, how can I specify the default value for the Drop-down.

Regards

Nikhil Bansal

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hai Bansal,

Go throgh this links...

http://help.sap.com/saphelp_nw04s/helpdata/en/96/c33a3382914f6d8aeba11413e3e356/frameset.htm

Web blog

/people/thomas.jung/blog/2006/05/26/visual-composer-value-help-data-service

Referece Guide

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/9326072e-0c01-0010-bc97-f72e9333...

and

http://help.sap.com/saphelp_nw04s/helpdata/en/bf/39becc90824d4d999eb05336345e5e/frameset.htm

Thanks and Regards

Venkatesh

Message was edited by:

Venkatesh Ranganathan

Former Member
0 Kudos

Hi Venkatesh,

Thanks for the reply.

Awarding points to you for the same.

I have been to populate data in a Table for a given value in DropDownList.

I need to provide a TextBox (Quantity) next to the Table1. For that I have added a form which contains a Text Box (ADD). Now the thing is, from the populated values in Table1, the user should be able to select the a Row, give Quantity in the text box, and when the user presses the ADD button, then the selected data with quantity should be transferred to Table2.

I am unable to create Table2 i.e. from the form which contains ADD button I am able to create Form and not Table.

Let me know how to proceed.

Regards

Nikhil

Answers (1)

Answers (1)

Former Member
0 Kudos