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

ECATT error message

former_member1137458
Participant
0 Likes
1,059

When try to use TCD to create vendor master data, it has return a error message ( please see attachment )

Why return Message Type  = 'S'  ,  Not "E"  ( Country Key AAA is not defined ) ??

4 REPLIES 4
Read only

former_member1137458
Participant
0 Likes
995

If add MESSAGE ( MSG_1 ) .....ENDMESSAGE ( E_MSG_1 ) to allow message ATT377.

It will display all green light ( no error ). However it is a error message ( "Country Key XXX is not defined"  )

Read only

AjayHS
Product and Topic Expert
Product and Topic Expert
0 Likes
995

Hello Miu Miu,

In both the screen shot message type is a success message.

Do you get this message AM 214 as error message when you try out manually ?

You can also check the type (success, error or information) of the message using the transaction SE93 and through the procedure shown in below thread.

Allowing message 377 has noting to do with success of message AM 214

http://scn.sap.com/docs/DOC-51135

Hope it helps.

Thanks,

Aj

Read only

nisha_sharma1
Active Contributor
0 Likes
995

Dear Miu Miu

Yes i agree this message should be of type "E" instead "S"

In Message class also its Erroneous message.

i think , in your system message control has been changed.

check transaction OBMSG in target system.

remove this control, eCATT will start giving this as Error message.

Regards

Nisha

Read only

Former Member
0 Likes
995

The message has such type because the programmer defined it should. You can use MSGID and MSGNR to process this case correctly.