Application Development 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: 

selection-screen problem

Former Member
0 Kudos
106

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

7 REPLIES 7

Former Member
0 Kudos
87

HI,

You need to write the INCLUDE statment after the main program SELECTION SCREEN design then the selection screen will come

Regards

Sudheer

0 Kudos
87

Hi Sudheer,

I know that> alerady included.

regards,

Ajay

Former Member
0 Kudos
87

Hi Ajay,

Do your main program also have a selection-screen?

Thanks and Best Regards,

Vikas Bittera.

0 Kudos
87

Hi VIka,

yes Main prog also have the selection-screen.

regards,

Aj

0 Kudos
87

Hi Ajay,

You can not display two selection screen at once..

Thanks and Best Regards,

Vikas Bittera.

0 Kudos
87

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

0 Kudos
87

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