Function | Returns a message text | |||||||||||||||||||||||||||||||||
Example | s10messagetext( ). | |||||||||||||||||||||||||||||||||
Format |
data: myexplanation type string, mymsgid type sy-msgid, mymsgno type sy-msgno, mypar1 type string, mypar2 type string, mypar3 type string, mypar4 type string, mytext type string, mymsgexplanation type string, mymsgtext type string. s10messagetext( exporting   explanation = myexplanation   msgid = mymsgid   msgno = mymsgno   par1 = mypar1   par2 = mypar2   par3 = mypar3   par4 = mypar4   text = mytext importing   msgexplanation = mymsgexplanation   msgtext = mymsgtext ). |
|||||||||||||||||||||||||||||||||
Parameters |
|
|||||||||||||||||||||||||||||||||
Description |
The method s10messagetext() is called by the S10 framework within
s10infomessage/( and s10errormessage(). However, it can also be called
directly, for example to insert a message into a protocol. The meaning of the parameters is as described in s10errormessage(). |
|||||||||||||||||||||||||||||||||
Components | S10 Framework |