‎2006 Jun 16 12:23 PM
Hi,
I am trying to validate a custom inputfield of infotype 0315. I have added some validation code in the MODULE_PAI_0315 INPUT module. The problem is that all fields are disabled when I display a message of type 'E'. I would have expected the inputfield in question to be open for new input. How can I achieve that?
Thanks
/Elvez
‎2006 Jun 16 12:26 PM
HI elvez,
1. For such purpose, we have to use logic like this.
FIELD MYFIELD MODULE MYABC .
2. then it will remain open for input,
whenever we issue E message, in this module code.
regards,
amit m.
‎2006 Jun 16 12:26 PM
HI elvez,
1. For such purpose, we have to use logic like this.
FIELD MYFIELD MODULE MYABC .
2. then it will remain open for input,
whenever we issue E message, in this module code.
regards,
amit m.
‎2006 Jun 16 12:49 PM
‎2006 Jun 16 12:27 PM
Hi Elvez,
Please check all the fields are within the CHAIN and ENDCHAIN block. So that all the fields are disabled when get the error message "E".
Sothat u create a field separately using FIELD statements.
This is the Syntax:
FIELD <<i><b>field name</b></i>> on module <module name>.
then u validate.
Hope this will help you.
- Selvapandian Arunachalam