‎2007 Mar 27 7:46 PM
Hi
I have a message class for which all the message numbers have been used ,from 000 to 999.
I would like to have more err message numbers for my project .
Can anyone give me a sugegstion on how can I do this change without altering the message class and I need to give err codes to the calling/external systems too and they can take 4 CHAR field.
I would like to move from a 3 character field for mssg number to 4/5 character field so that I can cross the 999 mark .
Please give me your valuable suggestions.
Thanks
‎2007 Mar 27 7:49 PM
‎2007 Mar 27 8:09 PM
Thanks Rich Heilman
But the problem is that I dont want the same error numbers to be passed ie the range from 000 to 999.I want the numbers to be different possibky say 100 or more.
Is there any way I can go to a 4 char varaible for message numbers ?
Thanks
‎2007 Mar 27 8:14 PM
‎2007 Mar 27 11:09 PM
Hi Ameet,
I really did not understand on why you are interested in using only one message class. The domain MSGNR is defined as Char(3), so there is no way you can store more than 999.
Try using another message class or create a generic message as suggested above.
Hope this solves ur problem
Rajasekhar