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

Former Member
0 Likes
395

Dear All

i want to add blank line in selection screen

Ex.

TextBoX1

TextBox2

<b><<Blank>></b>

TextBox3

TextBox4

these all should be in one selection screen

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
376

Hi,

use <b>SELECTION-SCREEN SKIP 2.</b> statement.If u want to skip two lines .

Regds,

Vinsa.R

Message was edited by:

vinsar chand

3 REPLIES 3
Read only

Former Member
0 Likes
377

Hi,

use <b>SELECTION-SCREEN SKIP 2.</b> statement.If u want to skip two lines .

Regds,

Vinsa.R

Message was edited by:

vinsar chand

Read only

Former Member
0 Likes
376

Nelson,

Use this statement

selection-screen skip 1.

u can put any number of lines to skip .

Note :-

This Post should be done in UI Section .. Please this will help others as well

Regards

Ramvelu

Read only

anversha_s
Active Contributor
0 Likes
376

hi,

chk this sample

selection-screen begin of block B1 with frame title text-d01.

selection-screen SKIP 3.

parameters : p_lifnr type lifnr.

parameters : p_kunnr type kunnr.

parameters : p_count(2) type n.

selection-screen SKIP 3.

selection-screen end of block B1.

rgds

Anver