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

error message

Former Member
0 Likes
1,592

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

5 REPLIES 5
Read only

RichHeilman
Developer Advocate
Developer Advocate
0 Likes
891

It looks like you have specifid a parameter for the message with the WITH extension, but the message does not have any placeholders in it. Place holders are defined by & or &1 &2 &3.

Remove the WITH extension from your message, or add placeholders for your parameter.

Regards,

Rich Heilman

Read only

Former Member
0 Likes
891

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

Read only

0 Likes
891

there is no impact in the program, but in the extended check it will display as error

cheers,

sasi

Read only

Former Member
0 Likes
891

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.

Read only

Former Member
0 Likes
891

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.