2010 Mar 03 9:46 AM
Hi Experts,
I am facing a problem in module pool programming. There is a screen with 5 check boxes,
While validating those checkboxes , if any error message comes the screen is not getting ready for input again,
it gets grayed out. please help me in resolving this issue..
regards,
Sriram
2010 Mar 03 10:14 AM
HI,
Use CHAIN ENDCHAIN Key words
In PAI
CHAIN.
FIELDS : CHECK1,
CHECK2,
CHECK3,
CHECK4,
CHECK5.
MODULE VALIDATE.
ENDCHAIN
In Program
module validate input.
" Write your validations here.
" and give your error messages here For more info Take F1 help on CHAIN key word
endmoduleCheerz
Ram
Hi Experts,
I am facing a problem in module pool programming. There is a screen with 5 check boxes,
While validating those checkboxes , if any error message comes the screen is not getting ready for input again,
it gets grayed out. please help me in resolving this issue..
regards,
Sriram
2010 Mar 03 10:14 AM
HI,
Use CHAIN ENDCHAIN Key words
In PAI
CHAIN.
FIELDS : CHECK1,
CHECK2,
CHECK3,
CHECK4,
CHECK5.
MODULE VALIDATE.
ENDCHAIN
In Program
module validate input.
" Write your validations here.
" and give your error messages here For more info Take F1 help on CHAIN key word
endmoduleCheerz
Ram
2010 Mar 03 10:19 AM
Hi,
In the flow logic of the screen write,
PROCESS BEFORE OUTPUT.
MODULE STATUS_1000.
PROCESS AFTER INPUT.
CHAIN.
FIELD field1 MODULE check-field1.
FIELD field2 MODULE check-field2.
ENDCHAIN.Create an include F01. Double click on 'check-field1' and 'check-field2' and create those modules in F01 and write the validations in that. Now the fields wont get grayed out.
Thanks,
Sri.
| User | Count |
|---|---|
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |