how to pass the contents of each individual input fieldfrom the selection screen to the ABAP program.My selection screen is
SELECTION-SCREEN BEGIN OF BLOCK ID WITH FRAME TITLE TEXT-001.
SELECT-OPTIONS:
EBELN FOR EKKO-EBELN NO INTERVALS,
AEDAT FOR EKKO-AEDAT.
SELECTION-SCREEN END OF BLOCK ID.
i need value of ebeln(purchase order) which i select on selection screen as i have to use it in query in same program.