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

Reg Message types.

Former Member
0 Likes
407

Hi,

I want to know the details of the various message types available like

ZOGT_VBRK_CREATEMULTIPE01

ZRECADV01and many other.

The details needed are like

what is each message type related to like MM,FICO,HR etc.

any transaction codes related..

any FMs related

etc

Please explain else provide with links where I can find these?

Thanks in advance..

Sravani

2 REPLIES 2
Read only

Former Member
0 Likes
381

hi there....

IN SAP ABAP/4 , WE HAVE 5 MESSAGE TYPES IN A MESSAGE CLASS.

THEY ARE..

1.I -> INFORMATION MESSAGE

2.W -> WARNING MESSAGE

3.S -> SUCCESS MESSAGE

4.E -> ERROR MESSAGE

5.A -> ABAND MESSAGE ( FOR ABNORMAL ENDING).

A MESSAGE TYPE DESCRIBES WAT TYPE OF MESSAGE TRIGERRED!

i hope this answers ur query...

Do reward if helpful.

Read only

Former Member
0 Likes
381

Hi

Message

MESSAGE statement is the representation of the output and the remaining program flow. There are the message types

1. information message

2. error message

3 status message

4. termination message

5. warning, message

6 exit message

.

Reward If helpfull

Naresh.