s10logwarning( )
Function Writes an application log entry (warning)
Example s10logwarning( "..." ).
Format data:
  mymsgtext type string.

  s10logwarning( mymsgtext ).
Parameters
Name Type Description
msgtext string
Message text
Description The specified text is written to the SAP application log with additional information about the ABAP class and the HTML page as a warning message if the variable s10session->applicationlog_level has the value 2 or higher.

For more details see  s10applicationlog().
Components S10 Framework