Function | Sends an info message and continues the processing | |||||||||||||||||||||||||||||||||
Example | s10infomessage( ). | |||||||||||||||||||||||||||||||||
Format |
data: myexplanation type string, myhtmlformat type string, mymsgid type sy-msgid, mymsgno type sy-msgno, mynoexplanation type string, mypar1 type string, mypar2 type string, mypar3 type string, mypar4 type string, mytext type string. s10infomessage( exporting explanation = myexplanation   htmlformat = myhtmlformat   msgid = mymsgid   msgno = mymsgno   noexplanation = mynoexplanation   par1 = mypar1   par2 = mypar2   par3 = mypar3   par4 = mypar4   text = mytext ). |
|||||||||||||||||||||||||||||||||
Parameters |
|
|||||||||||||||||||||||||||||||||
Description |
Through s10infomessage(), a message is displayed to the user and processing
then continues without users having to confirm the message as with
s10confirmation(). Example: s10infomessage( 'Appointment saved' ). The meaning of the parameters is as described in
s10errormessage().
* Start of processing
We use explanation= instead of text= here, because messages with an
explanation= parameter are always displayed as a pop-up, even if a message area
is defined in HTML with
You can define the height in your HTML page larger with e.g. to display more lines:
|
|||||||||||||||||||||||||||||||||
Components | S10 Framework |