Funktion | Gibt einen Nachrichtentext zurück | |||||||||||||||||||||||||||||||||
Beispiel | s10messagetext( ). | |||||||||||||||||||||||||||||||||
Aufruf |
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 ). |
|||||||||||||||||||||||||||||||||
Parameter |
|
|||||||||||||||||||||||||||||||||
Beschreibung |
Die Methode s10messagetext() wird vom S10 Framework innerhalb von
s10infomessage/( und s10errormessage() aufgerufen. Sie kann
aber auch direkt aufgerufen werden, zum Beispiel um eine Nachricht in ein
Protokoll einzufügen. Die Bedeutung der Parameter ist so wie in s10errormessage() beschrieben. |
|||||||||||||||||||||||||||||||||
Komponente | S10 Framework |