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: 

subscreen in dialog programming

Former Member
0 Kudos
90

hi

in my dialog programming i am calling a subscreen .

SELECTION-SCREEN BEGIN OF SCREEN 2000 AS SUBSCREEN.

SELECT-OPTIONS: s_lgort FOR mard-lgort NO INTERVALS.

SELECTION-SCREEN END OF SCREEN 2000.

in PBO

CALL SUBSCREEN SUBSCREEN_2000 INCLUDING SY-REPID '2000'.

now my requirement is i want to control the display of the subscreen.

because my screen look like this, after st location lot of spaces then the input box appears.

plant _______

sales org _______

division _______

st location _________ ->(multple selection)

now i want to display the subscreen equal space to plant sales org etc.

plant _______

sales org _______

division _______

st location _______ ->(multple selection)

How to control the display of the subscreen.

Thanks,

Madhu

1 REPLY 1

former_member667836
Active Participant
0 Kudos
61

Hi madhu,

i think no need to control the display in your subscreen.if you placed the fields in the screen directly from database please check the field length of the label st location, noramally this will take the size of corresponding table field.if you dont want the full size reduce the size of the label in screen painter.

reward if helpful

shibu