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

subscreen

Former Member
0 Likes
604

Hi Experts

i want to create a subscreen in a selection screen.to increase the input filed size to 3 lines.please help me how to create subscreen in the selection screen

please help me to get an idea.

with regards

madhu latha

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
567

hi,

you can follow the code below.

write your code similar to this one in your TOP include.

 SELECTION-SCREEN BEGIN OF SCREEN 1100 AS SUBSCREEN.
SELECTION-SCREEN BEGIN OF BLOCK b1 WITH FRAME TITLE text-010.
PARAMETERS: p1(10) TYPE c,
            p2(10) TYPE c,
            p3(10) TYPE c.
SELECTION-SCREEN END OF BLOCK b1.
SELECTION-SCREEN END OF SCREEN 1100.

regards,

sakshi

4 REPLIES 4
Read only

gabriel_pill-kahan
Active Participant
Read only

Former Member
0 Likes
567

Hi

Please find the below link

[Sub Screens:|http://help.sap.com/saphelp_47x200/helpdata/en/bd/79b2370f9cbe68e10000009b38f8cf/frameset.htm]

Thanks

Surendra P

Read only

Former Member
0 Likes
568

hi,

you can follow the code below.

write your code similar to this one in your TOP include.

 SELECTION-SCREEN BEGIN OF SCREEN 1100 AS SUBSCREEN.
SELECTION-SCREEN BEGIN OF BLOCK b1 WITH FRAME TITLE text-010.
PARAMETERS: p1(10) TYPE c,
            p2(10) TYPE c,
            p3(10) TYPE c.
SELECTION-SCREEN END OF BLOCK b1.
SELECTION-SCREEN END OF SCREEN 1100.

regards,

sakshi

Read only

Former Member
0 Likes
567

Hi,

For increasing the screen are for input fields,

You can create selection screen blocks.

Regards

Mansi