‎2014 Jan 16 8:32 AM
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 ) ??
‎2014 Jan 16 8:47 AM
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" )
‎2014 Jan 16 11:17 AM
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
‎2014 Jan 17 5:02 AM
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
‎2014 Jan 20 7:24 AM
The message has such type because the programmer defined it should. You can use MSGID and MSGNR to process this case correctly.