‎2005 Oct 20 2:36 PM
Hi all,
When I do extended check of my program below error has appeared.
Program: /SIE/SWE_MM_Y1_MESSAGES Line : 111
No. of WITH fields of MESSAGE 066 for ID /SIE/SWE_MM: 1
PARTNER
No. of placeholders in this message: 0
Message: PARTNER DOES NOT EXIST
No long text exists for this message
What is this error message??? What should I do for that?
Thanks,
Shashikanth
‎2005 Oct 20 2:39 PM
‎2005 Oct 20 2:44 PM
hi,
In message-id xxx the message 111 has place holder (&) symbol, in your program you are not included that one
you try with
message E001(ID) with 'Test'
cheers,
sasi
‎2005 Oct 20 2:45 PM
there is no impact in the program, but in the extended check it will display as error
cheers,
sasi
‎2005 Oct 20 8:26 PM
One of the error message which you are getting is 'No long text exists for this message'.
When you double click the message it takes to the message class. Check the check box next to the message in the message class or maintain a long text for the message and activate it. Hope this solves your problem.
‎2005 Oct 20 8:55 PM
Not all messages require long text. This probably is one of them. You can ignore it or if you want to maintain the long text and the message class is one of your custom ones, then you can maintain it as explained above.
Rich's answer explains the first part where it says the number of placeholders is 0.
Srinivas
Please close the thread when answered.