cancel
Showing results for 
Search instead for 
Did you mean: 

i want to create (no screaming here, please...)

Former Member
0 Kudos

HI,

EVRY BODY

I WANT TOCREATE A LIST BOX

IN MY PROJECT IN WEBDYNPRO(SAPNETWEAVER)

PLEAE TELL MET HOW TO CREATE A LIST BOX IN WEBDYNPRO FOR ENTERING MORE THAN 1 ITEMS IN LIST BOX

BBYEEEEEEEEE

Message was edited by: Armin Reichert

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

kalasker,

ListBox is available since NW04s only

In NW04 use (IWD)Table with single column instead.

Go to <a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/sdn/developerareas/webdynpro?rid=/library/uuid/49f2ea90-0201-0010-ce8e-de18b94aee2d">web Dynpro Sample Applications and Tutorials</a> and study tutorials related to Table.

VS

P.S. Btw, upercase is a way to express scream on forums. I firmly believe here is no reason to scream

Former Member
0 Kudos

Hi Kalasker,

Create an UI element of type TextEdit. In the properties of the element you can specify the number of rows you want to display. I hope this is what you were looking for.

Good Luck,

Atul

former_member185029
Active Contributor
0 Kudos

Hi Atul,

you can only display values in the TextEdit.

You cannot have functionality like multi-select values etc.

Ashutosh

Former Member
0 Kudos

Hi Ashutosh,

I am aware of that. Its just that the question said "HOW TO CREATE A LIST BOX IN WEBDYNPRO FOR ENTERING MORE THAN 1 ITEMS IN LIST BOX". Kalasker didn't mention that he wanted to select anything, only enter multiple lines of text. Hence I suggested a TextEdit UI element.

Regards,

Atul

former_member185029
Active Contributor
0 Kudos

Hi Praveenkumar,

there is no UI element as listbox in webdynpro.

Instead what people do, they use table control.

You can have almost all the functionality of Listbox possible with Table elements.

Ashutosh