Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Getting two selection screen in one report

Former Member
0 Likes
541

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.........

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
518

Hi,

you can achieve it only by using two USER_DEFINE_SELECTION SCREEN.

For detail check the link

http://help.sap.com/saphelp_nw04/helpdata/EN/9f/dba83d35c111d1829f0000e829fbfe/content.htm

Regards,

anirban

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.........

2 REPLIES 2
Read only

Former Member
0 Likes
519

Hi,

you can achieve it only by using two USER_DEFINE_SELECTION SCREEN.

For detail check the link

http://help.sap.com/saphelp_nw04/helpdata/EN/9f/dba83d35c111d1829f0000e829fbfe/content.htm

Regards,

anirban

Read only

Former Member
0 Likes
518

hi,

Plz refer to the link.

Sample Code there will solve Your problem.

http://www.erpgenie.com/abap/code/abap19.htm

Regards

Sumit Agarwal