2007 Sep 04 2:29 PM
Hi All,
I have the report which contains the selection screen, after that i am including one include program which conatins the slection-screen. When I am included this include in Main report , I am unable to view the include selection screen. text elements are coming of that include selection screen.
I think selection scree os also coming, but i am unable to view. Please help me in this.
will get Best Reward points.
regards,
Ajay
2007 Sep 04 2:31 PM
HI,
You need to write the INCLUDE statment after the main program SELECTION SCREEN design then the selection screen will come
Regards
Sudheer
2007 Sep 04 2:36 PM
2007 Sep 04 2:36 PM
Hi Ajay,
Do your main program also have a selection-screen?
Thanks and Best Regards,
Vikas Bittera.
2007 Sep 04 2:38 PM
Hi VIka,
yes Main prog also have the selection-screen.
regards,
Aj
2007 Sep 04 2:43 PM
Hi Ajay,
You can not display two selection screen at once..
Thanks and Best Regards,
Vikas Bittera.
2007 Sep 04 2:46 PM
Hi Vikas,
we can do. Selection -screen is coming . but I am unable to view that . How can i make that visiable with help of modif id.
regards,
Ajay
2007 Sep 04 2:59 PM
Hello Ajay,
I am able to run selection screen ..
check the below code :
REPORT ZSAI1.
include ztest_112.
tables : mara.
select-options : s_matnr for mara-matnr.
start-of-selection.
write:/ 'hello'.
Include program
----
INCLUDE ZTEST_112 *
----
select-options s_date for sy-datum.
Use events properly otherwise you will not get properly
Thanks
Seshu