I have designed a selection screen for vendor number using the program given below.
SELECTION-SCREEN:BEGIN OF BLOCK screen WITH FRAME TITLE text-001.
PARAMETER lifnr type lfa1-lifnr as LISTBOX VISIBLE LENGTH 15.
SELECTION-SCREEN: END OF BLOCK screen.
Now i want to import values in the listbox.How can i do that.
Can someone show me how to do it.
Thanks in advance.
Harish