Transaction code for creating Message class?
Answers were Sorted based on User's Feedback
Answer / nageswara reddy s
message class create transaction code se-91
Is This Answer Correct ? | 124 Yes | 15 No |
Answer / 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 |
Answer / mahender achhe
Message class create transaction code is SE91.In that we
can given as only Number.
But in SE38 Transaction code we can give all the three below
Program - Name
Type ID
Number
Note:what ever the number is given in the SE38, that same
number is given in the SE91 and give some message text.
Is This Answer Correct ? | 24 Yes | 6 No |
Answer / vijaykumarn
How do I find the program name if I know the transaction
code
Is This Answer Correct ? | 12 Yes | 5 No |
Answer / hifzulla.a
once u are already into the screen of the screen, goto
system and status. it will give u many fields one of which
is prgm name.
else.
SE93 -- Give ur tcode for which u want to know the program
name and display..
Is This Answer Correct ? | 2 Yes | 0 No |
What is SAP Data conversion ?
what is the purpose of BAPI BAPI_CUSTMATINFO_GETLIST What is input and output of this BAPI.
use of chain and endchain?
tell me ddic objects
what are the layers of data description in r/3?
what are selection screens which one triggers first?
What is the difference between open sql & native sql ?
3 Answers Accenture, SAP Labs,
What are the various types of selection screen event?
What is off cycle payroll run
what is BAPI?
6 Answers FutureSoft, IntelNet, jusco,
1) If the scripts are client dependent, what above driver program ? (client dependent / independent) 2. I have two pages, In one page I want address, Header, Main & footer. In the second page I want only Main. How to do it? 3) Will 50,000 records be uploaded directly into APP's Server? 4) What is the button to change the variant in ALV ? 5) If your project is support project ? when is your implementation has completed ? 6)In start of selection, if we perform validation, what happens ? 7)How to join 3 tallies & looping. We have developed a program in a client say (200- client) and 210 has test data. No developing rights. How to test data? 8)How to transfer data which is coming from are report as output to another report 9)How to create standard text and how do u transfer it ? 10)What are the views when we are creating Material ?
Which transaction code can I use to analyze the performance of abap program?