306 SAP Message of Class 00 No session found with status 'New' or 'Error'











306(00) - No session found with status 'New' or 'Error'

Message number 306 of class 00 is used to display message "No session found with status 'New' or 'Error'" and can be triggered using the following ABAP code:

    MESSAGE W306(00). "Warning message example
    MESSAGE I306(00).
"Information message example
    MESSAGE E306(00).
"Error message example
See here for more options


What causes this issue

A selected session was not found. The system is looking for a session
with status 'New' or 'Error'. Only sessions with this status can beprocessed

System Response

None.

How to fix

Correct the session name, possibly using generic entry.

Message text extract from SAP system. Copyright SAP SE.


Return to Message Class 00 main page



Search for further information about these or an SAP related objects



Comments on this SAP object

What made you want to lookup this SAP object? Please tell us what you were looking for and anything you would like to be included on this page!