‎2008 Feb 19 9:58 AM
hi.
Please help me with this.
How do i set the default value of 'X' in screen for the checkbox. I want the checkbox to be checked when user goes to
that transaction.
Please provide detailed explanation.
‎2008 Feb 19 10:01 AM
Hello,
YOu have to do it int PBO of the creen.
" Flow Logic
PROCESS BEFORE OUTPUT.
MODULE SET_CHECK.
" In Se38
MODULE SET_CHECK.
" If the field name is check box.
CHECK = 'X'.
ENDMODULE SET_CHECK.
Hope this will solve ur problem.
Cheers,
Vasanth
‎2008 Feb 19 10:01 AM
Hello,
YOu have to do it int PBO of the creen.
" Flow Logic
PROCESS BEFORE OUTPUT.
MODULE SET_CHECK.
" In Se38
MODULE SET_CHECK.
" If the field name is check box.
CHECK = 'X'.
ENDMODULE SET_CHECK.
Hope this will solve ur problem.
Cheers,
Vasanth
‎2008 Feb 19 10:03 AM
Hi
In the PBO u need to set the value of the checkbox to 'X'
Thanks
Vasudha
Edited by: Vasudha L on Feb 19, 2008 11:05 AM