Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

SCREEN PAINTER CHECKBOX DEFAULT VALUE

Former Member
0 Likes
3,006

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.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,257

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

2 REPLIES 2
Read only

Former Member
0 Likes
1,258

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

Read only

Former Member
0 Likes
1,257

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