‎2009 Jun 12 6:45 PM
Hello Experts,
I need to design a selection screen with a bolck which contains a check box(named Local excel file)
and beside that ,on the same line there should be another parameter named Path with an input field.
I tried using Begin of line and end of line.
I am not getting the desired results.
help you be appreciated with points.
Regards
Akmal
‎2009 Jun 12 7:10 PM
Check this
report zars
no standard page heading line-size 255.
selection-screen begin of line.
selection-screen comment 1(5) text-001 for field p_path.
parameters: p_local as checkbox default space.
selection-screen position 10.
parameters: p_path type char256 default space.
selection-screen end of line.
PS Please search this forum , this question has answered lot of times.
a®