2007 Aug 13 3:50 AM
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
2007 Aug 16 8:26 AM
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