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

design a selection screen

Former Member
0 Likes
401

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

1 REPLY 1
Read only

former_member194669
Active Contributor
0 Likes
364

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®