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

message length in a message class

Former Member
0 Likes
4,116

hi all,

I have a error message to be displayed in report , its length exceeds 74 character.

What is the way to increase the default length?

or is there another way to display the error where length is greater

hi all,

I have a error message to be displayed in report , its length exceeds 74 character.

What is the way to increase the default length?

or is there another way to display the error where length is greater

4 REPLIES 4
Read only

Former Member
0 Likes
1,830

HI

You can Write Like ths

MESSAGE E000(Z..) WITH text-001 text-002.

And Also go through This Link

Ranga

Read only

sachin_mathapati
Contributor
0 Likes
1,830

Hi Bhanu,

Create a new message with message short text as '& & & &' in your message class.

Then in u r report , where u want to display error message

MESSAGE eXXX(XXXX)

WITH text-004 text-006 text-005 text-007.

where text element contains u r error message.

Regards,

Sachin M M

Read only

Former Member
0 Likes
1,830

create ur message with placeholders,

and pass string variables to these placeholders in ur program.

Read only

Former Member
0 Likes
1,830

Go to se91

Open your message class

Select the message number you want

uncheck the self-explainatory box

select the 'Long Text' tab at the top and add your message.