‎2006 Dec 02 7:29 AM
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
‎2006 Dec 02 7:32 AM
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
‎2006 Dec 02 7:32 AM
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
‎2006 Dec 02 7:34 AM
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
‎2006 Dec 02 7:35 AM
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