2008 Jul 18 7:38 AM
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.........
2008 Jul 18 7:56 AM
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.........
2008 Jul 18 7:56 AM
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
2008 Jul 18 8:10 AM
hi,
Plz refer to the link.
Sample Code there will solve Your problem.
http://www.erpgenie.com/abap/code/abap19.htm
Regards
Sumit Agarwal
| User | Count |
|---|---|
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |