‎2007 Nov 01 7:38 AM
selection-screen begin of block block1 with frame title txt1.
parameters:trackid(15) type n.
selection-screen begin of line.
selection-screen position 50.
selection-screen pushbutton (20) fetc user-command fetc.
selection-screen end of line.
Here I want push button to display next to trackid text box in the same row.But above code make the push button to display next line.Help me in this.
Thank you.
‎2007 Nov 01 9:50 AM
Hi Gopi,
Do the following:
selection-screen begin of block block1 with frame title txt1.
<b>selection-screen begin of line.</b>
parameters:trackid(15) type n.
selection-screen position 50.
selection-screen pushbutton (20) fetc user-command fetc.
selection-screen end of line.
Thank you.
Reward points if found useful
‎2007 Nov 01 10:09 AM
Hi.
use
selection-screen begin of line.
selection-screen end of line statement.
Regards
Gagan