104 SAP Message of Class 00 Transaction was exited with function key F3, F12 or F15











104(00) - Transaction was exited with function key F3, F12 or F15

Message number 104 of class 00 is used to display message "Transaction was exited with function key F3, F12 or F15" and can be triggered using the following ABAP code:

    MESSAGE W104(00). "Warning message example
    MESSAGE I104(00).
"Information message example
    MESSAGE E104(00).
"Error message example
See here for more options

This message is output in the batch input log to document that a user
in interactive batch input processing has exited a transaction usingthe F3, F12 or F15 function key. From the batch input point of view, this means:
If you selected <.YES.> in the batch input confirmation dialog box:The batch input session is given the status 'with errors'You exited the transaction incorrectly, but it is still in the sessionData not yet updated (that is the transaction with status 'witherrors') can be updated by reprocessing the batch input session.If you selected <.NO.> in the batch input confirmation dialog box:The transaction in the batch input session is given the status'completed successfully'The transaction cannot be reprocessedIf data in the transaction has not yet been updated, it is lost

How to fix

To exit interactive batch input processing, choose 'System -> Services
-> Batch input -> Cancel'

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!