SAP Messages

SFIOM_PROCESSING SAP Message Class - Messages during Processing of Org. Managem. Replication







SFIOM_PROCESSING is a standard message class available within your SAP system (depending on your versionand 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 I000(SFIOM_PROCESSING).

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

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


000 &1&2&3&4
001 Creation of org. assignm. replication request failed
002 Provided replication request UUID does not exist




003 Update of replication request failed
010 Employee &1: BUKRS for company &2 not found
011 Employee &1: BUKRS for company &2 of manager &3 not found
012 Employee &1 not found
013 Employee &1: Manager &2 not found
014 Employee &1: PERNR not unique
015 Employee &1: PERNR of Manager &2 not unique
016 No organizational assignment for employee &1 provided
017 Employee &1: Company not supplied
018 Employee &1: Company of Manager &2 not supplied
019 Employee &1: key mapping not found
020 Employee &1 has more than one position assignments -> not supported
021 Employee &1 is assigned to manager position -> not supported
022 Employee &1 has no position assigned -> not supported
023 Position &1 of employee &2 is shared ->not supported
024 Position &1 created for employee &2
025 No manager assigned for employee &1
026 Employee &1: Error when deleting existing position-position relations
027 Employee &1: Error when delimiting existing position-position relations
028 Employee &1: Error when inserting new position-position relations
030 It was not possible to enqueue the staging area
031 Replication process started on &1 at &2
032 Replication process finished on &1 at &2
033 Employee &1: replication request failed with error message &2
034 &1 successful replication requests processed
035 Selection of complex ranges for employee or manager not supported
040 Enqueue error when processing employee &1
041 Enqueue error during position creation for person &1
050 No confirmation message: Error during business system determination



Contribute (Add Comments)

Use the comments section below to add any links, information or screen shots that you feel are relevant to this message class or any of the messages within it. This could include issues you have found that cause the messages to appear incorrectly as well as any fixes you have found or relevant SAP OSS notes. This information can then be found quickly, simply by searching on the message class SFIOM_PROCESSING

.