Answer Posted / praveen
Message type defines the semantics i.e the meaning of the
data carried.
Some of the messagetypes are :
MATMAS
DEBMAS
CREMAS
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
To find the date difference & excude saturday & sunday in between them
What is the difference between Exit and Stop?
What are the uses of table pool or table cluster.
How do you delete duplicate records from internal table?
if u take one worst program,in this program user write the logic is session method.in that program user can get some errors ,that errors we will see in call transaction method,how it is possible.?
What are internal tables? How do you get the number of lines in an internal table?
Can you give the Example for the structure of an ABAP program? REPORT... NODES: SPFLI, SFLIGHT. DATA:... INITIALIZATION. AT SELECTION-SCREEN. START-OF-SELECTION. GET SPFLI... GET SFLIGHT... GET SPFLI LATE. END-OF-SELECTION. FORM... ENDFORM.
Explain what are the events used for logical database?
In an abap/4 program how do you access data that exists on a presentation server vs on an application server?
How to create user interfaces for lists?
What are multiple use BADIS?
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/
What are pooled tables? : abap data dictionary
What is meant by exclusive, not cumulative lock? : sap abap data dictionary
What does an exec sql statement do in abap?