‎2008 Dec 17 3:08 PM
Hi,
i want to display a error message when we enter invalid personnel number in the selection screen.
Which is the best option.
MESSAGE e016(rp) WITH 'Enter Valid Personnel Number'.
or e038(LR).
or from Customized message class to display.
‎2008 Dec 17 3:16 PM
best is to use an existing message (because it is already translated into all languages implemented in your system), the message in your case will be : PG 001 (this is the standard error message if you enter a non existing personal number into PA30 for example)
‎2008 Dec 17 3:16 PM
best is to use an existing message (because it is already translated into all languages implemented in your system), the message in your case will be : PG 001 (this is the standard error message if you enter a non existing personal number into PA30 for example)
‎2008 Dec 17 3:40 PM
Hi Eric/Amith,
Can i use 3 or 4 standard message classes in the same customized program. Because required message texts are already available in different message classes.
‎2008 Dec 17 3:17 PM
‎2008 Dec 17 3:41 PM
Hi Eric/Amith,
Can i use 3 or 4 standard message classes in the same customized program. Because required message texts are already available in different message classes.
‎2008 Dec 17 3:55 PM
‎2008 Dec 17 3:47 PM
Hi,
Yes, you can use any no. of msg ID in your program. You just need to give correct Message No. and Message ID. For ex: E038(RP) or E016(ME) etc...
Regards,
Nadim