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

why mesage class '00' diff feom 4.7 to ecc

Former Member
0 Likes
881

Hi,

Why the MEssage class'00' is differing from 4.7 to ecc.

I am displaying error msg like

message: 'data saved ' type 'S'..

plZ HELP.

Regards Rani.

Hello Rani,

Type S is not an error message, status message.

Type E is error message.

message: 'data saved ' type 'E'.

Regards

Indu.

6 REPLIES 6
Read only

Former Member
0 Likes
858

use this..

message S001(00) with 'data saved ' .

Read only

0 Likes
858

Hi,

iT is not showing the msg data saved , instead it is showing " no vendor specified" .My problem is message class is diff from 4.7 to ecc.

I want to know , why it is so.

Regards,

Rani

Read only

Former Member
0 Likes
858

Hello Rani,

Type S is not an error message, status message.

Type E is error message.

message: 'data saved ' type 'E'.

Regards

Indu.

Read only

Former Member
0 Likes
858

Hi,

S for success and W for warning, i for information, and E for error.


"For Success
message 'Success' type 'S'.

"For Information
message 'Information' type 'I'.

"For Warning
message 'Warning' type 'W'.

"For Error
message 'Success' type 'E'.

Thanks,

Sriram Ponna.

Read only

0 Likes
858

PROBLEM SOLVED

Read only

0 Likes
858

Could you let me know how you solved that problem?