‎2010 Feb 08 12:14 PM
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
‎2010 Feb 09 6:19 AM
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
‎2010 Feb 09 4:18 AM
Hi,
Maybe the documentation can help you: http://help.sap.com/saphelp_47x200/helpdata/en/bd/79b2370f9cbe68e10000009b38f8cf/frameset.htm.
‎2010 Feb 09 5:33 AM
Hi
Please find the below link
[Sub Screens:|http://help.sap.com/saphelp_47x200/helpdata/en/bd/79b2370f9cbe68e10000009b38f8cf/frameset.htm]
Thanks
Surendra P
‎2010 Feb 09 6:19 AM
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
‎2010 Feb 09 6:28 AM
Hi,
For increasing the screen are for input fields,
You can create selection screen blocks.
Regards
Mansi