Message type: E = Error
Message class: EJ - Formal error for ISU-IDocs
Message number: 000
Message text: Function module can only process one IDoc
Several IDocs were transferred to the current function module at the
same time for processing. However, multiple processing is not planned.
The system cannot process your request.
Call up the function module with one IDoc at a time.
Error message extract from SAP system. Copyright SAP SE.
EJ000
- Function module can only process one IDoc ?The SAP error message EJ000 indicates that a function module is attempting to process more than one IDoc (Intermediate Document) at a time, but it is designed to handle only a single IDoc. This error typically arises in scenarios where IDocs are being processed in batch mode or when a function module is called in a loop that processes multiple IDocs simultaneously.
Cause: Batch Processing: The function module is being called in a context where multiple IDocs are being passed to it, such as in a loop or batch processing scenario. Incorrect Function Module Usage: The function module being used is not designed to handle multiple IDocs, and the calling program is not respecting this limitation.
Configuration Issues: There may be configuration settings in the IDoc processing that are not aligned with the expected input for the function module.
Solution: Single IDoc Processing: Ensure that the function module is called with only one IDoc at a
Get instant SAP help. Sign up for our Free Essentials Plan.
EIU224
Table T610U cannot be read with key &1 &2 &3
Self-Explanatory Message Since SAP believes that this specific error message is 'self-explanatory,' no more information has been given.The majority of...
EIU223
Key fields of IDoc are empty
Self-Explanatory Message Since SAP believes that this specific error message is 'self-explanatory,' no more information has been given.The majority of...
EJ001
Numerical field &2 contains non-numerical value or missing zeros (&1)
What causes this issue? During the import of an IDoc, an incorrect field value was discovered in a field of a segment. This field value is not permit...
EJ002
Field has initial value
What causes this issue? During import of an IDoc, an incorrect field value was discoverd in a field of a segment. This field value is blank although ...
Click on this link to search all SAP messages.