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 are the modes in lock objects? : sap abap data dictionary
Processing data from data base?
with out doing any action how to go another screen ,means when ever control comes to that particular field this action has to be done?
2 Answers Bristle Cone, Cap Gemini, HP, Satyam, Wipro,
Can i create a Table without a Data Element ? How ?
How do you move on to the next screen in interactive reporting?
How to Create an Interactive List based on the selection criteria specified for the customer number for displaying the customer information on the basic list, their corresponding order details on the secondary list. Plz specify the coding details. Regards, Rahul
What is an internal table?
What are the commands for BDC to pass specified values directly to a Batch Input Session..?
what is difference between user exit, customer exit and badi?
Suppose, we are creating one table. at that time we are mention table space and size category. Generally size category is from 0 to 6 is available. suppose if we are declare size category as 0(zero). For 0 (zero) the size of rows is from 0(zero) to 19000. I have 25000 records to insert into table. but table size is declared as 0(zero). i.e 19000 records. what about remaining 6000 records. shall i insert in to table or not? if insert how can i do? if not insert what can i do? Please answer me? i faced this one in TCS interview.
How to modify the tables at Data base level?
Hi to all abap guru's my querry is as follows How to trigger the page break in smartforms forcibly ? and how to trigger the page break in the scripts forcibly ? means for every 10 records i have to trigger the page break ? and in smart form also ? thanks in advance