FES SAP Message class Nachrichten für die Funktionsgruppe SFES









FES is a standard message class available within your SAP system (depending on your version and release level). Below is a list of all the messages available for within this class and a link to any long text associated with each message. These messages are very simple to use and can be implemented into your ABAP code using the MESSAGE statement and the following syntax.

MESSAGE I001(FES).

Note the value "I" represents an information messsage but can be replaced with E for error, W for warning, S for Status/Success, A for Abend/Termination and X for exit which does not display a message and causes a runtime error. Click here for more information about SAP Messages.

Messages can also contain the & symbol, this means custom values can be added to the message when it is displayed, this is done using the WITH statement

MESSAGE I001(FES) with ld_field1.

Message class details can be viewed directly within your SAP system by entering the object name FES into the relevant SAP transaction such as SE91 or SE80.

000 - File is not available

001 - Error reading file

002 - Cannot perform frontend function in batch input mode

003 - Wrong frontend or error at frontend

004 - Wrong value of the parameter FILETYPE

005 - No authorization

006 - Unknown error

007 - Cannot interpret data in file

008 - Header not allowed

009 - Separator not allowed

010 - The header information must be no more than 1023 bytes

011 - Error calling Data Provider

012 - Access to file denied

013 - Not enough memory for Data Provider

014 - No space on the storage medium

015 - Data Provider timed out

016 - Error writing file

017 - The file size entered is not valid

018 - Cannot create the Data Provider

019 - Error sending data in the Data Provider

020 - Error writing data in the Data Provider

021 - General exception in the Data Provider

022 - Error in Control Framework

023 - Incorrect parameter when initializing codepage converter

024 - General error initializing codepage converter

025 - Could not ascertain code page

026 - Error during codepage conversion

027 - File &1 already exists

028 - & Bytes Transferred

029 - Transferred codepage does not match the byte order mark

030 - Byte order mark is missing

031 - Could not determine code page

032 - &1 bytes transmitted, code page &2

034 - &1 bytes transferred



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!