‎2005 Feb 15 4:41 AM
i have one parameter and one checkbox.
Customer want to display both Input parameter and checkbox Parameter
at same column at different line.
parameter----
Checkbox -O----
But now it appears like below
parameter -
O Checkbox.
checkbox displays in first column of the line.
How to align the checkbox button with parameter.
sorry for my poor explanation.
ambichan.
‎2005 Feb 15 4:48 AM
Hi,
Here is the sample code.
parameter: p_test(4) .
SELECTION-SCREEN BEGIN OF LINE.
SELECTION-SCREEN COMMENT 1(33) TEXT-001 FOR FIELD P1.
PARAMETERS: P1 as checkbox .
SELECTION-SCREEN END OF LINE.
Regards
Raja
‎2005 Feb 15 4:48 AM
Hi,
Here is the sample code.
parameter: p_test(4) .
SELECTION-SCREEN BEGIN OF LINE.
SELECTION-SCREEN COMMENT 1(33) TEXT-001 FOR FIELD P1.
PARAMETERS: P1 as checkbox .
SELECTION-SCREEN END OF LINE.
Regards
Raja