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 Transactional based Application & Role based Application?
can we insert a table in a table? structure in a structure, structure in a table and table in a structure?
where u can u set the pages in script (don't say first page, remaining pages i want)?
In select-options, how to get the default values as current month first date and last date by default? Eg: 1/10/2006 and 31/10/2006
can we change the output value of LIST ?
How to create client independent tables ?
Name a few data dictionary objects?
if data is inserted only using bdc open and bdc insert and not bdc close session funx module wat will happend? will data b inserted?
How do you get output from IDOC?
i have executed a report via back ground job, in this report i have used enqueue and dequeue function modules on a table, but before releasing the lock(before dequeue function module is not call) job gives the dump, so the lock is not released the table, here my question is how to set the lock automatically release the there is a short dump before calling the dequeue module?
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?
What is singleton pattern in OOPS?