Skip to Content
0
Former Member
Sep 13, 2007 at 09:27 AM

selection screen :data retrieval

683 Views

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.