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.
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
Add a comment