Interview questions for message in ABAP.
1. What is Message and its types?
* A message type determines how program execution is handled after the message has been raised.
* 4 different types of messages.
1. Abend message (A) Terminates the entire transaction
2. Warning message (W) Status bar
3. Error message (E)
4. Information message (I) Goes to selection-screen.
5. Success message (S) Status bar Nothing happened
* T-code - SE91.
Comments
Post a Comment