Transaction code for creating Message class?
Answer Posted / kamala kannan
USE T-CODE SE91
CREATE A MESSAGE LIKE 010 "ERROR IN THE PROG".
GO TO SE38 AND USE THIS MESSAGE WHEREEVER YOU WANT.
MESSAGE TYPENUMBER(CLASSNAME)
EXAMPLE : MESSAGE 010(ZTEST).
| Is This Answer Correct ? | 28 Yes | 5 No |
Post New Answer View All Answers
What are the two statements which are required in an abap program to output an icon using a write statement?
Application Category?
Does the bdc-insert function allow multiple transactions to be processed by sap? : abap bdc
When you prefer lsmw?
Difference between sy-tabix and sy-index? Where it is used? Can you check sy-subrc after perform?
What is the difference between the function module and a normal abap/4 subroutine?
What are different types of parameters?
What does an exec sql statement do in abap?
A field containing currency amounts (data type curr) must be assigned to a reference table and a reference field. Explain?
What is bdc programming? : abap bdc
Explain the difference between tables and structures?
What is an abap dictionary? : abap data dictionary
What are the layers of data description in r/3? : abap data dictionary
What abap statement will trigger list generation?
What is the diff between database view and maintenance view?