Skip to Content
0
Former Member
Jul 18, 2008 at 06:38 AM

Getting two selection screen in one report

23 Views

Hello Friends,

I am Making report, In my report on first screen i have given two pushbutton, like this :

SELECTION-SCREEN BEGIN OF BLOCK b2 WITH FRAME TITLE text-001.

PARAMETERS : p1_but RADIOBUTTON GROUP g1,

p2_but RADIOBUTTON GROUP g1.

SELECTION-SCREEN END OF BLOCK b2.

now i want when user click on any one pushbutton it shows another selection screen, whose select options are:

SELECTION-SCREEN BEGIN OF BLOCK b1 WITH FRAME TITLE text-000.

SELECT-OPTIONS: so_erdat FOR lf_date,

so_vbeln FOR lf_vbeln MATCHCODE OBJECT zvbeln..

SELECTION-SCREEN END OF BLOCK b1.

Please guide me can i use two selection screen in one report?, If yes then how can I use? Please revert back me as soon as possible.........