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

Selection screen in Module Pool

Former Member
0 Likes
371

Hi All,

I have created one report program with a custom screen 0100 where I create one selection screen as subscreen using SELECTION-SCREEN BEGIN OF SCREEN 0111 AS SUBSCREEN. The program executes but I cannot see the screen 0111 in object list in SE80 under screen but screen 0100 is showing there. Please let me know what is the reason.

Regards,

Avijit

2 REPLIES 2
Read only

Former Member
0 Likes
331

Hi,

In SE80, try right click on your program -> other functions-> Rebuild Object list.

George

Read only

former_member229729
Active Participant
0 Likes
331

Hi,

The screen 100 you have created is in the repository. But, the subscreen in the Report program will be available only at runtime. Hence not visible in SE80.

Please try creating another screen as type "Subscreen" for screen 111 in the same you created for screen no 100. You will be able to see in the SE80.

Regards,

Ramani N.