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

Popular posts from this blog

New syntax for append- VALUE (new syntax 7.4+) in ABAP

Read statement new syntax in ABAP. (7.4+).

Concatenation new syntax( 7.4+ ).