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

selection screen problem.

Former Member
0 Likes
777

Hi All,

i'm displaying logo on the selection screen, but my logo is overlapping with the selection screen parameters.

so how to bring the parameters down. to display both.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
751

Dear Saptarshi,

You can use SELECTION-SCREEN SKIP n.

Effect

Generates n blank lines (similar to SKIP)

n can have any value from 1 to 9. If you only want to insert one blank line, you can leave out n.

Hope this solves your problem...

4 REPLIES 4
Read only

JozsefSzikszai
Active Contributor
0 Likes
751

hi,

to make empty line:

SELECTION-SCREEN SKIP.

hope this helps

ec

Read only

Former Member
0 Likes
751

Hi,

Use this keyword

SELECTION-SCREEN SKIP

Read only

Former Member
0 Likes
751

Hi saptarshi,

You can use SELECTION-SCREEN SKIP statement to Provide space between two screen elements.

After SKIP mention number lines gap as SKIP 3 or as you want.

Read only

Former Member
0 Likes
752

Dear Saptarshi,

You can use SELECTION-SCREEN SKIP n.

Effect

Generates n blank lines (similar to SKIP)

n can have any value from 1 to 9. If you only want to insert one blank line, you can leave out n.

Hope this solves your problem...