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

Query regarding selection screen layout

Former Member
0 Likes
423

i want to knw how to put a blank line / how to skip a line in selection screen...

like

in Block 1

Presentn filepath

Application filepath

(1 line skipped)

Log filepath

end of block 1

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
393

Hi ,

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

check this code.

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.

regards

reena

3 REPLIES 3
Read only

Former Member
0 Likes
393

Hi Ashwin,

use SELECTION-SCREEN SKIP .

Reward points if useful.

Regards,

Atish

Read only

Former Member
0 Likes
394

Hi ,

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

check this code.

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.

regards

reena

Read only

0 Likes
393

Thankxx a lot. i have awarded full points