Do you have any question about this error?
Message type: E = Error
Message class: EA - IDoc Basis Messages
Message number: 079
Message text: Incorrect parameter combination when calling EDI_OUTPUT_NEW
Internal error: when calling the function module EDI_OUTPUT_NEW, a
forbidden parameter combination was used:
Both batch processing and error processing were transferred. However,
these two processing types are mutually exclusive.
The system issues an error message and will not allow you to continue with this transaction until the error is resolved.
Inform your system administration.
Error message extract from SAP system. Copyright SAP SE.
EA079
- Incorrect parameter combination when calling EDI_OUTPUT_NEW ?The SAP error message EA079, which states "Incorrect parameter combination when calling EDI_OUTPUT_NEW," typically occurs in the context of Electronic Data Interchange (EDI) processing. This error indicates that there is an issue with the parameters being passed to the function module
EDI_OUTPUT_NEW
, which is responsible for generating EDI messages.Causes:
Incorrect Parameter Values: The parameters being passed to the function module may not be valid or may not match the expected values. This can happen if the data being processed does not meet the required criteria for EDI output generation.
Missing Configuration: The necessary configuration for EDI output may not be set up correctly in the system. This includes settings in transaction codes like WE20 (Partner Profiles) and WE21 (Port Definition).
Incompatible Message Type: The message type being processed may not be compatible with the current configuration or the data being sent.
Data Issues: There may be issues with the data being processed, such as missing mandatory fields or incorrect data formats.
Authorization Issues: Sometimes, authorization problems can prevent the function module from executing correctly.
Solutions:
Check Parameter Values: Review the parameters being passed to
EDI_OUTPUT_NEW
to ensure they are correct and valid. This includes checking the message type, partner profile, and any other relevant parameters.Review EDI Configuration: Ensure that the EDI configuration is correctly set up. Check the partner profiles in WE20 and the port definitions in WE21 to ensure they are correctly configured for the message type being processed.
Validate Data: Check the data being processed for completeness and correctness. Ensure that all mandatory fields are filled and that the data formats are correct.
Debugging: If you have access to debugging tools, you can set breakpoints in the function module to analyze the parameters being passed and identify where the issue lies.
Consult Documentation: Review SAP documentation or notes related to EDI processing and the specific function module to see if there are any known issues or additional requirements.
Check Authorizations: Ensure that the user executing the process has the necessary authorizations to perform EDI operations.
Related Information:
If the problem persists after checking these areas, it may be beneficial to consult with your SAP Basis or EDI support team for further assistance.
Get instant SAP help. Start your 7-day free trial now.
EA078
IDoc '&' written to file
Self-Explanatory Message Since SAP believes that this specific error message is 'self-explanatory,' no more information has been given.The majority of...
EA077
IDoc written to file
What causes this issue? The IDoc was written to file '&v1&&v2&&v3&&v4&'.System Response The system issues ...
EA080
Internal error: Program &, command &
What causes this issue? In subprogram &v1&, there was an unexpected result for statement &v2&, which led to a termination.System Resp...
EA081
Error occurred while IDoc '&' was being sent
What causes this issue? The IDoc '&v1&' created was to be sent to an SAP system. An error occurred with '&v2&'.Sy...
Click on this link to search all SAP messages.