Skip to Content
0
Former Member
Mar 20, 2009 at 06:48 AM

Hot to import valuew from table lfa1

61 Views

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