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


Please Help Members By Posting Answers For Below Questions

What is the significance of the memory table ‘screen’?

577


What is the difference between table and template?

560


What are the 2 other types of views, which are not allowed in release 3.0?

602


Which function module reads the data for particular infotype ? : abap hr

532


What is the use of message command in a report? What are the different message types?

521






What is the use of a pretty printer?

575


What is an Unpack command?

617


How do you move on to the next screen in interactive reporting?

582


Explain what is a foreign key relationship? Explain this with the help of an example.

547


I have 3 transactions,where the output of one transaction is input of another and output of 2nd transaction is input of 3rd transaction.i have one flat file with all data for the 3 transaction.if the 3rd transaction failed can we rollback the remaining 2 transactions or not.Is this possible in BDC,How/

1785


data:zxyz type xyz. where xyz is a standard sap structure where it contains data type fields and line type (refer to other structure) fields. my question is how to assign values to field zxyz-str-matnr where str is a structure inside xyz structure.

1874


What is an internal table?

702


What is buffering allowed but switched off?

826


What are the aggregate objects in the data dictionary? : abap data dictionary

1020


what is field string ? & where we are using field strings?

1547