157 SAP Message of Class IW Transaction not in start control table











157(IW) - Transaction not in start control table

Message number 157 of class IW is used to display message "Transaction not in start control table" and can be triggered using the following ABAP code:

    MESSAGE W157(IW). "Warning message example
    MESSAGE I157(IW).
"Information message example
    MESSAGE E157(IW).
"Error message example
See here for more optionsiw157