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

Regarding message class

Former Member
0 Likes
1,128

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.

1 ACCEPTED SOLUTION
Read only

JozsefSzikszai
Active Contributor
0 Likes
962

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)

6 REPLIES 6
Read only

JozsefSzikszai
Active Contributor
0 Likes
963

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)

Read only

0 Likes
962

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.

Read only

Former Member
0 Likes
962

e038(LR).

Read only

Former Member
0 Likes
962

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.

Read only

0 Likes
962

MESSAGE i038(LR).

MESSAGE i038(ME).

Read only

Former Member
0 Likes
962

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